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

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

Issue 1310323009: Merge duplicate code in invalidation helper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | chrome/browser/sync/glue/sync_backend_host_impl.cc » ('j') | sync/sync.gyp » ('J')
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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "//components/visitedlink/common", 297 "//components/visitedlink/common",
298 "//components/web_cache/browser", 298 "//components/web_cache/browser",
299 "//components/web_modal", 299 "//components/web_modal",
300 "//content/app/resources", 300 "//content/app/resources",
301 "//media", 301 "//media",
302 "//mojo/application/public/cpp", 302 "//mojo/application/public/cpp",
303 "//mojo/common", 303 "//mojo/common",
304 "//mojo/environment:chromium", 304 "//mojo/environment:chromium",
305 "//net:extras", 305 "//net:extras",
306 "//net:net_with_v8", 306 "//net:net_with_v8",
307 "//sync:sync_core",
307 "//storage/browser", 308 "//storage/browser",
308 "//storage/common", 309 "//storage/common",
309 "//third_party/WebKit/public:image_resources", 310 "//third_party/WebKit/public:image_resources",
310 "//third_party/WebKit/public:resources", 311 "//third_party/WebKit/public:resources",
311 "//third_party/leveldatabase", 312 "//third_party/leveldatabase",
312 "//third_party/libaddressinput", 313 "//third_party/libaddressinput",
313 "//third_party/libyuv", 314 "//third_party/libyuv",
314 "//third_party/mojo/src/mojo/edk/system", 315 "//third_party/mojo/src/mojo/edk/system",
315 "//third_party/mojo/src/mojo/public/cpp/bindings", 316 "//third_party/mojo/src/mojo/public/cpp/bindings",
316 "//third_party/mojo/src/mojo/public/js", 317 "//third_party/mojo/src/mojo/public/js",
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1249 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1249 deps = [ 1250 deps = [
1250 "//components/google/core/browser", 1251 "//components/google/core/browser",
1251 "//components/omnibox/browser", 1252 "//components/omnibox/browser",
1252 "//components/rlz", 1253 "//components/rlz",
1253 "//components/search_engines", 1254 "//components/search_engines",
1254 "//rlz:rlz_lib", 1255 "//rlz:rlz_lib",
1255 ] 1256 ]
1256 } 1257 }
1257 } 1258 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/sync/glue/sync_backend_host_impl.cc » ('j') | sync/sync.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698