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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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_bridge.cc', | 248 'common/importer/importer_bridge.cc', |
249 'common/importer/importer_bridge.h', | 249 'common/importer/importer_bridge.h', |
250 'common/importer/importer_data_types.cc', | 250 'common/importer/importer_data_types.cc', |
251 'common/importer/importer_data_types.h', | 251 'common/importer/importer_data_types.h', |
252 'common/importer/importer_autofill_form_data_entry.cc', | |
253 'common/importer/importer_autofill_form_data_entry.h', | |
Ilya Sherman
2014/08/20 05:47:41
nit: Please alphabetize.
Nikhil
2014/08/20 11:29:17
Done.
| |
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', |
258 'common/importer/safari_importer_utils.mm', | 260 'common/importer/safari_importer_utils.mm', |
259 ], | 261 ], |
260 'chrome_common_service_process_sources': [ | 262 'chrome_common_service_process_sources': [ |
261 'common/service_messages.h', | 263 'common/service_messages.h', |
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
694 'common/safe_browsing/csd.proto' | 696 'common/safe_browsing/csd.proto' |
695 ], | 697 ], |
696 'variables': { | 698 'variables': { |
697 'proto_in_dir': 'common/safe_browsing', | 699 'proto_in_dir': 'common/safe_browsing', |
698 'proto_out_dir': 'chrome/common/safe_browsing', | 700 'proto_out_dir': 'chrome/common/safe_browsing', |
699 }, | 701 }, |
700 'includes': [ '../build/protoc.gypi' ], | 702 'includes': [ '../build/protoc.gypi' ], |
701 }, | 703 }, |
702 ], | 704 ], |
703 } | 705 } |
OLD | NEW |