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

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

Issue 2668153003: Mojo C++ Bindings: Eliminate unbound ThreadSafeInterfacePtr (Closed)
Patch Set: . 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
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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 "//services/video_capture/public/interfaces", 613 "//services/video_capture/public/interfaces",
615 "//skia/public/interfaces", 614 "//skia/public/interfaces",
616 "//third_party/WebKit/public:mojo_bindings", 615 "//third_party/WebKit/public:mojo_bindings",
617 "//ui/base/mojo:mojo_bindings", 616 "//ui/base/mojo:mojo_bindings",
618 "//ui/gfx/geometry/mojo", 617 "//ui/gfx/geometry/mojo",
619 "//ui/gfx/mojo", 618 "//ui/gfx/mojo",
620 "//url/mojo:url_mojom_gurl", 619 "//url/mojo:url_mojom_gurl",
621 "//url/mojo:url_mojom_origin", 620 "//url/mojo:url_mojom_origin",
622 ] 621 ]
623 622
623 overridden_deps = [ "//ipc:mojom" ]
624 component_deps = [ "//ipc" ]
625
624 export_class_attribute = "CONTENT_EXPORT" 626 export_class_attribute = "CONTENT_EXPORT"
625 export_define = "CONTENT_IMPLEMENTATION=1" 627 export_define = "CONTENT_IMPLEMENTATION=1"
626 export_header = "content/common/content_export.h" 628 export_header = "content/common/content_export.h"
627 } 629 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698