| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 'browser/extensions/signin/scoped_gaia_auth_extension.cc', | 623 'browser/extensions/signin/scoped_gaia_auth_extension.cc', |
| 624 'browser/extensions/signin/scoped_gaia_auth_extension.h', | 624 'browser/extensions/signin/scoped_gaia_auth_extension.h', |
| 625 'browser/extensions/token_cache/token_cache_service.cc', | 625 'browser/extensions/token_cache/token_cache_service.cc', |
| 626 'browser/extensions/token_cache/token_cache_service.h', | 626 'browser/extensions/token_cache/token_cache_service.h', |
| 627 'browser/extensions/token_cache/token_cache_service_factory.cc', | 627 'browser/extensions/token_cache/token_cache_service_factory.cc', |
| 628 'browser/extensions/token_cache/token_cache_service_factory.h', | 628 'browser/extensions/token_cache/token_cache_service_factory.h', |
| 629 'browser/external_protocol/external_protocol_handler.cc', | 629 'browser/external_protocol/external_protocol_handler.cc', |
| 630 'browser/external_protocol/external_protocol_handler.h', | 630 'browser/external_protocol/external_protocol_handler.h', |
| 631 'browser/favicon/chrome_favicon_client.cc', | 631 'browser/favicon/chrome_favicon_client.cc', |
| 632 'browser/favicon/chrome_favicon_client.h', | 632 'browser/favicon/chrome_favicon_client.h', |
| 633 'browser/favicon/chrome_favicon_client_factory.cc', |
| 634 'browser/favicon/chrome_favicon_client_factory.h', |
| 633 'browser/favicon/favicon_changed_details.cc', | 635 'browser/favicon/favicon_changed_details.cc', |
| 634 'browser/favicon/favicon_changed_details.h', | 636 'browser/favicon/favicon_changed_details.h', |
| 635 'browser/favicon/favicon_handler.cc', | 637 'browser/favicon/favicon_handler.cc', |
| 636 'browser/favicon/favicon_handler.h', | 638 'browser/favicon/favicon_handler.h', |
| 637 'browser/favicon/favicon_service.cc', | 639 'browser/favicon/favicon_service.cc', |
| 638 'browser/favicon/favicon_service.h', | 640 'browser/favicon/favicon_service.h', |
| 639 'browser/favicon/favicon_service_factory.cc', | 641 'browser/favicon/favicon_service_factory.cc', |
| 640 'browser/favicon/favicon_service_factory.h', | 642 'browser/favicon/favicon_service_factory.h', |
| 641 'browser/favicon/favicon_tab_helper.cc', | 643 'browser/favicon/favicon_tab_helper.cc', |
| 642 'browser/favicon/favicon_tab_helper.h', | 644 'browser/favicon/favicon_tab_helper.h', |
| (...skipping 3098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3741 'package_name': 'org/chromium/chrome/browser', | 3743 'package_name': 'org/chromium/chrome/browser', |
| 3742 'template_deps': ['browser/android/tab_load_status.h'], | 3744 'template_deps': ['browser/android/tab_load_status.h'], |
| 3743 }, | 3745 }, |
| 3744 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3746 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3745 }, | 3747 }, |
| 3746 ], | 3748 ], |
| 3747 }, | 3749 }, |
| 3748 ], | 3750 ], |
| 3749 ], | 3751 ], |
| 3750 } | 3752 } |
| OLD | NEW |