| OLD | NEW |
| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_metadata.cc", | 145 "indexed_db/indexed_db_metadata.cc", |
| 146 "indexed_db/indexed_db_metadata.h", | 146 "indexed_db/indexed_db_metadata.h", |
| 147 "indexed_db/indexed_db_struct_traits.cc", | 147 "indexed_db/indexed_db_struct_traits.cc", |
| 148 "indexed_db/indexed_db_struct_traits.h", | 148 "indexed_db/indexed_db_struct_traits.h", |
| 149 "input/event_with_latency_info.cc", | |
| 150 "input/event_with_latency_info.h", | 149 "input/event_with_latency_info.h", |
| 151 "input/gesture_event_stream_validator.cc", | 150 "input/gesture_event_stream_validator.cc", |
| 152 "input/gesture_event_stream_validator.h", | 151 "input/gesture_event_stream_validator.h", |
| 153 "input/input_event.cc", | 152 "input/input_event.cc", |
| 154 "input/input_event.h", | 153 "input/input_event.h", |
| 155 "input/input_event_ack.cc", | 154 "input/input_event_ack.cc", |
| 156 "input/input_event_ack.h", | 155 "input/input_event_ack.h", |
| 157 "input/input_event_ack_source.h", | 156 "input/input_event_ack_source.h", |
| 158 "input/input_event_ack_state.h", | 157 "input/input_event_ack_state.h", |
| 159 "input/input_event_dispatch_type.h", | 158 "input/input_event_dispatch_type.h", |
| (...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 619 "//url/mojo:url_mojom_origin", | 618 "//url/mojo:url_mojom_origin", |
| 620 ] | 619 ] |
| 621 | 620 |
| 622 overridden_deps = [ "//ipc:mojom" ] | 621 overridden_deps = [ "//ipc:mojom" ] |
| 623 component_deps = [ "//ipc" ] | 622 component_deps = [ "//ipc" ] |
| 624 | 623 |
| 625 export_class_attribute = "CONTENT_EXPORT" | 624 export_class_attribute = "CONTENT_EXPORT" |
| 626 export_define = "CONTENT_IMPLEMENTATION=1" | 625 export_define = "CONTENT_IMPLEMENTATION=1" |
| 627 export_header = "content/common/content_export.h" | 626 export_header = "content/common/content_export.h" |
| 628 } | 627 } |
| OLD | NEW |