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

Side by Side Diff: components/BUILD.gn

Issue 1296623003: Adds components/history tests to BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « .gn ('k') | components/history/content/browser/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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "//components/data_reduction_proxy/core/common:unit_tests", 307 "//components/data_reduction_proxy/core/common:unit_tests",
308 "//components/device_event_log:unit_tests", 308 "//components/device_event_log:unit_tests",
309 "//components/devtools_http_handler:unit_tests", 309 "//components/devtools_http_handler:unit_tests",
310 "//components/dom_distiller/core:unit_tests", 310 "//components/dom_distiller/core:unit_tests",
311 "//components/domain_reliability:unit_tests", 311 "//components/domain_reliability:unit_tests",
312 "//components/favicon_base:unit_tests", 312 "//components/favicon_base:unit_tests",
313 "//components/gcm_driver/crypto:unit_tests", 313 "//components/gcm_driver/crypto:unit_tests",
314 "//components/gcm_driver/instance_id:unit_tests", 314 "//components/gcm_driver/instance_id:unit_tests",
315 "//components/gcm_driver:unit_tests", 315 "//components/gcm_driver:unit_tests",
316 "//components/google/core/browser:unit_tests", 316 "//components/google/core/browser:unit_tests",
317 "//components/history/content/browser:unit_tests",
318 "//components/history/core/browser:unit_tests",
319 "//components/history/core/common:unit_tests",
317 "//components/invalidation/impl:unittests", 320 "//components/invalidation/impl:unittests",
318 "//components/login:unit_tests", 321 "//components/login:unit_tests",
319 "//components/metrics:unit_tests", 322 "//components/metrics:unit_tests",
320 "//components/mime_util:unit_tests", 323 "//components/mime_util:unit_tests",
321 "//components/offline_pages:unit_tests", 324 "//components/offline_pages:unit_tests",
322 "//components/omnibox/browser:unit_tests", 325 "//components/omnibox/browser:unit_tests",
323 "//components/open_from_clipboard:unit_tests", 326 "//components/open_from_clipboard:unit_tests",
324 "//components/packed_ct_ev_whitelist:unit_tests", 327 "//components/packed_ct_ev_whitelist:unit_tests",
325 "//components/undo:unit_tests", 328 "//components/undo:unit_tests",
326 "//components/url_formatter:unit_tests", 329 "//components/url_formatter:unit_tests",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 505
503 deps = [ 506 deps = [
504 "//base", 507 "//base",
505 "//base/test:test_support_perf", 508 "//base/test:test_support_perf",
506 "//testing/gtest", 509 "//testing/gtest",
507 "//testing/perf", 510 "//testing/perf",
508 "//content/test:test_support", 511 "//content/test:test_support",
509 "//components/visitedlink/browser", 512 "//components/visitedlink/browser",
510 ] 513 ]
511 } 514 }
OLDNEW
« no previous file with comments | « .gn ('k') | components/history/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698