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

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

Issue 2762573003: Implement BackgroundFetchManager.fetch() and struct traits (Closed)
Patch Set: First round of comments Created 3 years, 9 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("features.gni") 5 import("features.gni")
6 import("//build/buildflag_header.gni") 6 import("//build/buildflag_header.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "android/sync_compositor_statics.h", 55 "android/sync_compositor_statics.h",
56 "appcache_interfaces.cc", 56 "appcache_interfaces.cc",
57 "appcache_interfaces.h", 57 "appcache_interfaces.h",
58 "appcache_messages.h", 58 "appcache_messages.h",
59 "associated_interface_provider_impl.cc", 59 "associated_interface_provider_impl.cc",
60 "associated_interface_provider_impl.h", 60 "associated_interface_provider_impl.h",
61 "associated_interface_registry_impl.cc", 61 "associated_interface_registry_impl.cc",
62 "associated_interface_registry_impl.h", 62 "associated_interface_registry_impl.h",
63 "ax_content_node_data.cc", 63 "ax_content_node_data.cc",
64 "ax_content_node_data.h", 64 "ax_content_node_data.h",
65 "background_fetch/background_fetch_struct_traits.cc",
66 "background_fetch/background_fetch_struct_traits.h",
67 "background_fetch/background_fetch_types.cc",
68 "background_fetch/background_fetch_types.h",
65 "bluetooth/web_bluetooth_device_id.cc", 69 "bluetooth/web_bluetooth_device_id.cc",
66 "bluetooth/web_bluetooth_device_id.h", 70 "bluetooth/web_bluetooth_device_id.h",
67 "browser_plugin/browser_plugin_constants.cc", 71 "browser_plugin/browser_plugin_constants.cc",
68 "browser_plugin/browser_plugin_constants.h", 72 "browser_plugin/browser_plugin_constants.h",
69 "browser_plugin/browser_plugin_messages.h", 73 "browser_plugin/browser_plugin_messages.h",
70 "cache_storage/cache_storage_messages.h", 74 "cache_storage/cache_storage_messages.h",
71 "cache_storage/cache_storage_types.cc", 75 "cache_storage/cache_storage_types.cc",
72 "cache_storage/cache_storage_types.h", 76 "cache_storage/cache_storage_types.h",
73 "child_process_host_impl.cc", 77 "child_process_host_impl.cc",
74 "child_process_host_impl.h", 78 "child_process_host_impl.h",
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 "//url/mojo:url_mojom_origin", 639 "//url/mojo:url_mojom_origin",
636 ] 640 ]
637 641
638 overridden_deps = [ "//ipc:mojom" ] 642 overridden_deps = [ "//ipc:mojom" ]
639 component_deps = [ "//ipc" ] 643 component_deps = [ "//ipc" ]
640 644
641 export_class_attribute = "CONTENT_EXPORT" 645 export_class_attribute = "CONTENT_EXPORT"
642 export_define = "CONTENT_IMPLEMENTATION=1" 646 export_define = "CONTENT_IMPLEMENTATION=1"
643 export_header = "content/common/content_export.h" 647 export_header = "content/common/content_export.h"
644 } 648 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698