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

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

Issue 2511403003: Send IndexedDB observations through IDBDatabaseCallbacks. (Closed)
Patch Set: Rebased. Created 4 years, 1 month 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "indexed_db/indexed_db_enum_traits.h", 142 "indexed_db/indexed_db_enum_traits.h",
143 "indexed_db/indexed_db_key.cc", 143 "indexed_db/indexed_db_key.cc",
144 "indexed_db/indexed_db_key.h", 144 "indexed_db/indexed_db_key.h",
145 "indexed_db/indexed_db_key_path.cc", 145 "indexed_db/indexed_db_key_path.cc",
146 "indexed_db/indexed_db_key_path.h", 146 "indexed_db/indexed_db_key_path.h",
147 "indexed_db/indexed_db_key_range.cc", 147 "indexed_db/indexed_db_key_range.cc",
148 "indexed_db/indexed_db_key_range.h", 148 "indexed_db/indexed_db_key_range.h",
149 "indexed_db/indexed_db_messages.h", 149 "indexed_db/indexed_db_messages.h",
150 "indexed_db/indexed_db_metadata.cc", 150 "indexed_db/indexed_db_metadata.cc",
151 "indexed_db/indexed_db_metadata.h", 151 "indexed_db/indexed_db_metadata.h",
152 "indexed_db/indexed_db_param_traits.cc",
153 "indexed_db/indexed_db_param_traits.h",
154 "indexed_db/indexed_db_struct_traits.cc", 152 "indexed_db/indexed_db_struct_traits.cc",
155 "indexed_db/indexed_db_struct_traits.h", 153 "indexed_db/indexed_db_struct_traits.h",
156 "input/event_with_latency_info.cc", 154 "input/event_with_latency_info.cc",
157 "input/event_with_latency_info.h", 155 "input/event_with_latency_info.h",
158 "input/gesture_event_stream_validator.cc", 156 "input/gesture_event_stream_validator.cc",
159 "input/gesture_event_stream_validator.h", 157 "input/gesture_event_stream_validator.h",
160 "input/input_event.cc", 158 "input/input_event.cc",
161 "input/input_event.h", 159 "input/input_event.h",
162 "input/input_event_ack.cc", 160 "input/input_event_ack.cc",
163 "input/input_event_ack.h", 161 "input/input_event_ack.h",
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 "//ui/gfx/geometry/mojo", 604 "//ui/gfx/geometry/mojo",
607 "//ui/gfx/mojo", 605 "//ui/gfx/mojo",
608 "//url/mojo:url_mojom_gurl", 606 "//url/mojo:url_mojom_gurl",
609 "//url/mojo:url_mojom_origin", 607 "//url/mojo:url_mojom_origin",
610 ] 608 ]
611 609
612 export_class_attribute = "CONTENT_EXPORT" 610 export_class_attribute = "CONTENT_EXPORT"
613 export_define = "CONTENT_IMPLEMENTATION=1" 611 export_define = "CONTENT_IMPLEMENTATION=1"
614 export_header = "content/common/content_export.h" 612 export_header = "content/common/content_export.h"
615 } 613 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698