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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 197313007: Add Easy Unlock options to chrome://settings behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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': 'none', 9 'type': 'none',
10 'dependencies': [ 'browser_real', ], 10 'dependencies': [ 'browser_real', ],
(...skipping 2106 matching lines...) Expand 10 before | Expand all | Expand 10 after
2117 'browser/signin/about_signin_internals_factory.cc', 2117 'browser/signin/about_signin_internals_factory.cc',
2118 'browser/signin/about_signin_internals_factory.h', 2118 'browser/signin/about_signin_internals_factory.h',
2119 'browser/signin/account_reconcilor.cc', 2119 'browser/signin/account_reconcilor.cc',
2120 'browser/signin/account_reconcilor.h', 2120 'browser/signin/account_reconcilor.h',
2121 'browser/signin/account_reconcilor_factory.cc', 2121 'browser/signin/account_reconcilor_factory.cc',
2122 'browser/signin/account_reconcilor_factory.h', 2122 'browser/signin/account_reconcilor_factory.h',
2123 'browser/signin/chrome_signin_client.cc', 2123 'browser/signin/chrome_signin_client.cc',
2124 'browser/signin/chrome_signin_client.h', 2124 'browser/signin/chrome_signin_client.h',
2125 'browser/signin/chrome_signin_client_factory.cc', 2125 'browser/signin/chrome_signin_client_factory.cc',
2126 'browser/signin/chrome_signin_client_factory.h', 2126 'browser/signin/chrome_signin_client_factory.h',
2127 'browser/signin/easy_unlock_controller.cc',
2128 'browser/signin/easy_unlock_controller.h',
2127 'browser/signin/local_auth.cc', 2129 'browser/signin/local_auth.cc',
2128 'browser/signin/local_auth.h', 2130 'browser/signin/local_auth.h',
2129 'browser/signin/mutable_profile_oauth2_token_service.cc', 2131 'browser/signin/mutable_profile_oauth2_token_service.cc',
2130 'browser/signin/mutable_profile_oauth2_token_service.h', 2132 'browser/signin/mutable_profile_oauth2_token_service.h',
2131 'browser/signin/principals_message_filter.cc', 2133 'browser/signin/principals_message_filter.cc',
2132 'browser/signin/principals_message_filter.h', 2134 'browser/signin/principals_message_filter.h',
2133 'browser/signin/profile_oauth2_token_service.cc', 2135 'browser/signin/profile_oauth2_token_service.cc',
2134 'browser/signin/profile_oauth2_token_service.h', 2136 'browser/signin/profile_oauth2_token_service.h',
2135 'browser/signin/profile_oauth2_token_service_factory.cc', 2137 'browser/signin/profile_oauth2_token_service_factory.cc',
2136 'browser/signin/profile_oauth2_token_service_factory.h', 2138 'browser/signin/profile_oauth2_token_service_factory.h',
(...skipping 1727 matching lines...) Expand 10 before | Expand all | Expand 10 after
3864 'package_name': 'org/chromium/chrome/browser', 3866 'package_name': 'org/chromium/chrome/browser',
3865 'template_deps': ['browser/android/tab_load_status.h'], 3867 'template_deps': ['browser/android/tab_load_status.h'],
3866 }, 3868 },
3867 'includes': [ '../build/android/java_cpp_template.gypi' ], 3869 'includes': [ '../build/android/java_cpp_template.gypi' ],
3868 }, 3870 },
3869 ], 3871 ],
3870 }, 3872 },
3871 ], 3873 ],
3872 ], 3874 ],
3873 } 3875 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698