| 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 2022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2033 'browser/shell_integration_android.cc', | 2033 'browser/shell_integration_android.cc', |
| 2034 'browser/shell_integration_chromeos.cc', | 2034 'browser/shell_integration_chromeos.cc', |
| 2035 'browser/shell_integration_linux.cc', | 2035 'browser/shell_integration_linux.cc', |
| 2036 'browser/shell_integration_linux.h', | 2036 'browser/shell_integration_linux.h', |
| 2037 'browser/shell_integration_mac.mm', | 2037 'browser/shell_integration_mac.mm', |
| 2038 'browser/shell_integration_win.cc', | 2038 'browser/shell_integration_win.cc', |
| 2039 'browser/signin/about_signin_internals_factory.cc', | 2039 'browser/signin/about_signin_internals_factory.cc', |
| 2040 'browser/signin/about_signin_internals_factory.h', | 2040 'browser/signin/about_signin_internals_factory.h', |
| 2041 'browser/signin/account_reconcilor_factory.cc', | 2041 'browser/signin/account_reconcilor_factory.cc', |
| 2042 'browser/signin/account_reconcilor_factory.h', | 2042 'browser/signin/account_reconcilor_factory.h', |
| 2043 'browser/signin/account_service_flag_fetcher.cc', |
| 2044 'browser/signin/account_service_flag_fetcher.h', |
| 2043 'browser/signin/chrome_signin_client.cc', | 2045 'browser/signin/chrome_signin_client.cc', |
| 2044 'browser/signin/chrome_signin_client.h', | 2046 'browser/signin/chrome_signin_client.h', |
| 2045 'browser/signin/chrome_signin_client_factory.cc', | 2047 'browser/signin/chrome_signin_client_factory.cc', |
| 2046 'browser/signin/chrome_signin_client_factory.h', | 2048 'browser/signin/chrome_signin_client_factory.h', |
| 2047 'browser/signin/easy_unlock.cc', | 2049 'browser/signin/easy_unlock.cc', |
| 2048 'browser/signin/easy_unlock.h', | 2050 'browser/signin/easy_unlock.h', |
| 2049 'browser/signin/local_auth.cc', | 2051 'browser/signin/local_auth.cc', |
| 2050 'browser/signin/local_auth.h', | 2052 'browser/signin/local_auth.h', |
| 2051 'browser/signin/principals_message_filter.cc', | 2053 'browser/signin/principals_message_filter.cc', |
| 2052 'browser/signin/principals_message_filter.h', | 2054 'browser/signin/principals_message_filter.h', |
| (...skipping 1660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3713 'package_name': 'org/chromium/chrome/browser', | 3715 'package_name': 'org/chromium/chrome/browser', |
| 3714 'template_deps': ['browser/android/tab_load_status.h'], | 3716 'template_deps': ['browser/android/tab_load_status.h'], |
| 3715 }, | 3717 }, |
| 3716 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3718 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3717 }, | 3719 }, |
| 3718 ], | 3720 ], |
| 3719 }, | 3721 }, |
| 3720 ], | 3722 ], |
| 3721 ], | 3723 ], |
| 3722 } | 3724 } |
| OLD | NEW |