Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 299943003: Refactor ProfileOAuth2TokenServiceRequest into OAuth2TokenServiceRequest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove useless return value from Invalidate. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 2064 matching lines...) Expand 10 before | Expand all | Expand 10 after
2075 'browser/signin/easy_unlock.cc', 2075 'browser/signin/easy_unlock.cc',
2076 'browser/signin/easy_unlock.h', 2076 'browser/signin/easy_unlock.h',
2077 'browser/signin/local_auth.cc', 2077 'browser/signin/local_auth.cc',
2078 'browser/signin/local_auth.h', 2078 'browser/signin/local_auth.h',
2079 'browser/signin/principals_message_filter.cc', 2079 'browser/signin/principals_message_filter.cc',
2080 'browser/signin/principals_message_filter.h', 2080 'browser/signin/principals_message_filter.h',
2081 'browser/signin/profile_identity_provider.cc', 2081 'browser/signin/profile_identity_provider.cc',
2082 'browser/signin/profile_identity_provider.h', 2082 'browser/signin/profile_identity_provider.h',
2083 'browser/signin/profile_oauth2_token_service_factory.cc', 2083 'browser/signin/profile_oauth2_token_service_factory.cc',
2084 'browser/signin/profile_oauth2_token_service_factory.h', 2084 'browser/signin/profile_oauth2_token_service_factory.h',
2085 'browser/signin/profile_oauth2_token_service_request.cc',
2086 'browser/signin/profile_oauth2_token_service_request.h',
2087 'browser/signin/screenlock_bridge.cc', 2085 'browser/signin/screenlock_bridge.cc',
2088 'browser/signin/screenlock_bridge.h', 2086 'browser/signin/screenlock_bridge.h',
2089 'browser/signin/signin_error_notifier_ash.cc', 2087 'browser/signin/signin_error_notifier_ash.cc',
2090 'browser/signin/signin_error_notifier_ash.h', 2088 'browser/signin/signin_error_notifier_ash.h',
2091 'browser/signin/signin_error_notifier_factory_ash.cc', 2089 'browser/signin/signin_error_notifier_factory_ash.cc',
2092 'browser/signin/signin_error_notifier_factory_ash.h', 2090 'browser/signin/signin_error_notifier_factory_ash.h',
2093 'browser/signin/signin_global_error.cc', 2091 'browser/signin/signin_global_error.cc',
2094 'browser/signin/signin_global_error.h', 2092 'browser/signin/signin_global_error.h',
2095 'browser/signin/signin_global_error_factory.cc', 2093 'browser/signin/signin_global_error_factory.cc',
2096 'browser/signin/signin_global_error_factory.h', 2094 'browser/signin/signin_global_error_factory.h',
(...skipping 1651 matching lines...) Expand 10 before | Expand all | Expand 10 after
3748 'package_name': 'org/chromium/chrome/browser', 3746 'package_name': 'org/chromium/chrome/browser',
3749 'template_deps': ['browser/android/tab_load_status.h'], 3747 'template_deps': ['browser/android/tab_load_status.h'],
3750 }, 3748 },
3751 'includes': [ '../build/android/java_cpp_template.gypi' ], 3749 'includes': [ '../build/android/java_cpp_template.gypi' ],
3752 }, 3750 },
3753 ], 3751 ],
3754 }, 3752 },
3755 ], 3753 ],
3756 ], 3754 ],
3757 } 3755 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698