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

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

Issue 2506813003: Use new wrapper types for web_bluetooth.mojom (Closed)
Patch Set: merge master and resolve conflicts Created 4 years 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "//gpu/ipc/common:interfaces", 597 "//gpu/ipc/common:interfaces",
598 "//ipc:mojom", 598 "//ipc:mojom",
599 "//media/capture/mojo:capture_types", 599 "//media/capture/mojo:capture_types",
600 "//media/mojo/interfaces", 600 "//media/mojo/interfaces",
601 "//mojo/common:common_custom_types", 601 "//mojo/common:common_custom_types",
602 "//services/service_manager/public/interfaces", 602 "//services/service_manager/public/interfaces",
603 "//services/ui/public/interfaces", 603 "//services/ui/public/interfaces",
604 "//services/video_capture/public/interfaces", 604 "//services/video_capture/public/interfaces",
605 "//skia/public/interfaces", 605 "//skia/public/interfaces",
606 "//third_party/WebKit/public:mojo_bindings", 606 "//third_party/WebKit/public:mojo_bindings",
607 "//third_party/WebKit/public:new_wrapper_types_mojo_bindings",
608 "//ui/base/mojo:mojo_bindings", 607 "//ui/base/mojo:mojo_bindings",
609 "//ui/gfx/geometry/mojo", 608 "//ui/gfx/geometry/mojo",
610 "//ui/gfx/mojo", 609 "//ui/gfx/mojo",
611 "//url/mojo:url_mojom_gurl", 610 "//url/mojo:url_mojom_gurl",
612 "//url/mojo:url_mojom_origin", 611 "//url/mojo:url_mojom_origin",
613 ] 612 ]
614 613
615 export_class_attribute = "CONTENT_EXPORT" 614 export_class_attribute = "CONTENT_EXPORT"
616 export_define = "CONTENT_IMPLEMENTATION=1" 615 export_define = "CONTENT_IMPLEMENTATION=1"
617 export_header = "content/common/content_export.h" 616 export_header = "content/common/content_export.h"
618 } 617 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698