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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 475483003: Wire easy unlock settings UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/ui/webui/options/options_ui.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | 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 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after
1537 'browser/search/hotword_service.cc', 1537 'browser/search/hotword_service.cc',
1538 'browser/search/hotword_service.h', 1538 'browser/search/hotword_service.h',
1539 'browser/search/hotword_service_factory.cc', 1539 'browser/search/hotword_service_factory.cc',
1540 'browser/search/hotword_service_factory.h', 1540 'browser/search/hotword_service_factory.h',
1541 'browser/signin/easy_unlock_screenlock_state_handler.cc', 1541 'browser/signin/easy_unlock_screenlock_state_handler.cc',
1542 'browser/signin/easy_unlock_screenlock_state_handler.h', 1542 'browser/signin/easy_unlock_screenlock_state_handler.h',
1543 'browser/signin/easy_unlock_service.cc', 1543 'browser/signin/easy_unlock_service.cc',
1544 'browser/signin/easy_unlock_service.h', 1544 'browser/signin/easy_unlock_service.h',
1545 'browser/signin/easy_unlock_service_factory.cc', 1545 'browser/signin/easy_unlock_service_factory.cc',
1546 'browser/signin/easy_unlock_service_factory.h', 1546 'browser/signin/easy_unlock_service_factory.h',
1547 'browser/signin/easy_unlock_toggle_flow.cc',
1548 'browser/signin/easy_unlock_toggle_flow.h',
1547 'browser/speech/extension_api/tts_engine_extension_api.cc', 1549 'browser/speech/extension_api/tts_engine_extension_api.cc',
1548 'browser/speech/extension_api/tts_engine_extension_api.h', 1550 'browser/speech/extension_api/tts_engine_extension_api.h',
1549 'browser/speech/extension_api/tts_engine_extension_observer.cc', 1551 'browser/speech/extension_api/tts_engine_extension_observer.cc',
1550 'browser/speech/extension_api/tts_engine_extension_observer.h', 1552 'browser/speech/extension_api/tts_engine_extension_observer.h',
1551 'browser/speech/extension_api/tts_extension_api.cc', 1553 'browser/speech/extension_api/tts_extension_api.cc',
1552 'browser/speech/extension_api/tts_extension_api.h', 1554 'browser/speech/extension_api/tts_extension_api.h',
1553 'browser/sync_file_system/conflict_resolution_policy.h', 1555 'browser/sync_file_system/conflict_resolution_policy.h',
1554 'browser/sync_file_system/conflict_resolution_resolver.cc', 1556 'browser/sync_file_system/conflict_resolution_resolver.cc',
1555 'browser/sync_file_system/conflict_resolution_resolver.h', 1557 'browser/sync_file_system/conflict_resolution_resolver.h',
1556 'browser/sync_file_system/drive_backend/callback_helper.h', 1558 'browser/sync_file_system/drive_backend/callback_helper.h',
(...skipping 2071 matching lines...) Expand 10 before | Expand all | Expand 10 after
3628 'package_name': 'org/chromium/chrome/browser', 3630 'package_name': 'org/chromium/chrome/browser',
3629 'template_deps': ['browser/android/tab_load_status.h'], 3631 'template_deps': ['browser/android/tab_load_status.h'],
3630 }, 3632 },
3631 'includes': [ '../build/android/java_cpp_template.gypi' ], 3633 'includes': [ '../build/android/java_cpp_template.gypi' ],
3632 }, 3634 },
3633 ], 3635 ],
3634 }, 3636 },
3635 ], 3637 ],
3636 ], 3638 ],
3637 } 3639 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/options_ui.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698