Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Side by Side Diff: ui/accelerated_widget_mac/BUILD.gn

Issue 2351003002: Remove GYP annotations from chrome, ui, tools GN files. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/cygprofile/BUILD.gn ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 # GYP version: ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_ widget_mac
8 component("accelerated_widget_mac") { 7 component("accelerated_widget_mac") {
9 sources = [ 8 sources = [
10 "accelerated_widget_mac.h", 9 "accelerated_widget_mac.h",
11 "accelerated_widget_mac.mm", 10 "accelerated_widget_mac.mm",
12 "accelerated_widget_mac_export.h", 11 "accelerated_widget_mac_export.h",
13 "ca_layer_tree_coordinator.h", 12 "ca_layer_tree_coordinator.h",
14 "ca_layer_tree_coordinator.mm", 13 "ca_layer_tree_coordinator.mm",
15 "ca_renderer_layer_tree.h", 14 "ca_renderer_layer_tree.h",
16 "ca_renderer_layer_tree.mm", 15 "ca_renderer_layer_tree.mm",
17 "display_link_mac.cc", 16 "display_link_mac.cc",
(...skipping 25 matching lines...) Expand all
43 "CoreGraphics.framework", 42 "CoreGraphics.framework",
44 "Foundation.framework", 43 "Foundation.framework",
45 "CoreFoundation.framework", 44 "CoreFoundation.framework",
46 "CoreMedia.framework", 45 "CoreMedia.framework",
47 "IOSurface.framework", 46 "IOSurface.framework",
48 "OpenGL.framework", 47 "OpenGL.framework",
49 "QuartzCore.framework", 48 "QuartzCore.framework",
50 ] 49 ]
51 } 50 }
52 51
53 # GYP version: ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_ widget_mac_unittests
54 test("accelerated_widget_mac_unittests") { 52 test("accelerated_widget_mac_unittests") {
55 configs += [ "//build/config:precompiled_headers" ] 53 configs += [ "//build/config:precompiled_headers" ]
56 sources = [ 54 sources = [
57 "ca_layer_tree_unittest_mac.mm", 55 "ca_layer_tree_unittest_mac.mm",
58 ] 56 ]
59 deps = [ 57 deps = [
60 ":accelerated_widget_mac", 58 ":accelerated_widget_mac",
61 "//base", 59 "//base",
62 "//base/test:run_all_unittests", 60 "//base/test:run_all_unittests",
63 "//base/test:test_support", 61 "//base/test:test_support",
64 "//skia", 62 "//skia",
65 "//testing/gmock", 63 "//testing/gmock",
66 "//testing/gtest", 64 "//testing/gtest",
67 "//ui/gfx:test_support", 65 "//ui/gfx:test_support",
68 "//ui/gl", 66 "//ui/gl",
69 ] 67 ]
70 libs = [ 68 libs = [
71 "AVFoundation.framework", 69 "AVFoundation.framework",
72 "QuartzCore.framework", 70 "QuartzCore.framework",
73 ] 71 ]
74 } 72 }
OLDNEW
« no previous file with comments | « tools/cygprofile/BUILD.gn ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698