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

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

Issue 2381493003: Move ViewMsg_New to mojom (Closed)
Patch Set: . Created 4 years, 2 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/common/web_preferences.typemap ('k') | content/public/test/render_view_test.cc » ('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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//third_party/webrtc/build/webrtc.gni") 9 import("//third_party/webrtc/build/webrtc.gni")
10 10
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 public_configs = [ "//v8:external_startup_data" ] 233 public_configs = [ "//v8:external_startup_data" ]
234 234
235 public_deps = [ 235 public_deps = [
236 "//content/common", 236 "//content/common",
237 "//content/public/common:interfaces", 237 "//content/public/common:interfaces",
238 "//mojo/public/cpp/bindings", 238 "//mojo/public/cpp/bindings",
239 "//services/shell/public/cpp", 239 "//services/shell/public/cpp",
240 "//services/shell/public/interfaces", 240 "//services/shell/public/interfaces",
241 "//third_party/WebKit/public:blink_headers", 241 "//third_party/WebKit/public:blink_headers",
242 "//ui/accessibility", 242 "//ui/accessibility",
243 "//ui/surface",
243 "//url/ipc:url_ipc", 244 "//url/ipc:url_ipc",
244 ] 245 ]
245 deps = [ 246 deps = [
246 # This looks needless as we have //content/common in public_deps, but it's 247 # This looks needless as we have //content/common in public_deps, but it's
247 # needed because of allow_circular_includes_from. 248 # needed because of allow_circular_includes_from.
248 "//content/common:mojo_bindings_cpp_sources", 249 "//content/common:mojo_bindings_cpp_sources",
249 "//ipc", 250 "//ipc",
250 "//media", 251 "//media",
251 "//mojo/common", 252 "//mojo/common",
252 "//net", 253 "//net",
253 "//ppapi/c", 254 "//ppapi/c",
254 "//services/shell/public/cpp", 255 "//services/shell/public/cpp",
255 "//skia", 256 "//skia",
256 "//storage/common", 257 "//storage/common",
257 "//third_party/icu", 258 "//third_party/icu",
258 "//ui/accessibility", 259 "//ui/accessibility",
259 "//ui/base", 260 "//ui/base",
260 "//ui/gfx", 261 "//ui/gfx",
261 "//ui/gfx/ipc", 262 "//ui/gfx/ipc",
262 "//ui/gfx/ipc/color", 263 "//ui/gfx/ipc/color",
263 "//ui/gfx/ipc/geometry", 264 "//ui/gfx/ipc/geometry",
264 "//ui/gfx/ipc/skia", 265 "//ui/gfx/ipc/skia",
265 "//ui/surface",
266 ] 266 ]
267 267
268 # //content/common needs to include public headers. 268 # //content/common needs to include public headers.
269 allow_circular_includes_from = [ 269 allow_circular_includes_from = [
270 "//content/common", 270 "//content/common",
271 "//content/common:mojo_bindings_cpp_sources", 271 "//content/common:mojo_bindings_cpp_sources",
272 ] 272 ]
273 273
274 if (!enable_plugins) { 274 if (!enable_plugins) {
275 sources -= [ 275 sources -= [
(...skipping 25 matching lines...) Expand all
301 "feature_h264_with_openh264_ffmpeg.cc", 301 "feature_h264_with_openh264_ffmpeg.cc",
302 "feature_h264_with_openh264_ffmpeg.h", 302 "feature_h264_with_openh264_ffmpeg.h",
303 ] 303 ]
304 } 304 }
305 305
306 mojom("interfaces") { 306 mojom("interfaces") {
307 sources = [ 307 sources = [
308 "window_container_type.mojom", 308 "window_container_type.mojom",
309 ] 309 ]
310 } 310 }
OLDNEW
« no previous file with comments | « content/common/web_preferences.typemap ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698