| 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 '../apps/app_shim/app_shim_launch.h', | 9 '../apps/app_shim/app_shim_launch.h', |
| 10 '../apps/app_shim/app_shim_messages.h', | 10 '../apps/app_shim/app_shim_messages.h', |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 'common/importer/firefox_importer_utils_mac.mm', | 238 'common/importer/firefox_importer_utils_mac.mm', |
| 239 'common/importer/firefox_importer_utils_win.cc', | 239 'common/importer/firefox_importer_utils_win.cc', |
| 240 'common/importer/ie_importer_test_registry_overrider_win.cc', | 240 'common/importer/ie_importer_test_registry_overrider_win.cc', |
| 241 'common/importer/ie_importer_test_registry_overrider_win.h', | 241 'common/importer/ie_importer_test_registry_overrider_win.h', |
| 242 'common/importer/ie_importer_utils_win.cc', | 242 'common/importer/ie_importer_utils_win.cc', |
| 243 'common/importer/ie_importer_utils_win.h', | 243 'common/importer/ie_importer_utils_win.h', |
| 244 'common/importer/imported_bookmark_entry.cc', | 244 'common/importer/imported_bookmark_entry.cc', |
| 245 'common/importer/imported_bookmark_entry.h', | 245 'common/importer/imported_bookmark_entry.h', |
| 246 'common/importer/imported_favicon_usage.cc', | 246 'common/importer/imported_favicon_usage.cc', |
| 247 'common/importer/imported_favicon_usage.h', | 247 'common/importer/imported_favicon_usage.h', |
| 248 'common/importer/importer_autofill_form_data_entry.cc', |
| 249 'common/importer/importer_autofill_form_data_entry.h', |
| 248 'common/importer/importer_bridge.cc', | 250 'common/importer/importer_bridge.cc', |
| 249 'common/importer/importer_bridge.h', | 251 'common/importer/importer_bridge.h', |
| 250 'common/importer/importer_data_types.cc', | 252 'common/importer/importer_data_types.cc', |
| 251 'common/importer/importer_data_types.h', | 253 'common/importer/importer_data_types.h', |
| 252 'common/importer/importer_type.h', | 254 'common/importer/importer_type.h', |
| 253 'common/importer/importer_url_row.cc', | 255 'common/importer/importer_url_row.cc', |
| 254 'common/importer/importer_url_row.h', | 256 'common/importer/importer_url_row.h', |
| 255 'common/importer/profile_import_process_messages.cc', | 257 'common/importer/profile_import_process_messages.cc', |
| 256 'common/importer/profile_import_process_messages.h', | 258 'common/importer/profile_import_process_messages.h', |
| 257 'common/importer/safari_importer_utils.h', | 259 'common/importer/safari_importer_utils.h', |
| (...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 695 'common/safe_browsing/csd.proto' | 697 'common/safe_browsing/csd.proto' |
| 696 ], | 698 ], |
| 697 'variables': { | 699 'variables': { |
| 698 'proto_in_dir': 'common/safe_browsing', | 700 'proto_in_dir': 'common/safe_browsing', |
| 699 'proto_out_dir': 'chrome/common/safe_browsing', | 701 'proto_out_dir': 'chrome/common/safe_browsing', |
| 700 }, | 702 }, |
| 701 'includes': [ '../build/protoc.gypi' ], | 703 'includes': [ '../build/protoc.gypi' ], |
| 702 }, | 704 }, |
| 703 ], | 705 ], |
| 704 } | 706 } |
| OLD | NEW |