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

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

Issue 1947643002: Revert of Turn on assert_no_deps for blink in browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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') | no next file » | 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 ":mojo_bindings", 146 ":mojo_bindings",
147 "//gpu/command_buffer/common", 147 "//gpu/command_buffer/common",
148 "//ipc", 148 "//ipc",
149 "//third_party/WebKit/public:blink_headers", 149 "//third_party/WebKit/public:blink_headers",
150 ] 150 ]
151 deps = [ 151 deps = [
152 "//base", 152 "//base",
153 "//base/third_party/dynamic_annotations", 153 "//base/third_party/dynamic_annotations",
154 "//build/util:webkit_version", 154 "//build/util:webkit_version",
155 "//cc", 155 "//cc",
156 "//cc/blink",
156 "//cc/surfaces", 157 "//cc/surfaces",
157 "//components/mus/public/interfaces", 158 "//components/mus/public/interfaces",
158 "//components/tracing", 159 "//components/tracing",
159 "//components/tracing:startup_tracing", 160 "//components/tracing:startup_tracing",
160 "//device/bluetooth", 161 "//device/bluetooth",
161 "//gpu", 162 "//gpu",
162 "//gpu/command_buffer/client:gles2_c_lib", 163 "//gpu/command_buffer/client:gles2_c_lib",
163 "//gpu/command_buffer/client:gles2_cmd_helper", 164 "//gpu/command_buffer/client:gles2_cmd_helper",
164 "//gpu/command_buffer/client:gles2_implementation", 165 "//gpu/command_buffer/client:gles2_implementation",
165 "//gpu/command_buffer/client:gles2_interface", 166 "//gpu/command_buffer/client:gles2_interface",
(...skipping 16 matching lines...) Expand all
182 "//mojo/common:common_base", 183 "//mojo/common:common_base",
183 "//mojo/edk/system", 184 "//mojo/edk/system",
184 "//net", 185 "//net",
185 "//sandbox", 186 "//sandbox",
186 "//services/shell", 187 "//services/shell",
187 "//services/shell/public/cpp", 188 "//services/shell/public/cpp",
188 "//services/shell/public/interfaces", 189 "//services/shell/public/interfaces",
189 "//services/shell/runner/common", 190 "//services/shell/runner/common",
190 "//skia", 191 "//skia",
191 "//storage/common", 192 "//storage/common",
192 "//third_party/WebKit/public:blink_minimal", 193 "//third_party/WebKit/public:blink",
193 "//third_party/boringssl", 194 "//third_party/boringssl",
194 "//third_party/icu", 195 "//third_party/icu",
195 "//third_party/libjingle", 196 "//third_party/libjingle",
196 "//third_party/webrtc/base:rtc_base", 197 "//third_party/webrtc/base:rtc_base",
197 "//ui/accessibility", 198 "//ui/accessibility",
198 "//ui/base", 199 "//ui/base",
199 "//ui/base/ime", 200 "//ui/base/ime",
200 "//ui/events/ipc", 201 "//ui/events/ipc",
201 "//ui/gfx", 202 "//ui/gfx",
202 "//ui/gfx/geometry", 203 "//ui/gfx/geometry",
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 "//components/leveldb/public/interfaces", 529 "//components/leveldb/public/interfaces",
529 "//components/mus/public/interfaces", 530 "//components/mus/public/interfaces",
530 "//content/public/common:mojo_bindings", 531 "//content/public/common:mojo_bindings",
531 "//services/shell/public/interfaces", 532 "//services/shell/public/interfaces",
532 "//skia/public/interfaces", 533 "//skia/public/interfaces",
533 "//third_party/WebKit/public:mojo_bindings", 534 "//third_party/WebKit/public:mojo_bindings",
534 "//ui/mojo/geometry:interfaces", 535 "//ui/mojo/geometry:interfaces",
535 "//url/mojo:url_mojom_origin", 536 "//url/mojo:url_mojom_origin",
536 ] 537 ]
537 } 538 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698