| 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 1402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1413 'browser/instant/instant_unload_handler.cc', | 1413 'browser/instant/instant_unload_handler.cc', |
| 1414 'browser/instant/instant_unload_handler.h', | 1414 'browser/instant/instant_unload_handler.h', |
| 1415 'browser/instant/promo_counter.cc', | 1415 'browser/instant/promo_counter.cc', |
| 1416 'browser/instant/promo_counter.h', | 1416 'browser/instant/promo_counter.h', |
| 1417 'browser/intents/register_intent_handler_infobar_delegate.cc', | 1417 'browser/intents/register_intent_handler_infobar_delegate.cc', |
| 1418 'browser/intents/register_intent_handler_infobar_delegate.h', | 1418 'browser/intents/register_intent_handler_infobar_delegate.h', |
| 1419 'browser/intents/web_intents_registry.cc', | 1419 'browser/intents/web_intents_registry.cc', |
| 1420 'browser/intents/web_intents_registry.h', | 1420 'browser/intents/web_intents_registry.h', |
| 1421 'browser/intents/web_intents_registry_factory.cc', | 1421 'browser/intents/web_intents_registry_factory.cc', |
| 1422 'browser/intents/web_intents_registry_factory.h', | 1422 'browser/intents/web_intents_registry_factory.h', |
| 1423 'browser/intents/web_intent_data.cc', | 1423 'browser/intents/web_intent_service_data.cc', |
| 1424 'browser/intents/web_intent_data.h', | 1424 'browser/intents/web_intent_service_data.h', |
| 1425 'browser/internal_auth.cc', | 1425 'browser/internal_auth.cc', |
| 1426 'browser/internal_auth.h', | 1426 'browser/internal_auth.h', |
| 1427 'browser/intranet_redirect_detector.cc', | 1427 'browser/intranet_redirect_detector.cc', |
| 1428 'browser/intranet_redirect_detector.h', | 1428 'browser/intranet_redirect_detector.h', |
| 1429 'browser/io_thread.cc', | 1429 'browser/io_thread.cc', |
| 1430 'browser/io_thread.h', | 1430 'browser/io_thread.h', |
| 1431 'browser/jankometer.cc', | 1431 'browser/jankometer.cc', |
| 1432 'browser/jankometer.h', | 1432 'browser/jankometer.h', |
| 1433 'browser/jankometer_mac.cc', | 1433 'browser/jankometer_mac.cc', |
| 1434 'browser/jumplist_win.cc', | 1434 'browser/jumplist_win.cc', |
| (...skipping 3659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5094 # weak imports in dependents, who still must #include | 5094 # weak imports in dependents, who still must #include |
| 5095 # closure_blocks_leopard_compat.h to get weak imports. | 5095 # closure_blocks_leopard_compat.h to get weak imports. |
| 5096 'type': 'none', | 5096 'type': 'none', |
| 5097 }], | 5097 }], |
| 5098 ], | 5098 ], |
| 5099 }, | 5099 }, |
| 5100 ], | 5100 ], |
| 5101 }], | 5101 }], |
| 5102 ], | 5102 ], |
| 5103 } | 5103 } |
| OLD | NEW |