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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 434253002: Only build EasyUnlockService when extensions are enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 'browser/shell_integration_mac.mm', 1199 'browser/shell_integration_mac.mm',
1200 'browser/shell_integration_win.cc', 1200 'browser/shell_integration_win.cc',
1201 'browser/signin/about_signin_internals_factory.cc', 1201 'browser/signin/about_signin_internals_factory.cc',
1202 'browser/signin/about_signin_internals_factory.h', 1202 'browser/signin/about_signin_internals_factory.h',
1203 'browser/signin/account_reconcilor_factory.cc', 1203 'browser/signin/account_reconcilor_factory.cc',
1204 'browser/signin/account_reconcilor_factory.h', 1204 'browser/signin/account_reconcilor_factory.h',
1205 'browser/signin/chrome_signin_client.cc', 1205 'browser/signin/chrome_signin_client.cc',
1206 'browser/signin/chrome_signin_client.h', 1206 'browser/signin/chrome_signin_client.h',
1207 'browser/signin/chrome_signin_client_factory.cc', 1207 'browser/signin/chrome_signin_client_factory.cc',
1208 'browser/signin/chrome_signin_client_factory.h', 1208 'browser/signin/chrome_signin_client_factory.h',
1209 'browser/signin/easy_unlock_service.cc',
1210 'browser/signin/easy_unlock_service.h',
1211 'browser/signin/easy_unlock_service_factory.cc',
1212 'browser/signin/easy_unlock_service_factory.h',
1213 'browser/signin/local_auth.cc', 1209 'browser/signin/local_auth.cc',
1214 'browser/signin/local_auth.h', 1210 'browser/signin/local_auth.h',
1215 'browser/signin/principals_message_filter.cc', 1211 'browser/signin/principals_message_filter.cc',
1216 'browser/signin/principals_message_filter.h', 1212 'browser/signin/principals_message_filter.h',
1217 'browser/signin/profile_identity_provider.cc', 1213 'browser/signin/profile_identity_provider.cc',
1218 'browser/signin/profile_identity_provider.h', 1214 'browser/signin/profile_identity_provider.h',
1219 'browser/signin/profile_oauth2_token_service_factory.cc', 1215 'browser/signin/profile_oauth2_token_service_factory.cc',
1220 'browser/signin/profile_oauth2_token_service_factory.h', 1216 'browser/signin/profile_oauth2_token_service_factory.h',
1221 'browser/signin/screenlock_bridge.cc', 1217 'browser/signin/screenlock_bridge.cc',
1222 'browser/signin/screenlock_bridge.h', 1218 'browser/signin/screenlock_bridge.h',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
1535 'browser/infobars/infobar_extension_api.h', 1531 'browser/infobars/infobar_extension_api.h',
1536 'browser/renderer_host/chrome_extension_message_filter.cc', 1532 'browser/renderer_host/chrome_extension_message_filter.cc',
1537 'browser/renderer_host/chrome_extension_message_filter.h', 1533 'browser/renderer_host/chrome_extension_message_filter.h',
1538 'browser/safe_json_parser.cc', 1534 'browser/safe_json_parser.cc',
1539 'browser/safe_json_parser.h', 1535 'browser/safe_json_parser.h',
1540 'browser/search/hotword_client.h', 1536 'browser/search/hotword_client.h',
1541 'browser/search/hotword_service.cc', 1537 'browser/search/hotword_service.cc',
1542 'browser/search/hotword_service.h', 1538 'browser/search/hotword_service.h',
1543 'browser/search/hotword_service_factory.cc', 1539 'browser/search/hotword_service_factory.cc',
1544 'browser/search/hotword_service_factory.h', 1540 'browser/search/hotword_service_factory.h',
1541 'browser/signin/easy_unlock_service.cc',
1542 'browser/signin/easy_unlock_service.h',
1543 'browser/signin/easy_unlock_service_factory.cc',
1544 'browser/signin/easy_unlock_service_factory.h',
1545 'browser/speech/extension_api/tts_engine_extension_api.cc', 1545 'browser/speech/extension_api/tts_engine_extension_api.cc',
1546 'browser/speech/extension_api/tts_engine_extension_api.h', 1546 'browser/speech/extension_api/tts_engine_extension_api.h',
1547 'browser/speech/extension_api/tts_engine_extension_observer.cc', 1547 'browser/speech/extension_api/tts_engine_extension_observer.cc',
1548 'browser/speech/extension_api/tts_engine_extension_observer.h', 1548 'browser/speech/extension_api/tts_engine_extension_observer.h',
1549 'browser/speech/extension_api/tts_extension_api.cc', 1549 'browser/speech/extension_api/tts_extension_api.cc',
1550 'browser/speech/extension_api/tts_extension_api.h', 1550 'browser/speech/extension_api/tts_extension_api.h',
1551 'browser/sync_file_system/conflict_resolution_policy.h', 1551 'browser/sync_file_system/conflict_resolution_policy.h',
1552 'browser/sync_file_system/conflict_resolution_resolver.cc', 1552 'browser/sync_file_system/conflict_resolution_resolver.cc',
1553 'browser/sync_file_system/conflict_resolution_resolver.h', 1553 'browser/sync_file_system/conflict_resolution_resolver.h',
1554 'browser/sync_file_system/drive_backend/callback_helper.h', 1554 'browser/sync_file_system/drive_backend/callback_helper.h',
(...skipping 2063 matching lines...) Expand 10 before | Expand all | Expand 10 after
3618 'package_name': 'org/chromium/chrome/browser', 3618 'package_name': 'org/chromium/chrome/browser',
3619 'template_deps': ['browser/android/tab_load_status.h'], 3619 'template_deps': ['browser/android/tab_load_status.h'],
3620 }, 3620 },
3621 'includes': [ '../build/android/java_cpp_template.gypi' ], 3621 'includes': [ '../build/android/java_cpp_template.gypi' ],
3622 }, 3622 },
3623 ], 3623 ],
3624 }, 3624 },
3625 ], 3625 ],
3626 ], 3626 ],
3627 } 3627 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698