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 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1337 'browser/instant/instant_delegate.h', | 1337 'browser/instant/instant_delegate.h', |
1338 'browser/instant/instant_loader.cc', | 1338 'browser/instant/instant_loader.cc', |
1339 'browser/instant/instant_loader.h', | 1339 'browser/instant/instant_loader.h', |
1340 'browser/instant/instant_loader_delegate.h', | 1340 'browser/instant/instant_loader_delegate.h', |
1341 'browser/instant/instant_loader_manager.cc', | 1341 'browser/instant/instant_loader_manager.cc', |
1342 'browser/instant/instant_loader_manager.h', | 1342 'browser/instant/instant_loader_manager.h', |
1343 'browser/instant/instant_unload_handler.cc', | 1343 'browser/instant/instant_unload_handler.cc', |
1344 'browser/instant/instant_unload_handler.h', | 1344 'browser/instant/instant_unload_handler.h', |
1345 'browser/instant/promo_counter.cc', | 1345 'browser/instant/promo_counter.cc', |
1346 'browser/instant/promo_counter.h', | 1346 'browser/instant/promo_counter.h', |
| 1347 'browser/intents/register_intent_handler_infobar_delegate.cc', |
| 1348 'browser/intents/register_intent_handler_infobar_delegate.h', |
1347 'browser/internal_auth.cc', | 1349 'browser/internal_auth.cc', |
1348 'browser/internal_auth.h', | 1350 'browser/internal_auth.h', |
1349 'browser/intranet_redirect_detector.cc', | 1351 'browser/intranet_redirect_detector.cc', |
1350 'browser/intranet_redirect_detector.h', | 1352 'browser/intranet_redirect_detector.h', |
1351 'browser/io_thread.cc', | 1353 'browser/io_thread.cc', |
1352 'browser/io_thread.h', | 1354 'browser/io_thread.h', |
1353 'browser/jankometer.cc', | 1355 'browser/jankometer.cc', |
1354 'browser/jankometer.h', | 1356 'browser/jankometer.h', |
1355 'browser/jankometer_mac.cc', | 1357 'browser/jankometer_mac.cc', |
1356 'browser/jumplist_win.cc', | 1358 'browser/jumplist_win.cc', |
(...skipping 3505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4862 ], | 4864 ], |
4863 'export_dependent_settings': [ | 4865 'export_dependent_settings': [ |
4864 'in_memory_url_index_cache_proto', | 4866 'in_memory_url_index_cache_proto', |
4865 ], | 4867 ], |
4866 # This target exports a hard dependency because it includes generated | 4868 # This target exports a hard dependency because it includes generated |
4867 # header files. | 4869 # header files. |
4868 'hard_dependency': 1, | 4870 'hard_dependency': 1, |
4869 }, | 4871 }, |
4870 ], | 4872 ], |
4871 } | 4873 } |
OLD | NEW |