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

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

Issue 1387253004: [Sync] Creating sync_sessions component, moving revisit logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing test_support target. Created 5 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 | « no previous file | chrome/browser/sync/DEPS » ('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/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "//components/search_engines", 151 "//components/search_engines",
152 "//components/search_provider_logos", 152 "//components/search_provider_logos",
153 "//components/security_interstitials/core", 153 "//components/security_interstitials/core",
154 "//components/signin/core/browser", 154 "//components/signin/core/browser",
155 "//components/ssl_errors", 155 "//components/ssl_errors",
156 "//components/startup_metric_utils", 156 "//components/startup_metric_utils",
157 "//components/strings", 157 "//components/strings",
158 "//components/suggestions", 158 "//components/suggestions",
159 "//components/sync_bookmarks", 159 "//components/sync_bookmarks",
160 "//components/sync_driver", 160 "//components/sync_driver",
161 "//components/sync_sessions",
161 "//components/tracing:startup_tracing", 162 "//components/tracing:startup_tracing",
162 "//components/translate/core/browser", 163 "//components/translate/core/browser",
163 "//components/translate/core/common", 164 "//components/translate/core/common",
164 "//components/ui/zoom", 165 "//components/ui/zoom",
165 "//components/undo", 166 "//components/undo",
166 "//components/update_client", 167 "//components/update_client",
167 "//components/url_formatter", 168 "//components/url_formatter",
168 "//components/user_prefs", 169 "//components/user_prefs",
169 "//components/user_prefs/tracked:user_prefs_tracked", 170 "//components/user_prefs/tracked:user_prefs_tracked",
170 "//components/variations", 171 "//components/variations",
(...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1260 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1260 deps = [ 1261 deps = [
1261 "//components/google/core/browser", 1262 "//components/google/core/browser",
1262 "//components/omnibox/browser", 1263 "//components/omnibox/browser",
1263 "//components/rlz", 1264 "//components/rlz",
1264 "//components/search_engines", 1265 "//components/search_engines",
1265 "//rlz:rlz_lib", 1266 "//rlz:rlz_lib",
1266 ] 1267 ]
1267 } 1268 }
1268 } 1269 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/sync/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698