| 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 "indexed_db/indexed_db_enum_traits.h", | 143 "indexed_db/indexed_db_enum_traits.h", |
| 144 "indexed_db/indexed_db_key.cc", | 144 "indexed_db/indexed_db_key.cc", |
| 145 "indexed_db/indexed_db_key.h", | 145 "indexed_db/indexed_db_key.h", |
| 146 "indexed_db/indexed_db_key_path.cc", | 146 "indexed_db/indexed_db_key_path.cc", |
| 147 "indexed_db/indexed_db_key_path.h", | 147 "indexed_db/indexed_db_key_path.h", |
| 148 "indexed_db/indexed_db_key_range.cc", | 148 "indexed_db/indexed_db_key_range.cc", |
| 149 "indexed_db/indexed_db_key_range.h", | 149 "indexed_db/indexed_db_key_range.h", |
| 150 "indexed_db/indexed_db_messages.h", | 150 "indexed_db/indexed_db_messages.h", |
| 151 "indexed_db/indexed_db_metadata.cc", | 151 "indexed_db/indexed_db_metadata.cc", |
| 152 "indexed_db/indexed_db_metadata.h", | 152 "indexed_db/indexed_db_metadata.h", |
| 153 "indexed_db/indexed_db_param_traits.cc", | |
| 154 "indexed_db/indexed_db_param_traits.h", | |
| 155 "indexed_db/indexed_db_struct_traits.cc", | 153 "indexed_db/indexed_db_struct_traits.cc", |
| 156 "indexed_db/indexed_db_struct_traits.h", | 154 "indexed_db/indexed_db_struct_traits.h", |
| 157 "input/event_with_latency_info.cc", | 155 "input/event_with_latency_info.cc", |
| 158 "input/event_with_latency_info.h", | 156 "input/event_with_latency_info.h", |
| 159 "input/gesture_event_stream_validator.cc", | 157 "input/gesture_event_stream_validator.cc", |
| 160 "input/gesture_event_stream_validator.h", | 158 "input/gesture_event_stream_validator.h", |
| 161 "input/input_event.cc", | 159 "input/input_event.cc", |
| 162 "input/input_event.h", | 160 "input/input_event.h", |
| 163 "input/input_event_ack.cc", | 161 "input/input_event_ack.cc", |
| 164 "input/input_event_ack.h", | 162 "input/input_event_ack.h", |
| (...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 609 "//ui/gfx/geometry/mojo", | 607 "//ui/gfx/geometry/mojo", |
| 610 "//ui/gfx/mojo", | 608 "//ui/gfx/mojo", |
| 611 "//url/mojo:url_mojom_gurl", | 609 "//url/mojo:url_mojom_gurl", |
| 612 "//url/mojo:url_mojom_origin", | 610 "//url/mojo:url_mojom_origin", |
| 613 ] | 611 ] |
| 614 | 612 |
| 615 export_class_attribute = "CONTENT_EXPORT" | 613 export_class_attribute = "CONTENT_EXPORT" |
| 616 export_define = "CONTENT_IMPLEMENTATION=1" | 614 export_define = "CONTENT_IMPLEMENTATION=1" |
| 617 export_header = "content/common/content_export.h" | 615 export_header = "content/common/content_export.h" |
| 618 } | 616 } |
| OLD | NEW |