DrMemory: Fix a typo in the End2EndTest name.
[chromium-blink-merge.git] / third_party / apple_sample_code / BUILD.gn
blob81b7ed013cb3414a9935e25028408110764d31fb
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("apple_sample_code") {
6   sources = [
7     "ImageAndTextCell.h",
8     "ImageAndTextCell.m",
9   ]
11   libs = [ "AppKit.framework" ]