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

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

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring after Passing URLRequestContextGetter. 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
« no previous file with comments | « no previous file | content/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/browser/browser.gni") 7 import("//content/browser/browser.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 10
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "//components/tracing", 45 "//components/tracing",
46 "//components/tracing:startup_tracing", 46 "//components/tracing:startup_tracing",
47 "//components/url_formatter", 47 "//components/url_formatter",
48 "//content:resources", 48 "//content:resources",
49 "//content/app/resources", 49 "//content/app/resources",
50 "//content/app/strings", 50 "//content/app/strings",
51 "//content/browser/background_sync:background_sync_proto", 51 "//content/browser/background_sync:background_sync_proto",
52 "//content/browser/cache_storage:cache_storage_proto", 52 "//content/browser/cache_storage:cache_storage_proto",
53 "//content/browser/devtools:gen_devtools_protocol_handler", 53 "//content/browser/devtools:gen_devtools_protocol_handler",
54 "//content/browser/devtools:resources", 54 "//content/browser/devtools:resources",
55 "//content/browser/indexed_db:indexed_db_mojom",
55 "//content/browser/notifications:notification_proto", 56 "//content/browser/notifications:notification_proto",
56 "//content/browser/service_worker:service_worker_proto", 57 "//content/browser/service_worker:service_worker_proto",
57 "//content/browser/speech/proto", 58 "//content/browser/speech/proto",
58 "//content/common", 59 "//content/common",
59 "//content/public/common:common_sources", 60 "//content/public/common:common_sources",
60 "//crypto", 61 "//crypto",
61 "//device/battery", 62 "//device/battery",
62 "//device/bluetooth", 63 "//device/bluetooth",
63 "//device/gamepad", 64 "//device/gamepad",
64 "//device/geolocation:device_geolocation", 65 "//device/geolocation:device_geolocation",
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 if (!is_component_build) { 509 if (!is_component_build) {
509 public_deps = [ 510 public_deps = [
510 ":browser", 511 ":browser",
511 ] 512 ]
512 } else { 513 } else {
513 public_deps = [ 514 public_deps = [
514 "//third_party/leveldatabase", 515 "//third_party/leveldatabase",
515 ] 516 ]
516 } 517 }
517 } 518 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698