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 2110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2121 'browser/signin/about_signin_internals_factory.cc', | 2121 'browser/signin/about_signin_internals_factory.cc', |
2122 'browser/signin/about_signin_internals_factory.h', | 2122 'browser/signin/about_signin_internals_factory.h', |
2123 'browser/signin/account_reconcilor.cc', | 2123 'browser/signin/account_reconcilor.cc', |
2124 'browser/signin/account_reconcilor.h', | 2124 'browser/signin/account_reconcilor.h', |
2125 'browser/signin/account_reconcilor_factory.cc', | 2125 'browser/signin/account_reconcilor_factory.cc', |
2126 'browser/signin/account_reconcilor_factory.h', | 2126 'browser/signin/account_reconcilor_factory.h', |
2127 'browser/signin/chrome_signin_client.cc', | 2127 'browser/signin/chrome_signin_client.cc', |
2128 'browser/signin/chrome_signin_client.h', | 2128 'browser/signin/chrome_signin_client.h', |
2129 'browser/signin/chrome_signin_client_factory.cc', | 2129 'browser/signin/chrome_signin_client_factory.cc', |
2130 'browser/signin/chrome_signin_client_factory.h', | 2130 'browser/signin/chrome_signin_client_factory.h', |
2131 'browser/signin/easy_unlock_controller.cc', | 2131 'browser/signin/easy_unlock.cc', |
2132 'browser/signin/easy_unlock_controller.h', | 2132 'browser/signin/easy_unlock.h', |
2133 'browser/signin/local_auth.cc', | 2133 'browser/signin/local_auth.cc', |
2134 'browser/signin/local_auth.h', | 2134 'browser/signin/local_auth.h', |
2135 'browser/signin/principals_message_filter.cc', | 2135 'browser/signin/principals_message_filter.cc', |
2136 'browser/signin/principals_message_filter.h', | 2136 'browser/signin/principals_message_filter.h', |
2137 'browser/signin/profile_oauth2_token_service_factory.cc', | 2137 'browser/signin/profile_oauth2_token_service_factory.cc', |
2138 'browser/signin/profile_oauth2_token_service_factory.h', | 2138 'browser/signin/profile_oauth2_token_service_factory.h', |
2139 'browser/signin/profile_oauth2_token_service_request.cc', | 2139 'browser/signin/profile_oauth2_token_service_request.cc', |
2140 'browser/signin/profile_oauth2_token_service_request.h', | 2140 'browser/signin/profile_oauth2_token_service_request.h', |
2141 'browser/signin/signin_account_id_helper.cc', | 2141 'browser/signin/signin_account_id_helper.cc', |
2142 'browser/signin/signin_account_id_helper.h', | 2142 'browser/signin/signin_account_id_helper.h', |
(...skipping 1730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3873 'package_name': 'org/chromium/chrome/browser', | 3873 'package_name': 'org/chromium/chrome/browser', |
3874 'template_deps': ['browser/android/tab_load_status.h'], | 3874 'template_deps': ['browser/android/tab_load_status.h'], |
3875 }, | 3875 }, |
3876 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3876 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3877 }, | 3877 }, |
3878 ], | 3878 ], |
3879 }, | 3879 }, |
3880 ], | 3880 ], |
3881 ], | 3881 ], |
3882 } | 3882 } |
OLD | NEW |