| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 "cursors/webcursor.cc", | 84 "cursors/webcursor.cc", |
| 85 "cursors/webcursor.h", | 85 "cursors/webcursor.h", |
| 86 "cursors/webcursor_android.cc", | 86 "cursors/webcursor_android.cc", |
| 87 "cursors/webcursor_aura.cc", | 87 "cursors/webcursor_aura.cc", |
| 88 "cursors/webcursor_aurawin.cc", | 88 "cursors/webcursor_aurawin.cc", |
| 89 "cursors/webcursor_aurax11.cc", | 89 "cursors/webcursor_aurax11.cc", |
| 90 "cursors/webcursor_mac.mm", | 90 "cursors/webcursor_mac.mm", |
| 91 "cursors/webcursor_ozone.cc", | 91 "cursors/webcursor_ozone.cc", |
| 92 "database_messages.h", | 92 "database_messages.h", |
| 93 "date_time_suggestion.h", | 93 "date_time_suggestion.h", |
| 94 "device_sensors/device_light_data.h", | |
| 95 "device_sensors/device_light_hardware_buffer.h", | |
| 96 "device_sensors/device_motion_hardware_buffer.h", | |
| 97 "device_sensors/device_orientation_hardware_buffer.h", | |
| 98 "devtools_messages.h", | 94 "devtools_messages.h", |
| 99 "discardable_shared_memory_heap.cc", | 95 "discardable_shared_memory_heap.cc", |
| 100 "discardable_shared_memory_heap.h", | 96 "discardable_shared_memory_heap.h", |
| 101 "dom_storage/dom_storage_map.cc", | 97 "dom_storage/dom_storage_map.cc", |
| 102 "dom_storage/dom_storage_map.h", | 98 "dom_storage/dom_storage_map.h", |
| 103 "dom_storage/dom_storage_messages.h", | 99 "dom_storage/dom_storage_messages.h", |
| 104 "drag_event_source_info.h", | 100 "drag_event_source_info.h", |
| 105 "drag_messages.h", | 101 "drag_messages.h", |
| 106 "drag_traits.h", | 102 "drag_traits.h", |
| 107 "dwrite_font_proxy_messages.h", | 103 "dwrite_font_proxy_messages.h", |
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 "//ui/gfx/geometry/mojo", | 589 "//ui/gfx/geometry/mojo", |
| 594 "//ui/gfx/mojo", | 590 "//ui/gfx/mojo", |
| 595 "//url/mojo:url_mojom_gurl", | 591 "//url/mojo:url_mojom_gurl", |
| 596 "//url/mojo:url_mojom_origin", | 592 "//url/mojo:url_mojom_origin", |
| 597 ] | 593 ] |
| 598 | 594 |
| 599 export_class_attribute = "CONTENT_EXPORT" | 595 export_class_attribute = "CONTENT_EXPORT" |
| 600 export_define = "CONTENT_IMPLEMENTATION=1" | 596 export_define = "CONTENT_IMPLEMENTATION=1" |
| 601 export_header = "content/common/content_export.h" | 597 export_header = "content/common/content_export.h" |
| 602 } | 598 } |
| OLD | NEW |