| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # File lists shared with GN build. | 7 # File lists shared with GN build. |
| 8 'chrome_common_sources': [ | 8 'chrome_common_sources': [ |
| 9 'common/all_messages.h', | 9 'common/all_messages.h', |
| 10 'common/attrition_experiments.h', | 10 'common/attrition_experiments.h', |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 'common/extensions/extension_process_policy.cc', | 170 'common/extensions/extension_process_policy.cc', |
| 171 'common/extensions/extension_process_policy.h', | 171 'common/extensions/extension_process_policy.h', |
| 172 'common/extensions/features/chrome_channel_feature_filter.cc', | 172 'common/extensions/features/chrome_channel_feature_filter.cc', |
| 173 'common/extensions/features/chrome_channel_feature_filter.h', | 173 'common/extensions/features/chrome_channel_feature_filter.h', |
| 174 'common/extensions/features/feature_channel.cc', | 174 'common/extensions/features/feature_channel.cc', |
| 175 'common/extensions/features/feature_channel.h', | 175 'common/extensions/features/feature_channel.h', |
| 176 'common/extensions/image_writer/image_writer_util_mac.cc', | 176 'common/extensions/image_writer/image_writer_util_mac.cc', |
| 177 'common/extensions/image_writer/image_writer_util_mac.h', | 177 'common/extensions/image_writer/image_writer_util_mac.h', |
| 178 'common/extensions/manifest_handlers/app_icon_color_info.cc', | 178 'common/extensions/manifest_handlers/app_icon_color_info.cc', |
| 179 'common/extensions/manifest_handlers/app_icon_color_info.h', | 179 'common/extensions/manifest_handlers/app_icon_color_info.h', |
| 180 'common/extensions/manifest_handlers/app_isolation_info.cc', | |
| 181 'common/extensions/manifest_handlers/app_isolation_info.h', | |
| 182 'common/extensions/manifest_handlers/app_launch_info.cc', | 180 'common/extensions/manifest_handlers/app_launch_info.cc', |
| 183 'common/extensions/manifest_handlers/app_launch_info.h', | 181 'common/extensions/manifest_handlers/app_launch_info.h', |
| 184 'common/extensions/manifest_handlers/automation.cc', | 182 'common/extensions/manifest_handlers/automation.cc', |
| 185 'common/extensions/manifest_handlers/automation.h', | 183 'common/extensions/manifest_handlers/automation.h', |
| 186 'common/extensions/manifest_handlers/content_scripts_handler.cc', | 184 'common/extensions/manifest_handlers/content_scripts_handler.cc', |
| 187 'common/extensions/manifest_handlers/content_scripts_handler.h', | 185 'common/extensions/manifest_handlers/content_scripts_handler.h', |
| 188 'common/extensions/manifest_handlers/copresence_manifest.cc', | 186 'common/extensions/manifest_handlers/copresence_manifest.cc', |
| 189 'common/extensions/manifest_handlers/copresence_manifest.h', | 187 'common/extensions/manifest_handlers/copresence_manifest.h', |
| 190 'common/extensions/manifest_handlers/extension_action_handler.cc', | 188 'common/extensions/manifest_handlers/extension_action_handler.cc', |
| 191 'common/extensions/manifest_handlers/extension_action_handler.h', | 189 'common/extensions/manifest_handlers/extension_action_handler.h', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 'common/importer/importer_type.h', | 258 'common/importer/importer_type.h', |
| 261 'common/importer/importer_url_row.cc', | 259 'common/importer/importer_url_row.cc', |
| 262 'common/importer/importer_url_row.h', | 260 'common/importer/importer_url_row.h', |
| 263 'common/importer/profile_import_process_messages.cc', | 261 'common/importer/profile_import_process_messages.cc', |
| 264 'common/importer/profile_import_process_messages.h', | 262 'common/importer/profile_import_process_messages.h', |
| 265 'common/importer/profile_import_process_param_traits_macros.h', | 263 'common/importer/profile_import_process_param_traits_macros.h', |
| 266 'common/importer/safari_importer_utils.h', | 264 'common/importer/safari_importer_utils.h', |
| 267 'common/importer/safari_importer_utils.mm', | 265 'common/importer/safari_importer_utils.mm', |
| 268 ], | 266 ], |
| 269 'chrome_common_ipc_fuzzer_sources': [ | 267 'chrome_common_ipc_fuzzer_sources': [ |
| 268 'common/external_ipc_dumper.cc', |
| 270 'common/external_ipc_dumper.h', | 269 'common/external_ipc_dumper.h', |
| 271 'common/external_ipc_dumper.cc', | |
| 272 ], | 270 ], |
| 273 'chrome_common_service_process_sources': [ | 271 'chrome_common_service_process_sources': [ |
| 274 'common/service_messages.h', | 272 'common/service_messages.h', |
| 275 'common/service_process_util.cc', | 273 'common/service_process_util.cc', |
| 276 'common/service_process_util.h', | 274 'common/service_process_util.h', |
| 277 'common/service_process_util_linux.cc', | 275 'common/service_process_util_linux.cc', |
| 278 'common/service_process_util_mac.mm', | 276 'common/service_process_util_mac.mm', |
| 279 'common/service_process_util_posix.cc', | 277 'common/service_process_util_posix.cc', |
| 280 'common/service_process_util_posix.h', | 278 'common/service_process_util_posix.h', |
| 281 'common/service_process_util_win.cc', | 279 'common/service_process_util_win.cc', |
| (...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 'sources': [ | 704 'sources': [ |
| 707 'common/resource_usage_reporter.mojom', | 705 'common/resource_usage_reporter.mojom', |
| 708 ], | 706 ], |
| 709 'dependencies': [ | 707 'dependencies': [ |
| 710 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 708 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 711 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 709 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 712 ], | 710 ], |
| 713 }, | 711 }, |
| 714 ], | 712 ], |
| 715 } | 713 } |
| OLD | NEW |