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

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

Issue 2773823002: Use a two-part data format version in IndexedDB metadata. (Closed)
Patch Set: jsbell, cmumford Created 3 years, 8 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "frame_replication_state.h", 149 "frame_replication_state.h",
150 "generic_shared_memory_id_generator.cc", 150 "generic_shared_memory_id_generator.cc",
151 "generic_shared_memory_id_generator.h", 151 "generic_shared_memory_id_generator.h",
152 "gin_java_bridge_messages.h", 152 "gin_java_bridge_messages.h",
153 "gpu_host_messages.h", 153 "gpu_host_messages.h",
154 "host_shared_bitmap_manager.cc", 154 "host_shared_bitmap_manager.cc",
155 "host_shared_bitmap_manager.h", 155 "host_shared_bitmap_manager.h",
156 "in_process_child_thread_params.cc", 156 "in_process_child_thread_params.cc",
157 "in_process_child_thread_params.h", 157 "in_process_child_thread_params.h",
158 "indexed_db/indexed_db_constants.h", 158 "indexed_db/indexed_db_constants.h",
159 "indexed_db/indexed_db_data_format_version.h",
159 "indexed_db/indexed_db_key.cc", 160 "indexed_db/indexed_db_key.cc",
160 "indexed_db/indexed_db_key.h", 161 "indexed_db/indexed_db_key.h",
161 "indexed_db/indexed_db_key_path.cc", 162 "indexed_db/indexed_db_key_path.cc",
162 "indexed_db/indexed_db_key_path.h", 163 "indexed_db/indexed_db_key_path.h",
163 "indexed_db/indexed_db_key_range.cc", 164 "indexed_db/indexed_db_key_range.cc",
164 "indexed_db/indexed_db_key_range.h", 165 "indexed_db/indexed_db_key_range.h",
165 "indexed_db/indexed_db_metadata.cc", 166 "indexed_db/indexed_db_metadata.cc",
166 "indexed_db/indexed_db_metadata.h", 167 "indexed_db/indexed_db_metadata.h",
167 "indexed_db/indexed_db_struct_traits.cc", 168 "indexed_db/indexed_db_struct_traits.cc",
168 "indexed_db/indexed_db_struct_traits.h", 169 "indexed_db/indexed_db_struct_traits.h",
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 "//url/mojo:url_mojom_origin", 641 "//url/mojo:url_mojom_origin",
641 ] 642 ]
642 643
643 overridden_deps = [ "//ipc:mojom" ] 644 overridden_deps = [ "//ipc:mojom" ]
644 component_deps = [ "//ipc" ] 645 component_deps = [ "//ipc" ]
645 646
646 export_class_attribute = "CONTENT_EXPORT" 647 export_class_attribute = "CONTENT_EXPORT"
647 export_define = "CONTENT_IMPLEMENTATION=1" 648 export_define = "CONTENT_IMPLEMENTATION=1"
648 export_header = "content/common/content_export.h" 649 export_header = "content/common/content_export.h"
649 } 650 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698