| 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("//sandbox/features.gni") | 10 import("//sandbox/features.gni") |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "dom_storage/dom_storage_messages.h", | 100 "dom_storage/dom_storage_messages.h", |
| 101 "download/mhtml_save_status.cc", | 101 "download/mhtml_save_status.cc", |
| 102 "download/mhtml_save_status.h", | 102 "download/mhtml_save_status.h", |
| 103 "drag_event_source_info.h", | 103 "drag_event_source_info.h", |
| 104 "drag_messages.h", | 104 "drag_messages.h", |
| 105 "drag_traits.h", | 105 "drag_traits.h", |
| 106 "dwrite_font_proxy_messages.h", | 106 "dwrite_font_proxy_messages.h", |
| 107 "edit_command.h", | 107 "edit_command.h", |
| 108 "establish_channel_params.cc", | 108 "establish_channel_params.cc", |
| 109 "establish_channel_params.h", | 109 "establish_channel_params.h", |
| 110 "feature_policy/feature_policy.cc", |
| 111 "feature_policy/feature_policy.h", |
| 110 "file_utilities_messages.h", | 112 "file_utilities_messages.h", |
| 111 "fileapi/file_system_messages.h", | 113 "fileapi/file_system_messages.h", |
| 112 "font_cache_dispatcher_win.cc", | 114 "font_cache_dispatcher_win.cc", |
| 113 "font_cache_dispatcher_win.h", | 115 "font_cache_dispatcher_win.h", |
| 114 "font_config_ipc_linux.cc", | 116 "font_config_ipc_linux.cc", |
| 115 "font_config_ipc_linux.h", | 117 "font_config_ipc_linux.h", |
| 116 "font_list.cc", | 118 "font_list.cc", |
| 117 "font_list.h", | 119 "font_list.h", |
| 118 "font_list_android.cc", | 120 "font_list_android.cc", |
| 119 "font_list_fontconfig.cc", | 121 "font_list_fontconfig.cc", |
| (...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 "//ui/gfx/geometry/mojo", | 600 "//ui/gfx/geometry/mojo", |
| 599 "//ui/gfx/mojo", | 601 "//ui/gfx/mojo", |
| 600 "//url/mojo:url_mojom_gurl", | 602 "//url/mojo:url_mojom_gurl", |
| 601 "//url/mojo:url_mojom_origin", | 603 "//url/mojo:url_mojom_origin", |
| 602 ] | 604 ] |
| 603 | 605 |
| 604 export_class_attribute = "CONTENT_EXPORT" | 606 export_class_attribute = "CONTENT_EXPORT" |
| 605 export_define = "CONTENT_IMPLEMENTATION=1" | 607 export_define = "CONTENT_IMPLEMENTATION=1" |
| 606 export_header = "content/common/content_export.h" | 608 export_header = "content/common/content_export.h" |
| 607 } | 609 } |
| OLD | NEW |