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

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

Issue 2512563003: Convert enable_plugins to a buildflag header. (Closed)
Patch Set: Merge Created 4 years, 1 month 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 | « chrome/renderer/chrome_content_renderer_client.cc ('k') | chrome/test/base/test_switches.h » ('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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "//components/sync_sessions:test_support", 120 "//components/sync_sessions:test_support",
121 "//components/toolbar:test_support", 121 "//components/toolbar:test_support",
122 "//components/update_client:test_support", 122 "//components/update_client:test_support",
123 "//components/zoom:test_support", 123 "//components/zoom:test_support",
124 "//content/public/app:both", 124 "//content/public/app:both",
125 "//content/test:test_support", 125 "//content/test:test_support",
126 "//extensions/features", 126 "//extensions/features",
127 "//gpu/ipc/service", 127 "//gpu/ipc/service",
128 "//net", 128 "//net",
129 "//net:test_support", 129 "//net:test_support",
130 "//ppapi/features",
130 "//printing/features", 131 "//printing/features",
131 "//skia", 132 "//skia",
132 "//sql", 133 "//sql",
133 "//sql:test_support", 134 "//sql:test_support",
134 "//testing/gmock", 135 "//testing/gmock",
135 "//testing/gtest", 136 "//testing/gtest",
136 "//third_party/zlib", 137 "//third_party/zlib",
137 "//ui/gfx:test_support", 138 "//ui/gfx:test_support",
138 "//ui/message_center:test_support", 139 "//ui/message_center:test_support",
139 ] 140 ]
(...skipping 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after
1224 configs += [ "//build/config:precompiled_headers" ] 1225 configs += [ "//build/config:precompiled_headers" ]
1225 1226
1226 deps = [ 1227 deps = [
1227 ":browser_tests_runner", 1228 ":browser_tests_runner",
1228 ":repack_pseudo_locales", 1229 ":repack_pseudo_locales",
1229 ":test_support", 1230 ":test_support",
1230 "//base", 1231 "//base",
1231 "//components/spellcheck:build_features", 1232 "//components/spellcheck:build_features",
1232 "//components/sync:test_support_model", 1233 "//components/sync:test_support_model",
1233 "//extensions/features", 1234 "//extensions/features",
1235 "//ppapi/features",
1234 "//printing/features", 1236 "//printing/features",
1235 "//third_party/WebKit/public:features", 1237 "//third_party/WebKit/public:features",
1236 ] 1238 ]
1237 1239
1238 data_deps = [ 1240 data_deps = [
1239 "//testing/buildbot/filters:browser_tests_filters", 1241 "//testing/buildbot/filters:browser_tests_filters",
1240 ] 1242 ]
1241 1243
1242 data = [] 1244 data = []
1243 1245
(...skipping 3854 matching lines...) Expand 10 before | Expand all | Expand 10 after
5098 "touch_hud", 5100 "touch_hud",
5099 "ui", 5101 "ui",
5100 ] 5102 ]
5101 5103
5102 if (is_linux && !is_android) { 5104 if (is_linux && !is_android) {
5103 deps += [ "//components/font_service:manifest" ] 5105 deps += [ "//components/font_service:manifest" ]
5104 packaged_services += [ "font_service" ] 5106 packaged_services += [ "font_service" ]
5105 } 5107 }
5106 } 5108 }
5107 } 5109 }
OLDNEW
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | chrome/test/base/test_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698