| 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 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 'browser/browsing_data_appcache_helper.cc', | 308 'browser/browsing_data_appcache_helper.cc', |
| 309 'browser/browsing_data_appcache_helper.h', | 309 'browser/browsing_data_appcache_helper.h', |
| 310 'browser/browsing_data_database_helper.cc', | 310 'browser/browsing_data_database_helper.cc', |
| 311 'browser/browsing_data_database_helper.h', | 311 'browser/browsing_data_database_helper.h', |
| 312 'browser/browsing_data_file_system_helper.cc', | 312 'browser/browsing_data_file_system_helper.cc', |
| 313 'browser/browsing_data_file_system_helper.h', | 313 'browser/browsing_data_file_system_helper.h', |
| 314 'browser/browsing_data_indexed_db_helper.cc', | 314 'browser/browsing_data_indexed_db_helper.cc', |
| 315 'browser/browsing_data_indexed_db_helper.h', | 315 'browser/browsing_data_indexed_db_helper.h', |
| 316 'browser/browsing_data_local_storage_helper.cc', | 316 'browser/browsing_data_local_storage_helper.cc', |
| 317 'browser/browsing_data_local_storage_helper.h', | 317 'browser/browsing_data_local_storage_helper.h', |
| 318 'browser/browsing_data_quota_helper.cc', | |
| 319 'browser/browsing_data_quota_helper.h', | |
| 320 'browser/browsing_data_quota_helper_impl.cc', | |
| 321 'browser/browsing_data_quota_helper_impl.h', | |
| 322 'browser/browsing_data_remover.cc', | 318 'browser/browsing_data_remover.cc', |
| 323 'browser/browsing_data_remover.h', | 319 'browser/browsing_data_remover.h', |
| 324 'browser/bug_report_data.cc', | 320 'browser/bug_report_data.cc', |
| 325 'browser/bug_report_data.h', | 321 'browser/bug_report_data.h', |
| 326 'browser/bug_report_util.cc', | 322 'browser/bug_report_util.cc', |
| 327 'browser/bug_report_util.h', | 323 'browser/bug_report_util.h', |
| 328 'browser/certificate_manager_model.cc', | 324 'browser/certificate_manager_model.cc', |
| 329 'browser/certificate_manager_model.h', | 325 'browser/certificate_manager_model.h', |
| 330 'browser/certificate_viewer.cc', | 326 'browser/certificate_viewer.cc', |
| 331 'browser/certificate_viewer.h', | 327 'browser/certificate_viewer.h', |
| (...skipping 4571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4903 ], | 4899 ], |
| 4904 'export_dependent_settings': [ | 4900 'export_dependent_settings': [ |
| 4905 'in_memory_url_index_cache_proto', | 4901 'in_memory_url_index_cache_proto', |
| 4906 ], | 4902 ], |
| 4907 # This target exports a hard dependency because it includes generated | 4903 # This target exports a hard dependency because it includes generated |
| 4908 # header files. | 4904 # header files. |
| 4909 'hard_dependency': 1, | 4905 'hard_dependency': 1, |
| 4910 }, | 4906 }, |
| 4911 ], | 4907 ], |
| 4912 } | 4908 } |
| OLD | NEW |