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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 'common/safe_browsing/protobuf_message_log_macros.h', | 229 'common/safe_browsing/protobuf_message_log_macros.h', |
230 'common/safe_browsing/protobuf_message_param_traits.h', | 230 'common/safe_browsing/protobuf_message_param_traits.h', |
231 'common/safe_browsing/protobuf_message_read_macros.h', | 231 'common/safe_browsing/protobuf_message_read_macros.h', |
232 'common/safe_browsing/protobuf_message_write_macros.h', | 232 'common/safe_browsing/protobuf_message_write_macros.h', |
233 'common/safe_browsing/zip_analyzer.cc', | 233 'common/safe_browsing/zip_analyzer.cc', |
234 'common/safe_browsing/zip_analyzer.h', | 234 'common/safe_browsing/zip_analyzer.h', |
235 'common/safe_browsing/zip_analyzer_results.cc', | 235 'common/safe_browsing/zip_analyzer_results.cc', |
236 'common/safe_browsing/zip_analyzer_results.h', | 236 'common/safe_browsing/zip_analyzer_results.h', |
237 ], | 237 ], |
238 'chrome_common_importer_sources': [ | 238 'chrome_common_importer_sources': [ |
| 239 'common/importer/edge_importer_utils_win.cc', |
| 240 'common/importer/edge_importer_utils_win.h', |
239 'common/importer/firefox_importer_utils.cc', | 241 'common/importer/firefox_importer_utils.cc', |
240 'common/importer/firefox_importer_utils.h', | 242 'common/importer/firefox_importer_utils.h', |
241 'common/importer/firefox_importer_utils_linux.cc', | 243 'common/importer/firefox_importer_utils_linux.cc', |
242 'common/importer/firefox_importer_utils_mac.mm', | 244 'common/importer/firefox_importer_utils_mac.mm', |
243 'common/importer/firefox_importer_utils_win.cc', | 245 'common/importer/firefox_importer_utils_win.cc', |
244 'common/importer/ie_importer_test_registry_overrider_win.cc', | |
245 'common/importer/ie_importer_test_registry_overrider_win.h', | |
246 'common/importer/ie_importer_utils_win.cc', | 246 'common/importer/ie_importer_utils_win.cc', |
247 'common/importer/ie_importer_utils_win.h', | 247 'common/importer/ie_importer_utils_win.h', |
248 'common/importer/imported_bookmark_entry.cc', | 248 'common/importer/imported_bookmark_entry.cc', |
249 'common/importer/imported_bookmark_entry.h', | 249 'common/importer/imported_bookmark_entry.h', |
250 'common/importer/importer_autofill_form_data_entry.cc', | 250 'common/importer/importer_autofill_form_data_entry.cc', |
251 'common/importer/importer_autofill_form_data_entry.h', | 251 'common/importer/importer_autofill_form_data_entry.h', |
252 'common/importer/importer_bridge.cc', | 252 'common/importer/importer_bridge.cc', |
253 'common/importer/importer_bridge.h', | 253 'common/importer/importer_bridge.h', |
254 'common/importer/importer_data_types.cc', | 254 'common/importer/importer_data_types.cc', |
255 'common/importer/importer_data_types.h', | 255 'common/importer/importer_data_types.h', |
| 256 'common/importer/importer_test_registry_overrider_win.cc', |
| 257 'common/importer/importer_test_registry_overrider_win.h', |
256 'common/importer/importer_type.h', | 258 'common/importer/importer_type.h', |
257 'common/importer/importer_url_row.cc', | 259 'common/importer/importer_url_row.cc', |
258 'common/importer/importer_url_row.h', | 260 'common/importer/importer_url_row.h', |
259 'common/importer/profile_import_process_messages.cc', | 261 'common/importer/profile_import_process_messages.cc', |
260 'common/importer/profile_import_process_messages.h', | 262 'common/importer/profile_import_process_messages.h', |
261 'common/importer/profile_import_process_param_traits_macros.h', | 263 'common/importer/profile_import_process_param_traits_macros.h', |
262 'common/importer/safari_importer_utils.h', | 264 'common/importer/safari_importer_utils.h', |
263 'common/importer/safari_importer_utils.mm', | 265 'common/importer/safari_importer_utils.mm', |
264 ], | 266 ], |
265 'chrome_common_ipc_fuzzer_sources': [ | 267 'chrome_common_ipc_fuzzer_sources': [ |
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
648 'sources': [ | 650 'sources': [ |
649 'common/resource_usage_reporter.mojom', | 651 'common/resource_usage_reporter.mojom', |
650 ], | 652 ], |
651 'dependencies': [ | 653 'dependencies': [ |
652 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 654 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
653 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 655 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
654 ], | 656 ], |
655 }, | 657 }, |
656 ], | 658 ], |
657 } | 659 } |
OLD | NEW |