| 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 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 'browser/extensions/signin/scoped_gaia_auth_extension.cc', | 637 'browser/extensions/signin/scoped_gaia_auth_extension.cc', |
| 638 'browser/extensions/signin/scoped_gaia_auth_extension.h', | 638 'browser/extensions/signin/scoped_gaia_auth_extension.h', |
| 639 'browser/extensions/token_cache/token_cache_service.cc', | 639 'browser/extensions/token_cache/token_cache_service.cc', |
| 640 'browser/extensions/token_cache/token_cache_service.h', | 640 'browser/extensions/token_cache/token_cache_service.h', |
| 641 'browser/extensions/token_cache/token_cache_service_factory.cc', | 641 'browser/extensions/token_cache/token_cache_service_factory.cc', |
| 642 'browser/extensions/token_cache/token_cache_service_factory.h', | 642 'browser/extensions/token_cache/token_cache_service_factory.h', |
| 643 'browser/external_protocol/external_protocol_handler.cc', | 643 'browser/external_protocol/external_protocol_handler.cc', |
| 644 'browser/external_protocol/external_protocol_handler.h', | 644 'browser/external_protocol/external_protocol_handler.h', |
| 645 'browser/favicon/chrome_favicon_client.cc', | 645 'browser/favicon/chrome_favicon_client.cc', |
| 646 'browser/favicon/chrome_favicon_client.h', | 646 'browser/favicon/chrome_favicon_client.h', |
| 647 'browser/favicon/chrome_favicon_client_factory.cc', | |
| 648 'browser/favicon/chrome_favicon_client_factory.h', | |
| 649 'browser/favicon/favicon_changed_details.cc', | 647 'browser/favicon/favicon_changed_details.cc', |
| 650 'browser/favicon/favicon_changed_details.h', | 648 'browser/favicon/favicon_changed_details.h', |
| 651 'browser/favicon/favicon_handler.cc', | 649 'browser/favicon/favicon_handler.cc', |
| 652 'browser/favicon/favicon_handler.h', | 650 'browser/favicon/favicon_handler.h', |
| 653 'browser/favicon/favicon_service.cc', | 651 'browser/favicon/favicon_service.cc', |
| 654 'browser/favicon/favicon_service.h', | 652 'browser/favicon/favicon_service.h', |
| 655 'browser/favicon/favicon_service_factory.cc', | 653 'browser/favicon/favicon_service_factory.cc', |
| 656 'browser/favicon/favicon_service_factory.h', | 654 'browser/favicon/favicon_service_factory.h', |
| 657 'browser/favicon/favicon_tab_helper.cc', | 655 'browser/favicon/favicon_tab_helper.cc', |
| 658 'browser/favicon/favicon_tab_helper.h', | 656 'browser/favicon/favicon_tab_helper.h', |
| (...skipping 3136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3795 'package_name': 'org/chromium/chrome/browser', | 3793 'package_name': 'org/chromium/chrome/browser', |
| 3796 'template_deps': ['browser/android/tab_load_status.h'], | 3794 'template_deps': ['browser/android/tab_load_status.h'], |
| 3797 }, | 3795 }, |
| 3798 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3796 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3799 }, | 3797 }, |
| 3800 ], | 3798 ], |
| 3801 }, | 3799 }, |
| 3802 ], | 3800 ], |
| 3803 ], | 3801 ], |
| 3804 } | 3802 } |
| OLD | NEW |