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

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

Issue 2557013002: Use new wrapper types for web_bluetooth.mojom (Closed)
Patch Set: 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 "//gpu/ipc/common:interfaces", 592 "//gpu/ipc/common:interfaces",
593 "//ipc:mojom", 593 "//ipc:mojom",
594 "//media/capture/mojo:capture_types", 594 "//media/capture/mojo:capture_types",
595 "//media/mojo/interfaces", 595 "//media/mojo/interfaces",
596 "//mojo/common:common_custom_types", 596 "//mojo/common:common_custom_types",
597 "//services/service_manager/public/interfaces", 597 "//services/service_manager/public/interfaces",
598 "//services/ui/public/interfaces", 598 "//services/ui/public/interfaces",
599 "//services/video_capture/public/interfaces", 599 "//services/video_capture/public/interfaces",
600 "//skia/public/interfaces", 600 "//skia/public/interfaces",
601 "//third_party/WebKit/public:mojo_bindings", 601 "//third_party/WebKit/public:mojo_bindings",
602 "//third_party/WebKit/public:new_wrapper_types_mojo_bindings",
603 "//ui/base/mojo:mojo_bindings", 602 "//ui/base/mojo:mojo_bindings",
604 "//ui/gfx/geometry/mojo", 603 "//ui/gfx/geometry/mojo",
605 "//ui/gfx/mojo", 604 "//ui/gfx/mojo",
606 "//url/mojo:url_mojom_gurl", 605 "//url/mojo:url_mojom_gurl",
607 "//url/mojo:url_mojom_origin", 606 "//url/mojo:url_mojom_origin",
608 ] 607 ]
609 608
610 export_class_attribute = "CONTENT_EXPORT" 609 export_class_attribute = "CONTENT_EXPORT"
611 export_define = "CONTENT_IMPLEMENTATION=1" 610 export_define = "CONTENT_IMPLEMENTATION=1"
612 export_header = "content/common/content_export.h" 611 export_header = "content/common/content_export.h"
613 } 612 }
OLDNEW
« no previous file with comments | « content/browser/bluetooth/web_bluetooth_service_impl.cc ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698