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

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

Issue 2419793005: [Sync] Fix test support targets + duplicate namespaces. (Closed)
Patch Set: Fix ChromeOS. Created 4 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 | « chrome/android/BUILD.gn ('k') | components/autofill/core/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/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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "//components/history/core/test:test", 106 "//components/history/core/test:test",
107 "//components/metrics:test_support", 107 "//components/metrics:test_support",
108 "//components/omnibox/browser:test_support", 108 "//components/omnibox/browser:test_support",
109 "//components/password_manager/core/browser:test_support", 109 "//components/password_manager/core/browser:test_support",
110 "//components/pref_registry:test_support", 110 "//components/pref_registry:test_support",
111 "//components/prefs:test_support", 111 "//components/prefs:test_support",
112 "//components/rappor:test_support", 112 "//components/rappor:test_support",
113 "//components/search_engines:test_support", 113 "//components/search_engines:test_support",
114 "//components/signin/core/browser:test_support", 114 "//components/signin/core/browser:test_support",
115 "//components/sync", 115 "//components/sync",
116 "//components/sync:test_support_sync_driver", 116 "//components/sync:test_support_driver",
117 "//components/sync_sessions:test_support", 117 "//components/sync_sessions:test_support",
118 "//components/syncable_prefs:test_support", 118 "//components/syncable_prefs:test_support",
119 "//components/toolbar:test_support", 119 "//components/toolbar:test_support",
120 "//components/update_client:test_support", 120 "//components/update_client:test_support",
121 "//components/zoom:test_support", 121 "//components/zoom:test_support",
122 "//content/public/app:both", 122 "//content/public/app:both",
123 "//content/test:test_support", 123 "//content/test:test_support",
124 "//net", 124 "//net",
125 "//net:test_support", 125 "//net:test_support",
126 "//skia", 126 "//skia",
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 ":test_support", 471 ":test_support",
472 ":test_support_ui", 472 ":test_support_ui",
473 "//chrome:packed_resources", 473 "//chrome:packed_resources",
474 "//chrome:resources", 474 "//chrome:resources",
475 "//chrome:strings", 475 "//chrome:strings",
476 "//chrome/browser", 476 "//chrome/browser",
477 "//chrome/browser/devtools", 477 "//chrome/browser/devtools",
478 "//chrome/renderer", 478 "//chrome/renderer",
479 "//components/resources", 479 "//components/resources",
480 "//components/sync", 480 "//components/sync",
481 "//components/sync:test_support_sync_model", 481 "//components/sync:test_support_model",
482 "//content/app/resources", 482 "//content/app/resources",
483 "//content/test:test_support", 483 "//content/test:test_support",
484 "//crypto:platform", 484 "//crypto:platform",
485 "//crypto:test_support", 485 "//crypto:test_support",
486 "//google_apis:test_support", 486 "//google_apis:test_support",
487 "//net", 487 "//net",
488 "//net:net_resources", 488 "//net:net_resources",
489 "//net:test_support", 489 "//net:test_support",
490 "//skia", 490 "//skia",
491 "//testing/gmock", 491 "//testing/gmock",
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 ] 895 ]
896 public_deps = [ 896 public_deps = [
897 "//chrome/browser", 897 "//chrome/browser",
898 ] 898 ]
899 deps = [ 899 deps = [
900 ":test_support", 900 ":test_support",
901 "//base", 901 "//base",
902 "//components/invalidation/impl", 902 "//components/invalidation/impl",
903 "//components/invalidation/impl:test_support", 903 "//components/invalidation/impl:test_support",
904 "//components/sync", 904 "//components/sync",
905 "//components/sync:test_support_sync_fake_server", 905 "//components/sync:test_support_fake_server",
906 "//components/sync:test_support_sync_model", 906 "//components/sync:test_support_model",
907 "//components/sync:test_support_sync_testserver", 907 "//components/sync:test_support_testserver",
908 "//content/test:test_support", 908 "//content/test:test_support",
909 "//net", 909 "//net",
910 "//skia", 910 "//skia",
911 ] 911 ]
912 912
913 if (is_mac) { 913 if (is_mac) {
914 sources -= [ 914 sources -= [
915 "../browser/sync/test/integration/dictionary_helper.cc", 915 "../browser/sync/test/integration/dictionary_helper.cc",
916 "../browser/sync/test/integration/dictionary_helper.h", 916 "../browser/sync/test/integration/dictionary_helper.h",
917 "../browser/sync/test/integration/dictionary_load_observer.cc", 917 "../browser/sync/test/integration/dictionary_load_observer.cc",
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1218 configs += [ 1218 configs += [
1219 "//build/config:precompiled_headers", 1219 "//build/config:precompiled_headers",
1220 "//third_party/WebKit/public:debug_devtools", 1220 "//third_party/WebKit/public:debug_devtools",
1221 ] 1221 ]
1222 1222
1223 deps = [ 1223 deps = [
1224 ":browser_tests_runner", 1224 ":browser_tests_runner",
1225 ":repack_pseudo_locales", 1225 ":repack_pseudo_locales",
1226 ":test_support", 1226 ":test_support",
1227 "//base", 1227 "//base",
1228 "//components/sync:test_support_sync_model", 1228 "//components/sync:test_support_model",
1229 ] 1229 ]
1230 1230
1231 data_deps = [] 1231 data_deps = []
1232 1232
1233 data = [] 1233 data = []
1234 1234
1235 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 1235 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
1236 1236
1237 if (is_win) { 1237 if (is_win) {
1238 data += [ "$root_out_dir/chrome_200_percent.pak" ] 1238 data += [ "$root_out_dir/chrome_200_percent.pak" ]
(...skipping 2160 matching lines...) Expand 10 before | Expand all | Expand 10 after
3399 "//chrome:browser_dependencies", 3399 "//chrome:browser_dependencies",
3400 "//chrome:child_dependencies", 3400 "//chrome:child_dependencies",
3401 3401
3402 # 2) test-specific support libraries: 3402 # 2) test-specific support libraries:
3403 ":test_support", 3403 ":test_support",
3404 ":test_support_unit", 3404 ":test_support_unit",
3405 "//base/test:test_support", 3405 "//base/test:test_support",
3406 "//components/browser_sync:test_support", 3406 "//components/browser_sync:test_support",
3407 "//components/content_settings/core/test:test_support", 3407 "//components/content_settings/core/test:test_support",
3408 "//components/resources", 3408 "//components/resources",
3409 "//components/sync:test_support_sync_core", 3409 "//components/sync:test_support_driver",
3410 "//components/sync:test_support_sync_core_impl", 3410 "//components/sync:test_support_model",
3411 "//components/sync:test_support_sync_model",
3412 "//components/sync_sessions:test_support", 3411 "//components/sync_sessions:test_support",
3413 "//content/public/app:both", 3412 "//content/public/app:both",
3414 "//content/test:test_support", 3413 "//content/test:test_support",
3415 "//crypto:platform", 3414 "//crypto:platform",
3416 "//crypto:test_support", 3415 "//crypto:test_support",
3417 "//net", 3416 "//net",
3418 "//net:test_support", 3417 "//net:test_support",
3419 "//testing/gmock", 3418 "//testing/gmock",
3420 "//testing/gtest", 3419 "//testing/gtest",
3421 3420
(...skipping 1604 matching lines...) Expand 10 before | Expand all | Expand 10 after
5026 "touch_hud", 5025 "touch_hud",
5027 "ui", 5026 "ui",
5028 ] 5027 ]
5029 5028
5030 if (is_linux && !is_android) { 5029 if (is_linux && !is_android) {
5031 deps += [ "//components/font_service:manifest" ] 5030 deps += [ "//components/font_service:manifest" ]
5032 packaged_services += [ "font_service" ] 5031 packaged_services += [ "font_service" ]
5033 } 5032 }
5034 } 5033 }
5035 } 5034 }
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698