| 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 1319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1330 'browser/importer/toolbar_importer.cc', | 1330 'browser/importer/toolbar_importer.cc', |
| 1331 'browser/importer/toolbar_importer.h', | 1331 'browser/importer/toolbar_importer.h', |
| 1332 'browser/importer/toolbar_importer_utils.cc', | 1332 'browser/importer/toolbar_importer_utils.cc', |
| 1333 'browser/importer/toolbar_importer_utils.h', | 1333 'browser/importer/toolbar_importer_utils.h', |
| 1334 'browser/instant/instant_commit_type.h', | 1334 'browser/instant/instant_commit_type.h', |
| 1335 'browser/instant/instant_confirm_dialog.cc', | 1335 'browser/instant/instant_confirm_dialog.cc', |
| 1336 'browser/instant/instant_confirm_dialog.h', | 1336 'browser/instant/instant_confirm_dialog.h', |
| 1337 'browser/instant/instant_controller.cc', | 1337 'browser/instant/instant_controller.cc', |
| 1338 'browser/instant/instant_controller.h', | 1338 'browser/instant/instant_controller.h', |
| 1339 'browser/instant/instant_delegate.h', | 1339 'browser/instant/instant_delegate.h', |
| 1340 'browser/instant/instant_field_trial.cc', | |
| 1341 'browser/instant/instant_field_trial.h', | |
| 1342 'browser/instant/instant_loader.cc', | 1340 'browser/instant/instant_loader.cc', |
| 1343 'browser/instant/instant_loader.h', | 1341 'browser/instant/instant_loader.h', |
| 1344 'browser/instant/instant_loader_delegate.h', | 1342 'browser/instant/instant_loader_delegate.h', |
| 1345 'browser/instant/instant_loader_manager.cc', | 1343 'browser/instant/instant_loader_manager.cc', |
| 1346 'browser/instant/instant_loader_manager.h', | 1344 'browser/instant/instant_loader_manager.h', |
| 1347 'browser/instant/instant_unload_handler.cc', | 1345 'browser/instant/instant_unload_handler.cc', |
| 1348 'browser/instant/instant_unload_handler.h', | 1346 'browser/instant/instant_unload_handler.h', |
| 1349 'browser/instant/promo_counter.cc', | 1347 'browser/instant/promo_counter.cc', |
| 1350 'browser/instant/promo_counter.h', | 1348 'browser/instant/promo_counter.h', |
| 1351 'browser/internal_auth.cc', | 1349 'browser/internal_auth.cc', |
| (...skipping 3512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4864 ], | 4862 ], |
| 4865 'export_dependent_settings': [ | 4863 'export_dependent_settings': [ |
| 4866 'in_memory_url_index_cache_proto', | 4864 'in_memory_url_index_cache_proto', |
| 4867 ], | 4865 ], |
| 4868 # This target exports a hard dependency because it includes generated | 4866 # This target exports a hard dependency because it includes generated |
| 4869 # header files. | 4867 # header files. |
| 4870 'hard_dependency': 1, | 4868 'hard_dependency': 1, |
| 4871 }, | 4869 }, |
| 4872 ], | 4870 ], |
| 4873 } | 4871 } |
| OLD | NEW |