| 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 'browser/browser_process_sub_thread.cc', | 309 'browser/browser_process_sub_thread.cc', |
| 310 'browser/browser_process_sub_thread.h', | 310 'browser/browser_process_sub_thread.h', |
| 311 'browser/browser_shutdown.cc', | 311 'browser/browser_shutdown.cc', |
| 312 'browser/browser_shutdown.h', | 312 'browser/browser_shutdown.h', |
| 313 'browser/browser_signin.cc', | 313 'browser/browser_signin.cc', |
| 314 'browser/browser_signin.h', | 314 'browser/browser_signin.h', |
| 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', |
| 320 'browser/browser_util_win.h', |
| 319 'browser/browsing_data_appcache_helper.cc', | 321 'browser/browsing_data_appcache_helper.cc', |
| 320 'browser/browsing_data_appcache_helper.h', | 322 'browser/browsing_data_appcache_helper.h', |
| 321 'browser/browsing_data_database_helper.cc', | 323 'browser/browsing_data_database_helper.cc', |
| 322 'browser/browsing_data_database_helper.h', | 324 'browser/browsing_data_database_helper.h', |
| 323 'browser/browsing_data_indexed_db_helper.cc', | 325 'browser/browsing_data_indexed_db_helper.cc', |
| 324 'browser/browsing_data_indexed_db_helper.h', | 326 'browser/browsing_data_indexed_db_helper.h', |
| 325 'browser/browsing_data_local_storage_helper.cc', | 327 'browser/browsing_data_local_storage_helper.cc', |
| 326 'browser/browsing_data_local_storage_helper.h', | 328 'browser/browsing_data_local_storage_helper.h', |
| 327 'browser/browsing_data_remover.cc', | 329 'browser/browsing_data_remover.cc', |
| 328 'browser/browsing_data_remover.h', | 330 'browser/browsing_data_remover.h', |
| (...skipping 4078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4407 'hard_dependency': 1, | 4409 'hard_dependency': 1, |
| 4408 }, | 4410 }, |
| 4409 ], | 4411 ], |
| 4410 } | 4412 } |
| 4411 | 4413 |
| 4412 # Local Variables: | 4414 # Local Variables: |
| 4413 # tab-width:2 | 4415 # tab-width:2 |
| 4414 # indent-tabs-mode:nil | 4416 # indent-tabs-mode:nil |
| 4415 # End: | 4417 # End: |
| 4416 # vim: set expandtab tabstop=2 shiftwidth=2: | 4418 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |