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

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

Issue 1945473002: Break dependencies of browser -> blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: todo 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/browser/BUILD.gn ('k') | third_party/WebKit/Source/platform/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/common/common.gni") 7 import("//content/common/common.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 21 matching lines...) Expand all
32 ":mojo_bindings", 32 ":mojo_bindings",
33 "//gpu/command_buffer/common", 33 "//gpu/command_buffer/common",
34 "//ipc", 34 "//ipc",
35 "//third_party/WebKit/public:blink_headers", 35 "//third_party/WebKit/public:blink_headers",
36 ] 36 ]
37 deps = [ 37 deps = [
38 "//base", 38 "//base",
39 "//base/third_party/dynamic_annotations", 39 "//base/third_party/dynamic_annotations",
40 "//build/util:webkit_version", 40 "//build/util:webkit_version",
41 "//cc", 41 "//cc",
42 "//cc/blink",
43 "//cc/surfaces", 42 "//cc/surfaces",
44 "//components/mus/public/interfaces", 43 "//components/mus/public/interfaces",
45 "//components/tracing", 44 "//components/tracing",
46 "//components/tracing:startup_tracing", 45 "//components/tracing:startup_tracing",
47 "//device/bluetooth", 46 "//device/bluetooth",
48 "//gpu", 47 "//gpu",
49 "//gpu/command_buffer/client:gles2_c_lib", 48 "//gpu/command_buffer/client:gles2_c_lib",
50 "//gpu/command_buffer/client:gles2_cmd_helper", 49 "//gpu/command_buffer/client:gles2_cmd_helper",
51 "//gpu/command_buffer/client:gles2_implementation", 50 "//gpu/command_buffer/client:gles2_implementation",
52 "//gpu/command_buffer/client:gles2_interface", 51 "//gpu/command_buffer/client:gles2_interface",
(...skipping 12 matching lines...) Expand all
65 "//mojo/common:common_base", 64 "//mojo/common:common_base",
66 "//mojo/edk/system", 65 "//mojo/edk/system",
67 "//net", 66 "//net",
68 "//sandbox", 67 "//sandbox",
69 "//services/shell", 68 "//services/shell",
70 "//services/shell/public/cpp", 69 "//services/shell/public/cpp",
71 "//services/shell/public/interfaces", 70 "//services/shell/public/interfaces",
72 "//services/shell/runner/common", 71 "//services/shell/runner/common",
73 "//skia", 72 "//skia",
74 "//storage/common", 73 "//storage/common",
75 "//third_party/WebKit/public:blink", 74 "//third_party/WebKit/public:blink_minimal",
76 "//third_party/boringssl", 75 "//third_party/boringssl",
77 "//third_party/icu", 76 "//third_party/icu",
78 "//third_party/libjingle", 77 "//third_party/libjingle",
79 "//third_party/webrtc/base:rtc_base", 78 "//third_party/webrtc/base:rtc_base",
80 "//ui/accessibility", 79 "//ui/accessibility",
81 "//ui/base", 80 "//ui/base",
82 "//ui/base/ime", 81 "//ui/base/ime",
83 "//ui/events/ipc", 82 "//ui/events/ipc",
84 "//ui/gfx", 83 "//ui/gfx",
85 "//ui/gfx/geometry", 84 "//ui/gfx/geometry",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "//components/leveldb/public/interfaces", 238 "//components/leveldb/public/interfaces",
240 "//components/mus/public/interfaces", 239 "//components/mus/public/interfaces",
241 "//content/public/common:mojo_bindings", 240 "//content/public/common:mojo_bindings",
242 "//services/shell/public/interfaces", 241 "//services/shell/public/interfaces",
243 "//skia/public/interfaces", 242 "//skia/public/interfaces",
244 "//third_party/WebKit/public:mojo_bindings", 243 "//third_party/WebKit/public:mojo_bindings",
245 "//ui/mojo/geometry:interfaces", 244 "//ui/mojo/geometry:interfaces",
246 "//url/mojo:url_mojom_origin", 245 "//url/mojo:url_mojom_origin",
247 ] 246 ]
248 } 247 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698