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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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
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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 10
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "//third_party/WebKit/public:debug_devtools", 42 "//third_party/WebKit/public:debug_devtools",
43 ] 43 ]
44 44
45 # Since browser and browser_ui actually depend on each other, 45 # Since browser and browser_ui actually depend on each other,
46 # we must omit the dependency from browser_ui to browser. 46 # we must omit the dependency from browser_ui to browser.
47 # However, this means browser_ui and browser should more or less 47 # However, this means browser_ui and browser should more or less
48 # have the same dependencies. Once browser_ui is untangled from 48 # have the same dependencies. Once browser_ui is untangled from
49 # browser, then we can clean up these dependencies. 49 # browser, then we can clean up these dependencies.
50 public_deps = [ 50 public_deps = [
51 "//components/dom_distiller/core", 51 "//components/dom_distiller/core",
52 "//components/sync",
52 "//content/public/browser", 53 "//content/public/browser",
53 "//sync",
54 ] 54 ]
55 deps = [ 55 deps = [
56 # NOTE: New dependencies should generally be added in the OS!="ios" 56 # NOTE: New dependencies should generally be added in the OS!="ios"
57 # dependencies block below, rather than here. 57 # dependencies block below, rather than here.
58 "//base", 58 "//base",
59 "//chrome:extra_resources", 59 "//chrome:extra_resources",
60 "//chrome:resources", 60 "//chrome:resources",
61 "//chrome:strings", 61 "//chrome:strings",
62 "//chrome/app/resources:platform_locale_settings", 62 "//chrome/app/resources:platform_locale_settings",
63 "//chrome/app/theme:theme_resources", 63 "//chrome/app/theme:theme_resources",
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 "//chrome/browser", 709 "//chrome/browser",
710 "//content/public/browser", 710 "//content/public/browser",
711 "//content/public/common", 711 "//content/public/common",
712 "//content/test:test_support", 712 "//content/test:test_support",
713 "//net:test_support", 713 "//net:test_support",
714 "//skia", 714 "//skia",
715 "//testing/gtest", 715 "//testing/gtest",
716 "//ui/base", 716 "//ui/base",
717 ] 717 ]
718 } 718 }
OLDNEW
« no previous file with comments | « chrome/browser/themes/theme_syncable_service_unittest.cc ('k') | chrome/browser/ui/app_list/app_list_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698