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

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

Issue 2601163002: Remove indexed_db_messages.h. (Closed)
Patch Set: Addressed cmumford's feedback. Created 3 years, 11 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("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//sandbox/features.gni") 10 import("//sandbox/features.gni")
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "in_process_child_thread_params.h", 135 "in_process_child_thread_params.h",
136 "indexed_db/indexed_db_constants.h", 136 "indexed_db/indexed_db_constants.h",
137 "indexed_db/indexed_db_enum_traits.cc", 137 "indexed_db/indexed_db_enum_traits.cc",
138 "indexed_db/indexed_db_enum_traits.h", 138 "indexed_db/indexed_db_enum_traits.h",
139 "indexed_db/indexed_db_key.cc", 139 "indexed_db/indexed_db_key.cc",
140 "indexed_db/indexed_db_key.h", 140 "indexed_db/indexed_db_key.h",
141 "indexed_db/indexed_db_key_path.cc", 141 "indexed_db/indexed_db_key_path.cc",
142 "indexed_db/indexed_db_key_path.h", 142 "indexed_db/indexed_db_key_path.h",
143 "indexed_db/indexed_db_key_range.cc", 143 "indexed_db/indexed_db_key_range.cc",
144 "indexed_db/indexed_db_key_range.h", 144 "indexed_db/indexed_db_key_range.h",
145 "indexed_db/indexed_db_messages.h",
146 "indexed_db/indexed_db_metadata.cc", 145 "indexed_db/indexed_db_metadata.cc",
147 "indexed_db/indexed_db_metadata.h", 146 "indexed_db/indexed_db_metadata.h",
148 "indexed_db/indexed_db_struct_traits.cc", 147 "indexed_db/indexed_db_struct_traits.cc",
149 "indexed_db/indexed_db_struct_traits.h", 148 "indexed_db/indexed_db_struct_traits.h",
150 "input/event_with_latency_info.cc", 149 "input/event_with_latency_info.cc",
151 "input/event_with_latency_info.h", 150 "input/event_with_latency_info.h",
152 "input/gesture_event_stream_validator.cc", 151 "input/gesture_event_stream_validator.cc",
153 "input/gesture_event_stream_validator.h", 152 "input/gesture_event_stream_validator.h",
154 "input/input_event.cc", 153 "input/input_event.cc",
155 "input/input_event.h", 154 "input/input_event.h",
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 "//ui/gfx/geometry/mojo", 602 "//ui/gfx/geometry/mojo",
604 "//ui/gfx/mojo", 603 "//ui/gfx/mojo",
605 "//url/mojo:url_mojom_gurl", 604 "//url/mojo:url_mojom_gurl",
606 "//url/mojo:url_mojom_origin", 605 "//url/mojo:url_mojom_origin",
607 ] 606 ]
608 607
609 export_class_attribute = "CONTENT_EXPORT" 608 export_class_attribute = "CONTENT_EXPORT"
610 export_define = "CONTENT_IMPLEMENTATION=1" 609 export_define = "CONTENT_IMPLEMENTATION=1"
611 export_header = "content/common/content_export.h" 610 export_header = "content/common/content_export.h"
612 } 611 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698