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

Side by Side Diff: components/BUILD.gn

Issue 1167703002: Move test runner to a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 6 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/gn_migration.gypi ('k') | components/test_runner/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 # Collection of all components. You wouldn't link to this, but this is rather 10 # Collection of all components. You wouldn't link to this, but this is rather
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 } 234 }
235 235
236 if (!is_ios) { 236 if (!is_ios) {
237 deps += [ 237 deps += [
238 "//components/app_modal", 238 "//components/app_modal",
239 "//components/browsing_data", 239 "//components/browsing_data",
240 "//components/guest_view/browser", 240 "//components/guest_view/browser",
241 "//components/guest_view/common", 241 "//components/guest_view/common",
242 "//components/guest_view/renderer", 242 "//components/guest_view/renderer",
243 "//components/scheduler", 243 "//components/scheduler",
244 "//components/test_runner",
244 ] 245 ]
245 } 246 }
246 247
247 if (toolkit_views) { 248 if (toolkit_views) {
248 deps += [ "//components/constrained_window" ] 249 deps += [ "//components/constrained_window" ]
249 } 250 }
250 } 251 }
251 252
252 # To add a unit test to this target, make a "unit_test" source_set in your 253 # To add a unit test to this target, make a "unit_test" source_set in your
253 # component (it's important to use a source_set instead of a static library or 254 # component (it's important to use a source_set instead of a static library or
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 428
428 deps = [ 429 deps = [
429 "//base", 430 "//base",
430 "//base/test:test_support_perf", 431 "//base/test:test_support_perf",
431 "//testing/gtest", 432 "//testing/gtest",
432 "//testing/perf", 433 "//testing/perf",
433 "//content/test:test_support", 434 "//content/test:test_support",
434 "//components/visitedlink/browser", 435 "//components/visitedlink/browser",
435 ] 436 ]
436 } 437 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | components/test_runner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698