| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 "cursors/webcursor_aurawin.cc", | 89 "cursors/webcursor_aurawin.cc", |
| 90 "cursors/webcursor_aurax11.cc", | 90 "cursors/webcursor_aurax11.cc", |
| 91 "cursors/webcursor_mac.mm", | 91 "cursors/webcursor_mac.mm", |
| 92 "cursors/webcursor_ozone.cc", | 92 "cursors/webcursor_ozone.cc", |
| 93 "database_messages.h", | 93 "database_messages.h", |
| 94 "date_time_suggestion.h", | 94 "date_time_suggestion.h", |
| 95 "devtools_messages.h", | 95 "devtools_messages.h", |
| 96 "dom_storage/dom_storage_map.cc", | 96 "dom_storage/dom_storage_map.cc", |
| 97 "dom_storage/dom_storage_map.h", | 97 "dom_storage/dom_storage_map.h", |
| 98 "dom_storage/dom_storage_messages.h", | 98 "dom_storage/dom_storage_messages.h", |
| 99 "download/mhtml_save_status.h", |
| 99 "drag_event_source_info.h", | 100 "drag_event_source_info.h", |
| 100 "drag_messages.h", | 101 "drag_messages.h", |
| 101 "drag_traits.h", | 102 "drag_traits.h", |
| 102 "dwrite_font_proxy_messages.h", | 103 "dwrite_font_proxy_messages.h", |
| 103 "edit_command.h", | 104 "edit_command.h", |
| 104 "establish_channel_params.cc", | 105 "establish_channel_params.cc", |
| 105 "establish_channel_params.h", | 106 "establish_channel_params.h", |
| 106 "file_utilities_messages.h", | 107 "file_utilities_messages.h", |
| 107 "fileapi/file_system_messages.h", | 108 "fileapi/file_system_messages.h", |
| 108 "font_cache_dispatcher_win.cc", | 109 "font_cache_dispatcher_win.cc", |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 "//ui/gfx/geometry/mojo", | 605 "//ui/gfx/geometry/mojo", |
| 605 "//ui/gfx/mojo", | 606 "//ui/gfx/mojo", |
| 606 "//url/mojo:url_mojom_gurl", | 607 "//url/mojo:url_mojom_gurl", |
| 607 "//url/mojo:url_mojom_origin", | 608 "//url/mojo:url_mojom_origin", |
| 608 ] | 609 ] |
| 609 | 610 |
| 610 export_class_attribute = "CONTENT_EXPORT" | 611 export_class_attribute = "CONTENT_EXPORT" |
| 611 export_define = "CONTENT_IMPLEMENTATION=1" | 612 export_define = "CONTENT_IMPLEMENTATION=1" |
| 612 export_header = "content/common/content_export.h" | 613 export_header = "content/common/content_export.h" |
| 613 } | 614 } |
| OLD | NEW |