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

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

Issue 1741953002: mojo: Sketch a profile application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't add a boolean to BrowserContext; allocate an object instead. Created 4 years, 9 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 | « components/profile_service/public/interfaces/profile.mojom ('k') | 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 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "$root_gen_dir/content/browser/tracing/grit/tracing_resources.h", 106 "$root_gen_dir/content/browser/tracing/grit/tracing_resources.h",
107 "$root_gen_dir/ui/resources/grit/webui_resources_map.cc", 107 "$root_gen_dir/ui/resources/grit/webui_resources_map.cc",
108 ], 108 ],
109 ".") 109 ".")
110 110
111 # Non-iOS deps. 111 # Non-iOS deps.
112 deps += [ 112 deps += [
113 "//cc", 113 "//cc",
114 "//cc/surfaces", 114 "//cc/surfaces",
115 "//components/leveldb:lib", 115 "//components/leveldb:lib",
116 "//components/profile_service:lib",
116 "//components/scheduler:common", 117 "//components/scheduler:common",
117 "//content/app/resources", 118 "//content/app/resources",
118 "//content/app/strings", 119 "//content/app/strings",
119 "//content/browser/devtools:gen_devtools_protocol_handler", 120 "//content/browser/devtools:gen_devtools_protocol_handler",
120 "//content/browser/devtools:resources", 121 "//content/browser/devtools:resources",
121 "//content/common:mojo_bindings", 122 "//content/common:mojo_bindings",
122 "//content/public/common:mojo_bindings", 123 "//content/public/common:mojo_bindings",
123 "//device/bluetooth", 124 "//device/bluetooth",
124 "//gin", 125 "//gin",
125 "//mojo/common:url_type_converters", 126 "//mojo/common:url_type_converters",
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 531
531 if (enable_webvr && is_android) { 532 if (enable_webvr && is_android) {
532 sources += [ 533 sources += [
533 "vr/android/cardboard/cardboard_vr_device.cc", 534 "vr/android/cardboard/cardboard_vr_device.cc",
534 "vr/android/cardboard/cardboard_vr_device.h", 535 "vr/android/cardboard/cardboard_vr_device.h",
535 "vr/android/cardboard/cardboard_vr_device_provider.cc", 536 "vr/android/cardboard/cardboard_vr_device_provider.cc",
536 "vr/android/cardboard/cardboard_vr_device_provider.h", 537 "vr/android/cardboard/cardboard_vr_device_provider.h",
537 ] 538 ]
538 } 539 }
539 } 540 }
OLDNEW
« no previous file with comments | « components/profile_service/public/interfaces/profile.mojom ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698