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

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

Issue 423613002: Mojo: split up service_provider.mojom (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | Annotate | Revision Log
« no previous file with comments | « content/app/BUILD.gn ('k') | content/child/BUILD.gn » ('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 8
9 config("storage_config") { 9 config("storage_config") {
10 if (is_android) { 10 if (is_android) {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "$root_gen_dir/content/browser/devtools/devtools_protocol_constants.h", 85 "$root_gen_dir/content/browser/devtools/devtools_protocol_constants.h",
86 ], ".") 86 ], ".")
87 87
88 # Non-iOS deps. 88 # Non-iOS deps.
89 deps += [ 89 deps += [
90 "//content/browser/devtools:resources", 90 "//content/browser/devtools:resources",
91 "//content/common:mojo_bindings", 91 "//content/common:mojo_bindings",
92 "//cc", 92 "//cc",
93 "//cc/surfaces", 93 "//cc/surfaces",
94 "//mojo/public/cpp/bindings", 94 "//mojo/public/cpp/bindings",
95 "//mojo/public/interfaces/service_provider", 95 "//mojo/public/interfaces/application",
96 "//mojo/public/js/bindings", 96 "//mojo/public/js/bindings",
97 "//net:http_server", 97 "//net:http_server",
98 "//third_party/icu", 98 "//third_party/icu",
99 "//third_party/leveldatabase", 99 "//third_party/leveldatabase",
100 "//third_party/libyuv", 100 "//third_party/libyuv",
101 "//ui/resources", 101 "//ui/resources",
102 "//ui/surface", 102 "//ui/surface",
103 "//webkit:resources", 103 "//webkit:resources",
104 "//webkit:strings", 104 "//webkit:strings",
105 "//webkit/browser:storage", 105 "//webkit/browser:storage",
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 sources -= [ 402 sources -= [
403 "geolocation/empty_wifi_data_provider.cc", 403 "geolocation/empty_wifi_data_provider.cc",
404 ] 404 ]
405 deps += [ "//dbus" ] 405 deps += [ "//dbus" ]
406 } else { 406 } else {
407 # This will already have gotten removed for all non-Linux cases. 407 # This will already have gotten removed for all non-Linux cases.
408 sources -= [ "geolocation/wifi_data_provider_linux.cc" ] 408 sources -= [ "geolocation/wifi_data_provider_linux.cc" ]
409 } 409 }
410 } 410 }
411 } 411 }
OLDNEW
« no previous file with comments | « content/app/BUILD.gn ('k') | content/child/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698