| OLD | NEW | 
|---|
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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   'targets': [ | 6   'targets': [ | 
| 7     { | 7     { | 
| 8       'target_name': 'browser', | 8       'target_name': 'browser', | 
| 9       'type': 'static_library', | 9       'type': 'static_library', | 
| 10       'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10       'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 315         'browser/browser_trial.cc', | 315         'browser/browser_trial.cc', | 
| 316         'browser/browser_trial.h', | 316         'browser/browser_trial.h', | 
| 317         'browser/browser_url_handler.cc', | 317         'browser/browser_url_handler.cc', | 
| 318         'browser/browser_url_handler.h', | 318         'browser/browser_url_handler.h', | 
| 319         'browser/browser_util_win.cc', | 319         'browser/browser_util_win.cc', | 
| 320         'browser/browser_util_win.h', | 320         'browser/browser_util_win.h', | 
| 321         'browser/browsing_data_appcache_helper.cc', | 321         'browser/browsing_data_appcache_helper.cc', | 
| 322         'browser/browsing_data_appcache_helper.h', | 322         'browser/browsing_data_appcache_helper.h', | 
| 323         'browser/browsing_data_database_helper.cc', | 323         'browser/browsing_data_database_helper.cc', | 
| 324         'browser/browsing_data_database_helper.h', | 324         'browser/browsing_data_database_helper.h', | 
|  | 325         'browser/browsing_data_file_system_helper.cc', | 
|  | 326         'browser/browsing_data_file_system_helper.h', | 
| 325         'browser/browsing_data_indexed_db_helper.cc', | 327         'browser/browsing_data_indexed_db_helper.cc', | 
| 326         'browser/browsing_data_indexed_db_helper.h', | 328         'browser/browsing_data_indexed_db_helper.h', | 
| 327         'browser/browsing_data_local_storage_helper.cc', | 329         'browser/browsing_data_local_storage_helper.cc', | 
| 328         'browser/browsing_data_local_storage_helper.h', | 330         'browser/browsing_data_local_storage_helper.h', | 
| 329         'browser/browsing_data_remover.cc', | 331         'browser/browsing_data_remover.cc', | 
| 330         'browser/browsing_data_remover.h', | 332         'browser/browsing_data_remover.h', | 
| 331         'browser/bug_report_data.cc', | 333         'browser/bug_report_data.cc', | 
| 332         'browser/bug_report_data.h', | 334         'browser/bug_report_data.h', | 
| 333         'browser/bug_report_util.cc', | 335         'browser/bug_report_util.cc', | 
| 334         'browser/bug_report_util.h', | 336         'browser/bug_report_util.h', | 
| (...skipping 4241 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 4576       'hard_dependency': 1, | 4578       'hard_dependency': 1, | 
| 4577     }, | 4579     }, | 
| 4578   ], | 4580   ], | 
| 4579 } | 4581 } | 
| 4580 | 4582 | 
| 4581 # Local Variables: | 4583 # Local Variables: | 
| 4582 # tab-width:2 | 4584 # tab-width:2 | 
| 4583 # indent-tabs-mode:nil | 4585 # indent-tabs-mode:nil | 
| 4584 # End: | 4586 # End: | 
| 4585 # vim: set expandtab tabstop=2 shiftwidth=2: | 4587 # vim: set expandtab tabstop=2 shiftwidth=2: | 
| OLD | NEW | 
|---|