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

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

Issue 1371793004: Provide the DeviceManager service to the renderer directly, no app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interface_permission
Patch Set: Fix chrome_browser.gypi. 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/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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "//components/storage_monitor", 295 "//components/storage_monitor",
296 "//components/syncable_prefs", 296 "//components/syncable_prefs",
297 "//components/translate/content/browser", 297 "//components/translate/content/browser",
298 "//components/upload_list", 298 "//components/upload_list",
299 "//components/url_matcher", 299 "//components/url_matcher",
300 "//components/visitedlink/browser", 300 "//components/visitedlink/browser",
301 "//components/visitedlink/common", 301 "//components/visitedlink/common",
302 "//components/web_cache/browser", 302 "//components/web_cache/browser",
303 "//components/web_modal", 303 "//components/web_modal",
304 "//content/app/resources", 304 "//content/app/resources",
305 "//device/devices_app/usb/public/interfaces",
305 "//media", 306 "//media",
306 "//media/midi", 307 "//media/midi",
307 "//mojo/application/public/cpp", 308 "//mojo/application/public/cpp",
308 "//mojo/common", 309 "//mojo/common",
309 "//mojo/environment:chromium", 310 "//mojo/environment:chromium",
310 "//net:extras", 311 "//net:extras",
311 "//net:net_with_v8", 312 "//net:net_with_v8",
312 "//storage/browser", 313 "//storage/browser",
313 "//storage/common", 314 "//storage/common",
314 "//third_party/WebKit/public:image_resources", 315 "//third_party/WebKit/public:image_resources",
(...skipping 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
1255 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1256 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1256 deps = [ 1257 deps = [
1257 "//components/google/core/browser", 1258 "//components/google/core/browser",
1258 "//components/omnibox/browser", 1259 "//components/omnibox/browser",
1259 "//components/rlz", 1260 "//components/rlz",
1260 "//components/search_engines", 1261 "//components/search_engines",
1261 "//rlz:rlz_lib", 1262 "//rlz:rlz_lib",
1262 ] 1263 ]
1263 } 1264 }
1264 } 1265 }
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