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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10825257: Remove metrics collection from Kiosk Mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/extensions/application_launch.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 'browser/chromeos/input_method/input_method_util.cc', 642 'browser/chromeos/input_method/input_method_util.cc',
643 'browser/chromeos/input_method/input_method_util.h', 643 'browser/chromeos/input_method/input_method_util.h',
644 'browser/chromeos/input_method/input_method_whitelist.cc', 644 'browser/chromeos/input_method/input_method_whitelist.cc',
645 'browser/chromeos/input_method/input_method_whitelist.h', 645 'browser/chromeos/input_method/input_method_whitelist.h',
646 'browser/chromeos/input_method/mock_ibus_controller.cc', 646 'browser/chromeos/input_method/mock_ibus_controller.cc',
647 'browser/chromeos/input_method/mock_ibus_controller.h', 647 'browser/chromeos/input_method/mock_ibus_controller.h',
648 'browser/chromeos/input_method/xkeyboard.cc', 648 'browser/chromeos/input_method/xkeyboard.cc',
649 'browser/chromeos/input_method/xkeyboard.h', 649 'browser/chromeos/input_method/xkeyboard.h',
650 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc', 650 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc',
651 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.h', 651 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.h',
652 'browser/chromeos/kiosk_mode/kiosk_mode_metrics.cc',
653 'browser/chromeos/kiosk_mode/kiosk_mode_metrics.h',
654 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc', 652 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc',
655 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h', 653 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h',
656 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc', 654 'browser/chromeos/kiosk_mode/kiosk_mode_settings.cc',
657 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h', 655 'browser/chromeos/kiosk_mode/kiosk_mode_settings.h',
658 'browser/chromeos/language_preferences.cc', 656 'browser/chromeos/language_preferences.cc',
659 'browser/chromeos/language_preferences.h', 657 'browser/chromeos/language_preferences.h',
660 'browser/chromeos/locale_change_guard.cc', 658 'browser/chromeos/locale_change_guard.cc',
661 'browser/chromeos/locale_change_guard.h', 659 'browser/chromeos/locale_change_guard.h',
662 'browser/chromeos/login/auth_attempt_state.cc', 660 'browser/chromeos/login/auth_attempt_state.cc',
663 'browser/chromeos/login/auth_attempt_state.h', 661 'browser/chromeos/login/auth_attempt_state.h',
(...skipping 4874 matching lines...) Expand 10 before | Expand all | Expand 10 after
5538 'includes': [ '../build/jni_generator.gypi' ], 5536 'includes': [ '../build/jni_generator.gypi' ],
5539 'dependencies': [ 5537 'dependencies': [
5540 'android_jar_jni_headers', 5538 'android_jar_jni_headers',
5541 ], 5539 ],
5542 }, 5540 },
5543 ], 5541 ],
5544 }, 5542 },
5545 ], 5543 ],
5546 ], 5544 ],
5547 } 5545 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/extensions/application_launch.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698