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

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

Issue 1836533002: Revert of Content "gn check" work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/plugin/BUILD.gn ('k') | content/public/gpu/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 22 matching lines...) Expand all
33 public_deps = [ 33 public_deps = [
34 "//content/public/common:mojo_bindings", 34 "//content/public/common:mojo_bindings",
35 "//mojo/public/cpp/bindings", 35 "//mojo/public/cpp/bindings",
36 "//mojo/public/cpp/system", 36 "//mojo/public/cpp/system",
37 37
38 # We expose skia headers in the public API. 38 # We expose skia headers in the public API.
39 "//skia", 39 "//skia",
40 ] 40 ]
41 deps = [ 41 deps = [
42 "//cc", 42 "//cc",
43 "//content/browser", # Must not be public_deps! 43 "//content/browser",
44 "//content/public/common:common_sources", 44 "//content/public/common:common_sources",
45 "//gpu", 45 "//gpu",
46 "//media", 46 "//media",
47 "//net", 47 "//net",
48 "//ppapi/c", 48 "//ppapi/c",
49 "//storage/browser", 49 "//storage/browser",
50 "//ui/accessibility", 50 "//ui/accessibility",
51 "//ui/base", 51 "//ui/base",
52 "//ui/events", 52 "//ui/events",
53 "//ui/gl", 53 "//ui/gl",
54 "//ui/surface", 54 "//ui/surface",
55 ] 55 ]
56 56
57 allow_circular_includes_from = [ 57 allow_circular_includes_from = [
58 # This target is a pair with content/browser. They always go together and 58 # This target is a pair with content/browser. They always go together and
59 # include headers from each other. 59 # include headers from each other.
60 "//content/browser", 60 "//content/browser",
61 ] 61 ]
62 62
63 if (is_android) { 63 if (is_android) {
64 deps += [ "//ui/android" ] 64 deps += [ "//ui/android" ]
65 } 65 }
66 66
67 if (use_aura) { 67 if (use_aura) {
68 sources -= [ "context_factory.h" ] 68 sources -= [ "context_factory.h" ]
69 deps += [ "//ui/aura" ] 69 deps += [ "//ui/aura" ]
70 } 70 }
71 } 71 }
OLDNEW
« no previous file with comments | « content/plugin/BUILD.gn ('k') | content/public/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698