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

Side by Side Diff: content/test/BUILD.gn

Issue 1415783003: Add more test binaries to GN Mac build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 2 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 | « build/toolchain/mac/BUILD.gn ('k') | device/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("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build_overrides/v8.gni") 9 import("//build_overrides/v8.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "//media", 75 "//media",
76 "//mojo/application/public/cpp:cpp_for_chromium", 76 "//mojo/application/public/cpp:cpp_for_chromium",
77 "//mojo/environment:chromium", 77 "//mojo/environment:chromium",
78 "//ppapi/host", 78 "//ppapi/host",
79 "//ppapi/proxy", 79 "//ppapi/proxy",
80 "//ppapi/proxy:test_support", 80 "//ppapi/proxy:test_support",
81 "//ppapi/shared_impl", 81 "//ppapi/shared_impl",
82 "//ppapi/shared_impl:test_support", 82 "//ppapi/shared_impl:test_support",
83 "//storage/browser", 83 "//storage/browser",
84 "//storage/common", 84 "//storage/common",
85 "//ui/compositor:test_support",
85 "//ui/surface", 86 "//ui/surface",
86 "//v8", 87 "//v8",
87 ] 88 ]
88 89
89 if (enable_plugins) { 90 if (enable_plugins) {
90 deps += [ "//content/ppapi_plugin" ] 91 deps += [ "//content/ppapi_plugin" ]
91 } 92 }
92 93
93 if (enable_webrtc) { 94 if (enable_webrtc) {
94 sources += [ 95 sources += [
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 "//testing/gtest", 795 "//testing/gtest",
795 "//third_party/WebKit/public:blink", 796 "//third_party/WebKit/public:blink",
796 "//ui/base", 797 "//ui/base",
797 "//ui/gfx", 798 "//ui/gfx",
798 "//ui/gfx/geometry", 799 "//ui/gfx/geometry",
799 "//ui/gl", 800 "//ui/gl",
800 "//ui/gl:test_support", 801 "//ui/gl:test_support",
801 ] 802 ]
802 } 803 }
803 } 804 }
OLDNEW
« no previous file with comments | « build/toolchain/mac/BUILD.gn ('k') | device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698