Chromium Code Reviews| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 143 "font_list_win.cc", | 143 "font_list_win.cc", |
| 144 "frame_message_enums.h", | 144 "frame_message_enums.h", |
| 145 "frame_messages.h", | 145 "frame_messages.h", |
| 146 "frame_owner_properties.cc", | 146 "frame_owner_properties.cc", |
| 147 "frame_owner_properties.h", | 147 "frame_owner_properties.h", |
| 148 "frame_replication_state.cc", | 148 "frame_replication_state.cc", |
| 149 "frame_replication_state.h", | 149 "frame_replication_state.h", |
| 150 "generic_shared_memory_id_generator.cc", | 150 "generic_shared_memory_id_generator.cc", |
| 151 "generic_shared_memory_id_generator.h", | 151 "generic_shared_memory_id_generator.h", |
| 152 "gin_java_bridge_messages.h", | 152 "gin_java_bridge_messages.h", |
| 153 "gpu_host_messages.h", | |
|
sadrul
2017/04/06 04:34:23
yay!!
chiniforooshan
2017/04/06 14:17:05
:D
| |
| 154 "host_shared_bitmap_manager.cc", | 153 "host_shared_bitmap_manager.cc", |
| 155 "host_shared_bitmap_manager.h", | 154 "host_shared_bitmap_manager.h", |
| 156 "in_process_child_thread_params.cc", | 155 "in_process_child_thread_params.cc", |
| 157 "in_process_child_thread_params.h", | 156 "in_process_child_thread_params.h", |
| 158 "indexed_db/indexed_db_constants.h", | 157 "indexed_db/indexed_db_constants.h", |
| 159 "indexed_db/indexed_db_key.cc", | 158 "indexed_db/indexed_db_key.cc", |
| 160 "indexed_db/indexed_db_key.h", | 159 "indexed_db/indexed_db_key.h", |
| 161 "indexed_db/indexed_db_key_path.cc", | 160 "indexed_db/indexed_db_key_path.cc", |
| 162 "indexed_db/indexed_db_key_path.h", | 161 "indexed_db/indexed_db_key_path.h", |
| 163 "indexed_db/indexed_db_key_range.cc", | 162 "indexed_db/indexed_db_key_range.cc", |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 641 "//url/mojo:url_mojom_origin", | 640 "//url/mojo:url_mojom_origin", |
| 642 ] | 641 ] |
| 643 | 642 |
| 644 overridden_deps = [ "//ipc:mojom" ] | 643 overridden_deps = [ "//ipc:mojom" ] |
| 645 component_deps = [ "//ipc" ] | 644 component_deps = [ "//ipc" ] |
| 646 | 645 |
| 647 export_class_attribute = "CONTENT_EXPORT" | 646 export_class_attribute = "CONTENT_EXPORT" |
| 648 export_define = "CONTENT_IMPLEMENTATION=1" | 647 export_define = "CONTENT_IMPLEMENTATION=1" |
| 649 export_header = "content/common/content_export.h" | 648 export_header = "content/common/content_export.h" |
| 650 } | 649 } |
| OLD | NEW |