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

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

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. 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 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "//components/resources", 104 "//components/resources",
105 "//components/search", 105 "//components/search",
106 "//components/search_engines", 106 "//components/search_engines",
107 "//components/security_interstitials/core", 107 "//components/security_interstitials/core",
108 "//components/security_state", 108 "//components/security_state",
109 "//components/signin/core/account_id", 109 "//components/signin/core/account_id",
110 "//components/signin/core/browser", 110 "//components/signin/core/browser",
111 "//components/ssl_errors", 111 "//components/ssl_errors",
112 "//components/startup_metric_utils/browser:lib", 112 "//components/startup_metric_utils/browser:lib",
113 "//components/strings", 113 "//components/strings",
114 "//components/sync_driver", 114 "//components/sync",
115 "//components/sync_sessions", 115 "//components/sync_sessions",
116 "//components/toolbar", 116 "//components/toolbar",
117 "//components/translate/core/browser", 117 "//components/translate/core/browser",
118 "//components/update_client", 118 "//components/update_client",
119 "//components/upload_list", 119 "//components/upload_list",
120 "//components/user_prefs", 120 "//components/user_prefs",
121 "//components/version_ui", 121 "//components/version_ui",
122 "//components/web_resource", 122 "//components/web_resource",
123 "//components/zoom", 123 "//components/zoom",
124 "//content/public/common", 124 "//content/public/common",
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 "//chrome/browser", 713 "//chrome/browser",
714 "//content/public/browser", 714 "//content/public/browser",
715 "//content/public/common", 715 "//content/public/common",
716 "//content/test:test_support", 716 "//content/test:test_support",
717 "//net:test_support", 717 "//net:test_support",
718 "//skia", 718 "//skia",
719 "//testing/gtest", 719 "//testing/gtest",
720 "//ui/base", 720 "//ui/base",
721 ] 721 ]
722 } 722 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698