| 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |