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 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1320 'browser/importer/toolbar_importer.cc', | 1320 'browser/importer/toolbar_importer.cc', |
1321 'browser/importer/toolbar_importer.h', | 1321 'browser/importer/toolbar_importer.h', |
1322 'browser/importer/toolbar_importer_utils.cc', | 1322 'browser/importer/toolbar_importer_utils.cc', |
1323 'browser/importer/toolbar_importer_utils.h', | 1323 'browser/importer/toolbar_importer_utils.h', |
1324 'browser/instant/instant_commit_type.h', | 1324 'browser/instant/instant_commit_type.h', |
1325 'browser/instant/instant_confirm_dialog.cc', | 1325 'browser/instant/instant_confirm_dialog.cc', |
1326 'browser/instant/instant_confirm_dialog.h', | 1326 'browser/instant/instant_confirm_dialog.h', |
1327 'browser/instant/instant_controller.cc', | 1327 'browser/instant/instant_controller.cc', |
1328 'browser/instant/instant_controller.h', | 1328 'browser/instant/instant_controller.h', |
1329 'browser/instant/instant_delegate.h', | 1329 'browser/instant/instant_delegate.h', |
| 1330 'browser/instant/instant_field_trial.cc', |
| 1331 'browser/instant/instant_field_trial.h', |
1330 'browser/instant/instant_loader.cc', | 1332 'browser/instant/instant_loader.cc', |
1331 'browser/instant/instant_loader.h', | 1333 'browser/instant/instant_loader.h', |
1332 'browser/instant/instant_loader_delegate.h', | 1334 'browser/instant/instant_loader_delegate.h', |
1333 'browser/instant/instant_loader_manager.cc', | 1335 'browser/instant/instant_loader_manager.cc', |
1334 'browser/instant/instant_loader_manager.h', | 1336 'browser/instant/instant_loader_manager.h', |
1335 'browser/instant/instant_unload_handler.cc', | 1337 'browser/instant/instant_unload_handler.cc', |
1336 'browser/instant/instant_unload_handler.h', | 1338 'browser/instant/instant_unload_handler.h', |
1337 'browser/instant/promo_counter.cc', | 1339 'browser/instant/promo_counter.cc', |
1338 'browser/instant/promo_counter.h', | 1340 'browser/instant/promo_counter.h', |
1339 'browser/internal_auth.cc', | 1341 'browser/internal_auth.cc', |
(...skipping 3489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4829 ], | 4831 ], |
4830 'export_dependent_settings': [ | 4832 'export_dependent_settings': [ |
4831 'in_memory_url_index_cache_proto', | 4833 'in_memory_url_index_cache_proto', |
4832 ], | 4834 ], |
4833 # This target exports a hard dependency because it includes generated | 4835 # This target exports a hard dependency because it includes generated |
4834 # header files. | 4836 # header files. |
4835 'hard_dependency': 1, | 4837 'hard_dependency': 1, |
4836 }, | 4838 }, |
4837 ], | 4839 ], |
4838 } | 4840 } |
OLD | NEW |