| 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("features.gni") | 5 import("features.gni") |
| 6 import("//build/buildflag_header.gni") | 6 import("//build/buildflag_header.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 "input/synthetic_web_input_event_builders.h", | 197 "input/synthetic_web_input_event_builders.h", |
| 198 "input/touch_event_stream_validator.cc", | 198 "input/touch_event_stream_validator.cc", |
| 199 "input/touch_event_stream_validator.h", | 199 "input/touch_event_stream_validator.h", |
| 200 "input/web_touch_event_traits.cc", | 200 "input/web_touch_event_traits.cc", |
| 201 "input/web_touch_event_traits.h", | 201 "input/web_touch_event_traits.h", |
| 202 "input_messages.h", | 202 "input_messages.h", |
| 203 "inter_process_time_ticks_converter.cc", | 203 "inter_process_time_ticks_converter.cc", |
| 204 "inter_process_time_ticks_converter.h", | 204 "inter_process_time_ticks_converter.h", |
| 205 "layer_tree_settings_factory.cc", | 205 "layer_tree_settings_factory.cc", |
| 206 "layer_tree_settings_factory.h", | 206 "layer_tree_settings_factory.h", |
| 207 "mac/app_nap_activity.h", |
| 208 "mac/app_nap_activity.mm", |
| 207 "mac/attributed_string_coder.h", | 209 "mac/attributed_string_coder.h", |
| 208 "mac/attributed_string_coder.mm", | 210 "mac/attributed_string_coder.mm", |
| 209 "mac/font_descriptor.h", | 211 "mac/font_descriptor.h", |
| 210 "mac/font_descriptor.mm", | 212 "mac/font_descriptor.mm", |
| 211 "mac/font_loader.h", | 213 "mac/font_loader.h", |
| 212 "mac/font_loader.mm", | 214 "mac/font_loader.mm", |
| 213 "manifest_manager_messages.h", | 215 "manifest_manager_messages.h", |
| 214 "media/aec_dump_messages.h", | 216 "media/aec_dump_messages.h", |
| 215 "media/audio_messages.h", | 217 "media/audio_messages.h", |
| 216 "media/cdm_info.cc", | 218 "media/cdm_info.cc", |
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 646 "//ui/gfx/mojo", | 648 "//ui/gfx/mojo", |
| 647 "//url/mojo:url_mojom_gurl", | 649 "//url/mojo:url_mojom_gurl", |
| 648 "//url/mojo:url_mojom_origin", | 650 "//url/mojo:url_mojom_origin", |
| 649 ] | 651 ] |
| 650 | 652 |
| 651 component_output_prefix = "content_common_mojo_bindings" | 653 component_output_prefix = "content_common_mojo_bindings" |
| 652 export_class_attribute = "CONTENT_EXPORT" | 654 export_class_attribute = "CONTENT_EXPORT" |
| 653 export_define = "CONTENT_IMPLEMENTATION=1" | 655 export_define = "CONTENT_IMPLEMENTATION=1" |
| 654 export_header = "content/common/content_export.h" | 656 export_header = "content/common/content_export.h" |
| 655 } | 657 } |
| OLD | NEW |