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("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/util/process_version.gni") | 6 import("//build/util/process_version.gni") |
| 7 import("//chrome/common/features.gni") | 7 import("//chrome/common/features.gni") |
| 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. | 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. |
| 9 import("//extensions/features/features.gni") | 9 import("//extensions/features/features.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 61 "channel_info_android.cc", | 61 "channel_info_android.cc", |
| 62 "channel_info_chromeos.cc", | 62 "channel_info_chromeos.cc", |
| 63 "channel_info_mac.mm", | 63 "channel_info_mac.mm", |
| 64 "channel_info_posix.cc", | 64 "channel_info_posix.cc", |
| 65 "channel_info_win.cc", | 65 "channel_info_win.cc", |
| 66 "child_process_logging.h", | 66 "child_process_logging.h", |
| 67 "child_process_logging_win.cc", | 67 "child_process_logging_win.cc", |
| 68 "chrome_content_client.cc", | 68 "chrome_content_client.cc", |
| 69 "chrome_content_client.h", | 69 "chrome_content_client.h", |
| 70 "chrome_content_client_constants.cc", | 70 "chrome_content_client_constants.cc", |
| 71 "chrome_isolated_world_ids", | |
|
erikchen
2017/04/27 15:57:35
should this be .h?
Nico
2017/04/27 16:04:10
MAYBE.
Done, thanks.
| |
| 71 "chrome_result_codes.h", | 72 "chrome_result_codes.h", |
| 72 "chrome_utility_messages.h", | 73 "chrome_utility_messages.h", |
| 73 "common_message_generator.cc", | 74 "common_message_generator.cc", |
| 74 "common_message_generator.h", | 75 "common_message_generator.h", |
| 75 "common_param_traits.cc", | 76 "common_param_traits.cc", |
| 76 "common_param_traits.h", | 77 "common_param_traits.h", |
| 77 "common_param_traits_macros.h", | 78 "common_param_traits_macros.h", |
| 78 "component_flash_hint_file_linux.cc", | 79 "component_flash_hint_file_linux.cc", |
| 79 "component_flash_hint_file_linux.h", | 80 "component_flash_hint_file_linux.h", |
| 80 "conflicts/module_watcher_win.cc", | 81 "conflicts/module_watcher_win.cc", |
| (...skipping 30 matching lines...) Expand all Loading... | |
| 111 "page_load_metrics/page_load_metrics_messages.h", | 112 "page_load_metrics/page_load_metrics_messages.h", |
| 112 "page_load_metrics/page_load_timing.cc", | 113 "page_load_metrics/page_load_timing.cc", |
| 113 "page_load_metrics/page_load_timing.h", | 114 "page_load_metrics/page_load_timing.h", |
| 114 "page_load_metrics/page_track_decider.cc", | 115 "page_load_metrics/page_track_decider.cc", |
| 115 "page_load_metrics/page_track_decider.h", | 116 "page_load_metrics/page_track_decider.h", |
| 116 "partial_circular_buffer.cc", | 117 "partial_circular_buffer.cc", |
| 117 "partial_circular_buffer.h", | 118 "partial_circular_buffer.h", |
| 118 "pause_tabs_field_trial.h", | 119 "pause_tabs_field_trial.h", |
| 119 "pref_names_util.cc", | 120 "pref_names_util.cc", |
| 120 "pref_names_util.h", | 121 "pref_names_util.h", |
| 122 "prerender_messages.h", | |
| 121 "prerender_types.h", | 123 "prerender_types.h", |
| 122 "profiling.cc", | 124 "profiling.cc", |
| 123 "profiling.h", | 125 "profiling.h", |
| 124 "ref_counted_util.h", | 126 "ref_counted_util.h", |
| 125 "render_messages.h", | 127 "render_messages.h", |
| 126 "resource_usage_reporter_type_converters.cc", | 128 "resource_usage_reporter_type_converters.cc", |
| 127 "resource_usage_reporter_type_converters.h", | 129 "resource_usage_reporter_type_converters.h", |
| 128 "search/instant_types.cc", | 130 "search/instant_types.cc", |
| 129 "search/instant_types.h", | 131 "search/instant_types.h", |
| 130 "search/ntp_logging_events.h", | 132 "search/ntp_logging_events.h", |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 238 ] | 240 ] |
| 239 | 241 |
| 240 if (enable_plugins) { | 242 if (enable_plugins) { |
| 241 public_deps += [ "//ppapi/shared_impl" ] | 243 public_deps += [ "//ppapi/shared_impl" ] |
| 242 } | 244 } |
| 243 | 245 |
| 244 if (enable_extensions) { | 246 if (enable_extensions) { |
| 245 sources += [ | 247 sources += [ |
| 246 "cast_messages.cc", | 248 "cast_messages.cc", |
| 247 "cast_messages.h", | 249 "cast_messages.h", |
| 250 "extensions/api/automation_api_constants.h", | |
| 248 "extensions/api/commands/commands_handler.cc", | 251 "extensions/api/commands/commands_handler.cc", |
| 249 "extensions/api/commands/commands_handler.h", | 252 "extensions/api/commands/commands_handler.h", |
| 250 "extensions/api/extension_action/action_info.cc", | 253 "extensions/api/extension_action/action_info.cc", |
| 251 "extensions/api/extension_action/action_info.h", | 254 "extensions/api/extension_action/action_info.h", |
| 252 "extensions/api/notifications/notification_style.cc", | 255 "extensions/api/notifications/notification_style.cc", |
| 253 "extensions/api/notifications/notification_style.h", | 256 "extensions/api/notifications/notification_style.h", |
| 254 "extensions/api/omnibox/omnibox_handler.cc", | 257 "extensions/api/omnibox/omnibox_handler.cc", |
| 255 "extensions/api/omnibox/omnibox_handler.h", | 258 "extensions/api/omnibox/omnibox_handler.h", |
| 256 "extensions/api/speech/tts_engine_manifest_handler.cc", | 259 "extensions/api/speech/tts_engine_manifest_handler.cc", |
| 257 "extensions/api/speech/tts_engine_manifest_handler.h", | 260 "extensions/api/speech/tts_engine_manifest_handler.h", |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 428 "importer/importer_data_types.cc", | 431 "importer/importer_data_types.cc", |
| 429 "importer/importer_data_types.h", | 432 "importer/importer_data_types.h", |
| 430 "importer/importer_test_registry_overrider_win.cc", | 433 "importer/importer_test_registry_overrider_win.cc", |
| 431 "importer/importer_test_registry_overrider_win.h", | 434 "importer/importer_test_registry_overrider_win.h", |
| 432 "importer/importer_type.h", | 435 "importer/importer_type.h", |
| 433 "importer/importer_url_row.cc", | 436 "importer/importer_url_row.cc", |
| 434 "importer/importer_url_row.h", | 437 "importer/importer_url_row.h", |
| 435 "importer/profile_import_process_param_traits.cc", | 438 "importer/profile_import_process_param_traits.cc", |
| 436 "importer/profile_import_process_param_traits.h", | 439 "importer/profile_import_process_param_traits.h", |
| 437 "importer/profile_import_process_param_traits_macros.h", | 440 "importer/profile_import_process_param_traits_macros.h", |
| 441 "importer/pstore_declarations.h", | |
| 438 "importer/safari_importer_utils.h", | 442 "importer/safari_importer_utils.h", |
| 439 "importer/safari_importer_utils.mm", | 443 "importer/safari_importer_utils.mm", |
| 440 ] | 444 ] |
| 441 } | 445 } |
| 442 | 446 |
| 443 if (is_chromeos) { | 447 if (is_chromeos) { |
| 444 sources -= [ "channel_info_posix.cc" ] | 448 sources -= [ "channel_info_posix.cc" ] |
| 445 } | 449 } |
| 446 | 450 |
| 447 if (is_win) { | 451 if (is_win) { |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 726 mojom("instant_mojom") { | 730 mojom("instant_mojom") { |
| 727 sources = [ | 731 sources = [ |
| 728 "instant.mojom", | 732 "instant.mojom", |
| 729 ] | 733 ] |
| 730 | 734 |
| 731 public_deps = [ | 735 public_deps = [ |
| 732 "//mojo/common:common_custom_types", | 736 "//mojo/common:common_custom_types", |
| 733 "//url/mojo:url_mojom_gurl", | 737 "//url/mojo:url_mojom_gurl", |
| 734 ] | 738 ] |
| 735 } | 739 } |
| OLD | NEW |