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