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

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

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. 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
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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 ":test_support", 469 ":test_support",
470 ":test_support_ui", 470 ":test_support_ui",
471 "//chrome:packed_resources", 471 "//chrome:packed_resources",
472 "//chrome:resources", 472 "//chrome:resources",
473 "//chrome:strings", 473 "//chrome:strings",
474 "//chrome/browser", 474 "//chrome/browser",
475 "//chrome/browser/devtools", 475 "//chrome/browser/devtools",
476 "//chrome/renderer", 476 "//chrome/renderer",
477 "//components/resources", 477 "//components/resources",
478 "//components/sync", 478 "//components/sync",
479 "//components/sync:test_support_sync_api", 479 "//components/sync:test_support_sync_model",
480 "//content/app/resources", 480 "//content/app/resources",
481 "//content/test:test_support", 481 "//content/test:test_support",
482 "//crypto:platform", 482 "//crypto:platform",
483 "//crypto:test_support", 483 "//crypto:test_support",
484 "//google_apis:test_support", 484 "//google_apis:test_support",
485 "//net", 485 "//net",
486 "//net:net_resources", 486 "//net:net_resources",
487 "//net:test_support", 487 "//net:test_support",
488 "//skia", 488 "//skia",
489 "//testing/gmock", 489 "//testing/gmock",
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 ] 892 ]
893 public_deps = [ 893 public_deps = [
894 "//chrome/browser", 894 "//chrome/browser",
895 ] 895 ]
896 deps = [ 896 deps = [
897 ":test_support", 897 ":test_support",
898 "//base", 898 "//base",
899 "//components/invalidation/impl", 899 "//components/invalidation/impl",
900 "//components/invalidation/impl:test_support", 900 "//components/invalidation/impl:test_support",
901 "//components/sync", 901 "//components/sync",
902 "//components/sync:test_support_sync_api",
903 "//components/sync:test_support_sync_fake_server", 902 "//components/sync:test_support_sync_fake_server",
903 "//components/sync:test_support_sync_model",
904 "//components/sync:test_support_sync_testserver", 904 "//components/sync:test_support_sync_testserver",
905 "//content/test:test_support", 905 "//content/test:test_support",
906 "//net", 906 "//net",
907 "//skia", 907 "//skia",
908 ] 908 ]
909 909
910 if (is_mac) { 910 if (is_mac) {
911 sources -= [ 911 sources -= [
912 "../browser/sync/test/integration/dictionary_helper.cc", 912 "../browser/sync/test/integration/dictionary_helper.cc",
913 "../browser/sync/test/integration/dictionary_helper.h", 913 "../browser/sync/test/integration/dictionary_helper.h",
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 configs += [ 1215 configs += [
1216 "//build/config:precompiled_headers", 1216 "//build/config:precompiled_headers",
1217 "//third_party/WebKit/public:debug_devtools", 1217 "//third_party/WebKit/public:debug_devtools",
1218 ] 1218 ]
1219 1219
1220 deps = [ 1220 deps = [
1221 ":browser_tests_runner", 1221 ":browser_tests_runner",
1222 ":repack_pseudo_locales", 1222 ":repack_pseudo_locales",
1223 ":test_support", 1223 ":test_support",
1224 "//base", 1224 "//base",
1225 "//components/sync:test_support_sync_api", 1225 "//components/sync:test_support_sync_model",
1226 ] 1226 ]
1227 1227
1228 data_deps = [] 1228 data_deps = []
1229 1229
1230 data = [] 1230 data = []
1231 1231
1232 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 1232 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
1233 1233
1234 if (is_win) { 1234 if (is_win) {
1235 data += [ "$root_out_dir/chrome_200_percent.pak" ] 1235 data += [ "$root_out_dir/chrome_200_percent.pak" ]
(...skipping 2155 matching lines...) Expand 10 before | Expand all | Expand 10 after
3391 "//chrome:browser_dependencies", 3391 "//chrome:browser_dependencies",
3392 "//chrome:child_dependencies", 3392 "//chrome:child_dependencies",
3393 3393
3394 # 2) test-specific support libraries: 3394 # 2) test-specific support libraries:
3395 ":test_support", 3395 ":test_support",
3396 ":test_support_unit", 3396 ":test_support_unit",
3397 "//base/test:test_support", 3397 "//base/test:test_support",
3398 "//components/browser_sync:test_support", 3398 "//components/browser_sync:test_support",
3399 "//components/content_settings/core/test:test_support", 3399 "//components/content_settings/core/test:test_support",
3400 "//components/resources", 3400 "//components/resources",
3401 "//components/sync:test_support_sync_api",
3402 "//components/sync:test_support_sync_core", 3401 "//components/sync:test_support_sync_core",
3403 "//components/sync:test_support_sync_core_impl", 3402 "//components/sync:test_support_sync_core_impl",
3403 "//components/sync:test_support_sync_model",
3404 "//components/sync_sessions:test_support", 3404 "//components/sync_sessions:test_support",
3405 "//content/public/app:both", 3405 "//content/public/app:both",
3406 "//content/test:test_support", 3406 "//content/test:test_support",
3407 "//crypto:platform", 3407 "//crypto:platform",
3408 "//crypto:test_support", 3408 "//crypto:test_support",
3409 "//net", 3409 "//net",
3410 "//net:test_support", 3410 "//net:test_support",
3411 "//testing/gmock", 3411 "//testing/gmock",
3412 "//testing/gtest", 3412 "//testing/gtest",
3413 3413
(...skipping 1601 matching lines...) Expand 10 before | Expand all | Expand 10 after
5015 "touch_hud", 5015 "touch_hud",
5016 "ui", 5016 "ui",
5017 ] 5017 ]
5018 5018
5019 if (is_linux && !is_android) { 5019 if (is_linux && !is_android) {
5020 deps += [ "//components/font_service:manifest" ] 5020 deps += [ "//components/font_service:manifest" ]
5021 packaged_services += [ "font_service" ] 5021 packaged_services += [ "font_service" ]
5022 } 5022 }
5023 } 5023 }
5024 } 5024 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/signin/signin_supervised_user_import_handler_unittest.cc ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698