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

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

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment and rebase Created 4 years, 7 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/perf/chrome_telemetry_build/BUILD.gn ('k') | ui/accessibility/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 7 # GYP version: ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_ widget_mac
8 component("accelerated_widget_mac") { 8 component("accelerated_widget_mac") {
9 sources = [ 9 sources = [
10 "accelerated_widget_mac.h", 10 "accelerated_widget_mac.h",
(...skipping 21 matching lines...) Expand all
32 "//ui/base", 32 "//ui/base",
33 "//ui/events", 33 "//ui/events",
34 "//ui/events:events_base", 34 "//ui/events:events_base",
35 "//ui/gfx", 35 "//ui/gfx",
36 "//ui/gfx/geometry", 36 "//ui/gfx/geometry",
37 "//ui/gl", 37 "//ui/gl",
38 ] 38 ]
39 39
40 libs = [ 40 libs = [
41 "AVFoundation.framework", 41 "AVFoundation.framework",
42 "CoreGraphics.framework",
43 "Foundation.framework",
44 "CoreFoundation.framework",
42 "CoreMedia.framework", 45 "CoreMedia.framework",
46 "IOSurface.framework",
47 "OpenGL.framework",
43 "QuartzCore.framework", 48 "QuartzCore.framework",
44 ] 49 ]
45 } 50 }
46 51
47 # GYP version: ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_ widget_mac_unittests 52 # GYP version: ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_ widget_mac_unittests
48 test("accelerated_widget_mac_unittests") { 53 test("accelerated_widget_mac_unittests") {
49 configs += [ "//build/config:precompiled_headers" ] 54 configs += [ "//build/config:precompiled_headers" ]
50 sources = [ 55 sources = [
51 "ca_layer_tree_unittest_mac.mm", 56 "ca_layer_tree_unittest_mac.mm",
52 ] 57 ]
53 deps = [ 58 deps = [
54 ":accelerated_widget_mac", 59 ":accelerated_widget_mac",
55 "//base", 60 "//base",
56 "//base/test:run_all_unittests", 61 "//base/test:run_all_unittests",
57 "//base/test:test_support", 62 "//base/test:test_support",
58 "//skia", 63 "//skia",
59 "//testing/gmock", 64 "//testing/gmock",
60 "//testing/gtest", 65 "//testing/gtest",
61 "//ui/gfx:test_support", 66 "//ui/gfx:test_support",
62 "//ui/gl:test_support", 67 "//ui/gl:test_support",
63 ] 68 ]
64 libs = [ "QuartzCore.framework" ] 69 libs = [ "QuartzCore.framework" ]
65 } 70 }
OLDNEW
« no previous file with comments | « tools/perf/chrome_telemetry_build/BUILD.gn ('k') | ui/accessibility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698