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

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

Issue 1960843002: [OnionSoup] Move background_sync.mojom from //content to //third_party/WebKit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address dcheng@'s comment Created 4 years, 7 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 | « content/content_common_mojo_bindings.gyp ('k') | content/public/common/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("//content/browser/browser.gni") 5 import("//content/browser/browser.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 7
8 # See //content/BUILD.gn for how this works. 8 # See //content/BUILD.gn for how this works.
9 group("browser") { 9 group("browser") {
10 if (is_component_build) { 10 if (is_component_build) {
(...skipping 14 matching lines...) Expand all
25 sources = rebase_path(content_browser_gypi_values.public_browser_sources, 25 sources = rebase_path(content_browser_gypi_values.public_browser_sources,
26 ".", 26 ".",
27 "//content") 27 "//content")
28 28
29 configs += [ 29 configs += [
30 "//build/config:precompiled_headers", 30 "//build/config:precompiled_headers",
31 "//content:content_implementation", 31 "//content:content_implementation",
32 ] 32 ]
33 33
34 public_deps = [ 34 public_deps = [
35 "//content/public/common:mojo_bindings",
36 "//mojo/public/cpp/bindings", 35 "//mojo/public/cpp/bindings",
37 "//mojo/public/cpp/system", 36 "//mojo/public/cpp/system",
38 37
39 # We expose skia headers in the public API. 38 # We expose skia headers in the public API.
40 "//skia", 39 "//skia",
40 "//third_party/WebKit/public:mojo_bindings",
41 ] 41 ]
42 deps = [ 42 deps = [
43 "//cc", 43 "//cc",
44 "//content/browser", # Must not be public_deps! 44 "//content/browser", # Must not be public_deps!
45 "//content/public/common:common_sources", 45 "//content/public/common:common_sources",
46 "//gpu", 46 "//gpu",
47 "//media", 47 "//media",
48 "//net", 48 "//net",
49 "//ppapi/c", 49 "//ppapi/c",
50 "//storage/browser", 50 "//storage/browser",
(...skipping 12 matching lines...) Expand all
63 63
64 if (is_android) { 64 if (is_android) {
65 deps += [ "//ui/android" ] 65 deps += [ "//ui/android" ]
66 } 66 }
67 67
68 if (use_aura) { 68 if (use_aura) {
69 sources -= [ "context_factory.h" ] 69 sources -= [ "context_factory.h" ]
70 deps += [ "//ui/aura" ] 70 deps += [ "//ui/aura" ]
71 } 71 }
72 } 72 }
OLDNEW
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | content/public/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698