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

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

Issue 1983443002: mac/gn: Make a bunch of targets build in release component builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format 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
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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 ":accelerated_widget_mac", 60 ":accelerated_widget_mac",
61 "//base", 61 "//base",
62 "//base/test:run_all_unittests", 62 "//base/test:run_all_unittests",
63 "//base/test:test_support", 63 "//base/test:test_support",
64 "//skia", 64 "//skia",
65 "//testing/gmock", 65 "//testing/gmock",
66 "//testing/gtest", 66 "//testing/gtest",
67 "//ui/gfx:test_support", 67 "//ui/gfx:test_support",
68 "//ui/gl:test_support", 68 "//ui/gl:test_support",
69 ] 69 ]
70 libs = [ "QuartzCore.framework" ] 70 libs = [
71 "AVFoundation.framework",
72 "QuartzCore.framework",
73 ]
71 } 74 }
OLDNEW
« media/cast/BUILD.gn ('K') | « rlz/BUILD.gn ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698