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

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

Issue 1438043008: Creating the NTP snippet service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase fix: Don't trust git. Created 5 years, 1 month 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/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("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "//components/invalidation/impl", 135 "//components/invalidation/impl",
136 "//components/metrics:gpu", 136 "//components/metrics:gpu",
137 "//components/metrics:net", 137 "//components/metrics:net",
138 "//components/metrics:profiler", 138 "//components/metrics:profiler",
139 "//components/metrics:profiler_content", 139 "//components/metrics:profiler_content",
140 "//components/metrics/proto:proto", 140 "//components/metrics/proto:proto",
141 "//components/metrics:ui", 141 "//components/metrics:ui",
142 "//components/metrics_services_manager", 142 "//components/metrics_services_manager",
143 "//components/mime_util", 143 "//components/mime_util",
144 "//components/navigation_metrics", 144 "//components/navigation_metrics",
145 "//components/ntp_snippets",
145 "//components/network_time", 146 "//components/network_time",
146 "//components/offline_pages", 147 "//components/offline_pages",
147 "//components/omnibox/browser", 148 "//components/omnibox/browser",
148 "//components/os_crypt", 149 "//components/os_crypt",
149 "//components/packed_ct_ev_whitelist", 150 "//components/packed_ct_ev_whitelist",
150 "//components/password_manager/core/browser", 151 "//components/password_manager/core/browser",
151 "//components/password_manager/core/common", 152 "//components/password_manager/core/common",
152 "//components/policy:policy_component", 153 "//components/policy:policy_component",
153 "//components/proxy_config", 154 "//components/proxy_config",
154 "//components/query_parser", 155 "//components/query_parser",
(...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1262 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1263 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1263 deps = [ 1264 deps = [
1264 "//components/google/core/browser", 1265 "//components/google/core/browser",
1265 "//components/omnibox/browser", 1266 "//components/omnibox/browser",
1266 "//components/rlz", 1267 "//components/rlz",
1267 "//components/search_engines", 1268 "//components/search_engines",
1268 "//rlz:rlz_lib", 1269 "//rlz:rlz_lib",
1269 ] 1270 ]
1270 } 1271 }
1271 } 1272 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698