| 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("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 if (is_mac) { | 10 if (is_mac) { |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 "indexed_db/indexed_db_struct_traits.cc", | 152 "indexed_db/indexed_db_struct_traits.cc", |
| 153 "indexed_db/indexed_db_struct_traits.h", | 153 "indexed_db/indexed_db_struct_traits.h", |
| 154 "input/event_with_latency_info.cc", | 154 "input/event_with_latency_info.cc", |
| 155 "input/event_with_latency_info.h", | 155 "input/event_with_latency_info.h", |
| 156 "input/gesture_event_stream_validator.cc", | 156 "input/gesture_event_stream_validator.cc", |
| 157 "input/gesture_event_stream_validator.h", | 157 "input/gesture_event_stream_validator.h", |
| 158 "input/input_event.cc", | 158 "input/input_event.cc", |
| 159 "input/input_event.h", | 159 "input/input_event.h", |
| 160 "input/input_event_ack.cc", | 160 "input/input_event_ack.cc", |
| 161 "input/input_event_ack.h", | 161 "input/input_event_ack.h", |
| 162 "input/input_event_ack_source.h", |
| 163 "input/input_event_ack_state.h", |
| 162 "input/input_event_dispatch_type.h", | 164 "input/input_event_dispatch_type.h", |
| 163 "input/input_event_stream_validator.cc", | 165 "input/input_event_stream_validator.cc", |
| 164 "input/input_event_stream_validator.h", | 166 "input/input_event_stream_validator.h", |
| 165 "input/input_param_traits.cc", | 167 "input/input_param_traits.cc", |
| 166 "input/input_param_traits.h", | 168 "input/input_param_traits.h", |
| 167 "input/synthetic_gesture_packet.cc", | 169 "input/synthetic_gesture_packet.cc", |
| 168 "input/synthetic_gesture_packet.h", | 170 "input/synthetic_gesture_packet.h", |
| 169 "input/synthetic_gesture_params.cc", | 171 "input/synthetic_gesture_params.cc", |
| 170 "input/synthetic_gesture_params.h", | 172 "input/synthetic_gesture_params.h", |
| 171 "input/synthetic_pinch_gesture_params.cc", | 173 "input/synthetic_pinch_gesture_params.cc", |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 602 "//ui/gfx/geometry/mojo", | 604 "//ui/gfx/geometry/mojo", |
| 603 "//ui/gfx/mojo", | 605 "//ui/gfx/mojo", |
| 604 "//url/mojo:url_mojom_gurl", | 606 "//url/mojo:url_mojom_gurl", |
| 605 "//url/mojo:url_mojom_origin", | 607 "//url/mojo:url_mojom_origin", |
| 606 ] | 608 ] |
| 607 | 609 |
| 608 export_class_attribute = "CONTENT_EXPORT" | 610 export_class_attribute = "CONTENT_EXPORT" |
| 609 export_define = "CONTENT_IMPLEMENTATION=1" | 611 export_define = "CONTENT_IMPLEMENTATION=1" |
| 610 export_header = "content/common/content_export.h" | 612 export_header = "content/common/content_export.h" |
| 611 } | 613 } |
| OLD | NEW |