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

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

Issue 2668153003: Mojo C++ Bindings: Eliminate unbound ThreadSafeInterfacePtr (Closed)
Patch Set: format and rebase... Created 3 years, 10 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/child/BUILD.gn ('k') | content/renderer/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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//sandbox/features.gni") 10 import("//sandbox/features.gni")
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 "//gpu/command_buffer/client:gles2_c_lib", 365 "//gpu/command_buffer/client:gles2_c_lib",
366 "//gpu/command_buffer/client:gles2_cmd_helper", 366 "//gpu/command_buffer/client:gles2_cmd_helper",
367 "//gpu/command_buffer/client:gles2_implementation", 367 "//gpu/command_buffer/client:gles2_implementation",
368 "//gpu/command_buffer/client:gles2_interface", 368 "//gpu/command_buffer/client:gles2_interface",
369 "//gpu/command_buffer/common:gles2_utils", 369 "//gpu/command_buffer/common:gles2_utils",
370 "//gpu/command_buffer/service", 370 "//gpu/command_buffer/service",
371 "//gpu/ipc/client", 371 "//gpu/ipc/client",
372 "//gpu/ipc/common", 372 "//gpu/ipc/common",
373 "//gpu/skia_bindings", 373 "//gpu/skia_bindings",
374 "//ipc", 374 "//ipc",
375 "//ipc:mojom",
376 "//media", 375 "//media",
377 "//media:shared_memory_support", 376 "//media:shared_memory_support",
378 "//media/base/ipc", 377 "//media/base/ipc",
379 "//media/capture", 378 "//media/capture",
380 "//media/capture/ipc", 379 "//media/capture/ipc",
381 "//media/gpu/ipc/client", 380 "//media/gpu/ipc/client",
382 "//media/gpu/ipc/common", 381 "//media/gpu/ipc/common",
383 "//media/midi", 382 "//media/midi",
384 "//media/midi:mojo", 383 "//media/midi:mojo",
385 "//mojo/common:common_base", 384 "//mojo/common:common_base",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 "//services/video_capture/public/interfaces", 612 "//services/video_capture/public/interfaces",
614 "//skia/public/interfaces", 613 "//skia/public/interfaces",
615 "//third_party/WebKit/public:mojo_bindings", 614 "//third_party/WebKit/public:mojo_bindings",
616 "//ui/base/mojo:mojo_bindings", 615 "//ui/base/mojo:mojo_bindings",
617 "//ui/gfx/geometry/mojo", 616 "//ui/gfx/geometry/mojo",
618 "//ui/gfx/mojo", 617 "//ui/gfx/mojo",
619 "//url/mojo:url_mojom_gurl", 618 "//url/mojo:url_mojom_gurl",
620 "//url/mojo:url_mojom_origin", 619 "//url/mojo:url_mojom_origin",
621 ] 620 ]
622 621
622 overridden_deps = [ "//ipc:mojom" ]
623 component_deps = [ "//ipc" ]
624
623 export_class_attribute = "CONTENT_EXPORT" 625 export_class_attribute = "CONTENT_EXPORT"
624 export_define = "CONTENT_IMPLEMENTATION=1" 626 export_define = "CONTENT_IMPLEMENTATION=1"
625 export_header = "content/common/content_export.h" 627 export_header = "content/common/content_export.h"
626 } 628 }
OLDNEW
« no previous file with comments | « content/child/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698