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

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

Issue 2345843003: [Sync] Merge //components/browser_sync into one directory. (Closed)
Patch Set: Address comment + rebase. Created 4 years, 3 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/browser/ui/webui/sync_internals_ui_unittest.cc ('k') | components/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 3370 matching lines...) Expand 10 before | Expand all | Expand 10 after
3381 # dependencies block below, rather than here. 3381 # dependencies block below, rather than here.
3382 # Unit tests should only depend on: 3382 # Unit tests should only depend on:
3383 # 1) everything that the chrome binaries depend on: 3383 # 1) everything that the chrome binaries depend on:
3384 "//chrome:browser_dependencies", 3384 "//chrome:browser_dependencies",
3385 "//chrome:child_dependencies", 3385 "//chrome:child_dependencies",
3386 3386
3387 # 2) test-specific support libraries: 3387 # 2) test-specific support libraries:
3388 ":test_support", 3388 ":test_support",
3389 ":test_support_unit", 3389 ":test_support_unit",
3390 "//base/test:test_support", 3390 "//base/test:test_support",
3391 "//components/browser_sync/browser:test_support", 3391 "//components/browser_sync:test_support",
3392 "//components/content_settings/core/test:test_support", 3392 "//components/content_settings/core/test:test_support",
3393 "//components/resources", 3393 "//components/resources",
3394 "//components/sync:test_support_sync_api", 3394 "//components/sync:test_support_sync_api",
3395 "//components/sync:test_support_sync_core", 3395 "//components/sync:test_support_sync_core",
3396 "//components/sync:test_support_sync_core_impl", 3396 "//components/sync:test_support_sync_core_impl",
3397 "//components/sync_sessions:test_support", 3397 "//components/sync_sessions:test_support",
3398 "//content/public/app:both", 3398 "//content/public/app:both",
3399 "//content/test:test_support", 3399 "//content/test:test_support",
3400 "//crypto:platform", 3400 "//crypto:platform",
3401 "//crypto:test_support", 3401 "//crypto:test_support",
(...skipping 1604 matching lines...) Expand 10 before | Expand all | Expand 10 after
5006 "touch_hud", 5006 "touch_hud",
5007 "ui", 5007 "ui",
5008 ] 5008 ]
5009 5009
5010 if (is_linux && !is_android) { 5010 if (is_linux && !is_android) {
5011 deps += [ "//components/font_service:manifest" ] 5011 deps += [ "//components/font_service:manifest" ]
5012 packaged_services += [ "font_service" ] 5012 packaged_services += [ "font_service" ]
5013 } 5013 }
5014 } 5014 }
5015 } 5015 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_ui_unittest.cc ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698