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 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1415 'browser/instant/instant_unload_handler.cc', | 1415 'browser/instant/instant_unload_handler.cc', |
1416 'browser/instant/instant_unload_handler.h', | 1416 'browser/instant/instant_unload_handler.h', |
1417 'browser/instant/promo_counter.cc', | 1417 'browser/instant/promo_counter.cc', |
1418 'browser/instant/promo_counter.h', | 1418 'browser/instant/promo_counter.h', |
1419 'browser/intents/register_intent_handler_infobar_delegate.cc', | 1419 'browser/intents/register_intent_handler_infobar_delegate.cc', |
1420 'browser/intents/register_intent_handler_infobar_delegate.h', | 1420 'browser/intents/register_intent_handler_infobar_delegate.h', |
1421 'browser/intents/web_intents_registry.cc', | 1421 'browser/intents/web_intents_registry.cc', |
1422 'browser/intents/web_intents_registry.h', | 1422 'browser/intents/web_intents_registry.h', |
1423 'browser/intents/web_intents_registry_factory.cc', | 1423 'browser/intents/web_intents_registry_factory.cc', |
1424 'browser/intents/web_intents_registry_factory.h', | 1424 'browser/intents/web_intents_registry_factory.h', |
1425 'browser/intents/web_intent_service_data.cc', | |
1426 'browser/intents/web_intent_service_data.h', | |
1427 'browser/internal_auth.cc', | 1425 'browser/internal_auth.cc', |
1428 'browser/internal_auth.h', | 1426 'browser/internal_auth.h', |
1429 'browser/intranet_redirect_detector.cc', | 1427 'browser/intranet_redirect_detector.cc', |
1430 'browser/intranet_redirect_detector.h', | 1428 'browser/intranet_redirect_detector.h', |
1431 'browser/io_thread.cc', | 1429 'browser/io_thread.cc', |
1432 'browser/io_thread.h', | 1430 'browser/io_thread.h', |
1433 'browser/jankometer.cc', | 1431 'browser/jankometer.cc', |
1434 'browser/jankometer.h', | 1432 'browser/jankometer.h', |
1435 'browser/jankometer_mac.cc', | 1433 'browser/jankometer_mac.cc', |
1436 'browser/jumplist_win.cc', | 1434 'browser/jumplist_win.cc', |
(...skipping 3638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5075 # weak imports in dependents, who still must #include | 5073 # weak imports in dependents, who still must #include |
5076 # closure_blocks_leopard_compat.h to get weak imports. | 5074 # closure_blocks_leopard_compat.h to get weak imports. |
5077 'type': 'none', | 5075 'type': 'none', |
5078 }], | 5076 }], |
5079 ], | 5077 ], |
5080 }, | 5078 }, |
5081 ], | 5079 ], |
5082 }], | 5080 }], |
5083 ], | 5081 ], |
5084 } | 5082 } |
OLD | NEW |