| 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 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1316 'browser/importer/toolbar_importer.cc', | 1316 'browser/importer/toolbar_importer.cc', |
| 1317 'browser/importer/toolbar_importer.h', | 1317 'browser/importer/toolbar_importer.h', |
| 1318 'browser/importer/toolbar_importer_utils.cc', | 1318 'browser/importer/toolbar_importer_utils.cc', |
| 1319 'browser/importer/toolbar_importer_utils.h', | 1319 'browser/importer/toolbar_importer_utils.h', |
| 1320 'browser/instant/instant_commit_type.h', | 1320 'browser/instant/instant_commit_type.h', |
| 1321 'browser/instant/instant_confirm_dialog.cc', | 1321 'browser/instant/instant_confirm_dialog.cc', |
| 1322 'browser/instant/instant_confirm_dialog.h', | 1322 'browser/instant/instant_confirm_dialog.h', |
| 1323 'browser/instant/instant_controller.cc', | 1323 'browser/instant/instant_controller.cc', |
| 1324 'browser/instant/instant_controller.h', | 1324 'browser/instant/instant_controller.h', |
| 1325 'browser/instant/instant_delegate.h', | 1325 'browser/instant/instant_delegate.h', |
| 1326 'browser/instant/instant_field_trial.cc', |
| 1327 'browser/instant/instant_field_trial.h', |
| 1326 'browser/instant/instant_loader.cc', | 1328 'browser/instant/instant_loader.cc', |
| 1327 'browser/instant/instant_loader.h', | 1329 'browser/instant/instant_loader.h', |
| 1328 'browser/instant/instant_loader_delegate.h', | 1330 'browser/instant/instant_loader_delegate.h', |
| 1329 'browser/instant/instant_loader_manager.cc', | 1331 'browser/instant/instant_loader_manager.cc', |
| 1330 'browser/instant/instant_loader_manager.h', | 1332 'browser/instant/instant_loader_manager.h', |
| 1331 'browser/instant/instant_unload_handler.cc', | 1333 'browser/instant/instant_unload_handler.cc', |
| 1332 'browser/instant/instant_unload_handler.h', | 1334 'browser/instant/instant_unload_handler.h', |
| 1333 'browser/instant/promo_counter.cc', | 1335 'browser/instant/promo_counter.cc', |
| 1334 'browser/instant/promo_counter.h', | 1336 'browser/instant/promo_counter.h', |
| 1335 'browser/internal_auth.cc', | 1337 'browser/internal_auth.cc', |
| (...skipping 3455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4791 ], | 4793 ], |
| 4792 'export_dependent_settings': [ | 4794 'export_dependent_settings': [ |
| 4793 'in_memory_url_index_cache_proto', | 4795 'in_memory_url_index_cache_proto', |
| 4794 ], | 4796 ], |
| 4795 # This target exports a hard dependency because it includes generated | 4797 # This target exports a hard dependency because it includes generated |
| 4796 # header files. | 4798 # header files. |
| 4797 'hard_dependency': 1, | 4799 'hard_dependency': 1, |
| 4798 }, | 4800 }, |
| 4799 ], | 4801 ], |
| 4800 } | 4802 } |
| OLD | NEW |