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

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

Issue 2375133002: Move MessagePort implementation from android_webview to content (Closed)
Patch Set: rsesek nits and git cl format 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
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 23 matching lines...) Expand all
34 "android/hash_set.cc", 34 "android/hash_set.cc",
35 "android/hash_set.h", 35 "android/hash_set.h",
36 "android/media_metadata_android.cc", 36 "android/media_metadata_android.cc",
37 "android/media_metadata_android.h", 37 "android/media_metadata_android.h",
38 "android/resource_request_body_android.cc", 38 "android/resource_request_body_android.cc",
39 "android/resource_request_body_android.h", 39 "android/resource_request_body_android.h",
40 "android/sync_compositor_messages.cc", 40 "android/sync_compositor_messages.cc",
41 "android/sync_compositor_messages.h", 41 "android/sync_compositor_messages.h",
42 "android/sync_compositor_statics.cc", 42 "android/sync_compositor_statics.cc",
43 "android/sync_compositor_statics.h", 43 "android/sync_compositor_statics.h",
44 "app_web_message_port_messages.h",
44 "appcache_interfaces.cc", 45 "appcache_interfaces.cc",
45 "appcache_interfaces.h", 46 "appcache_interfaces.h",
46 "appcache_messages.h", 47 "appcache_messages.h",
47 "associated_interface_provider_impl.cc", 48 "associated_interface_provider_impl.cc",
48 "associated_interface_provider_impl.h", 49 "associated_interface_provider_impl.h",
49 "associated_interface_registry_impl.cc", 50 "associated_interface_registry_impl.cc",
50 "associated_interface_registry_impl.h", 51 "associated_interface_registry_impl.h",
51 "ax_content_node_data.cc", 52 "ax_content_node_data.cc",
52 "ax_content_node_data.h", 53 "ax_content_node_data.h",
53 "bluetooth/web_bluetooth_device_id.cc", 54 "bluetooth/web_bluetooth_device_id.cc",
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 "//ui/gfx/geometry/mojo", 591 "//ui/gfx/geometry/mojo",
591 "//ui/gfx/mojo", 592 "//ui/gfx/mojo",
592 "//url/mojo:url_mojom_gurl", 593 "//url/mojo:url_mojom_gurl",
593 "//url/mojo:url_mojom_origin", 594 "//url/mojo:url_mojom_origin",
594 ] 595 ]
595 596
596 export_class_attribute = "CONTENT_EXPORT" 597 export_class_attribute = "CONTENT_EXPORT"
597 export_define = "CONTENT_IMPLEMENTATION=1" 598 export_define = "CONTENT_IMPLEMENTATION=1"
598 export_header = "content/common/content_export.h" 599 export_header = "content/common/content_export.h"
599 } 600 }
OLDNEW
« no previous file with comments | « content/browser/message_port_provider_browsertest.cc ('k') | content/common/app_web_message_port_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698