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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 25670002: Create ModeIndicatorController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweaked based on the review comments. Created 7 years, 2 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
« no previous file with comments | « chrome/browser/chromeos/input_method/mode_indicator_controller.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_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'browser/chromeos/input_method/input_method_manager_impl.cc', 396 'browser/chromeos/input_method/input_method_manager_impl.cc',
397 'browser/chromeos/input_method/input_method_manager_impl.h', 397 'browser/chromeos/input_method/input_method_manager_impl.h',
398 'browser/chromeos/input_method/input_method_persistence.cc', 398 'browser/chromeos/input_method/input_method_persistence.cc',
399 'browser/chromeos/input_method/input_method_persistence.h', 399 'browser/chromeos/input_method/input_method_persistence.h',
400 'browser/chromeos/input_method/input_method_util.cc', 400 'browser/chromeos/input_method/input_method_util.cc',
401 'browser/chromeos/input_method/input_method_util.h', 401 'browser/chromeos/input_method/input_method_util.h',
402 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc', 402 'browser/chromeos/input_method/component_extension_ime_manager_impl.cc',
403 'browser/chromeos/input_method/component_extension_ime_manager_impl.h', 403 'browser/chromeos/input_method/component_extension_ime_manager_impl.h',
404 'browser/chromeos/input_method/mock_ibus_controller.cc', 404 'browser/chromeos/input_method/mock_ibus_controller.cc',
405 'browser/chromeos/input_method/mock_ibus_controller.h', 405 'browser/chromeos/input_method/mock_ibus_controller.h',
406 'browser/chromeos/input_method/mode_indicator_controller.cc',
407 'browser/chromeos/input_method/mode_indicator_controller.h',
406 'browser/chromeos/input_method/mode_indicator_view.cc', 408 'browser/chromeos/input_method/mode_indicator_view.cc',
407 'browser/chromeos/input_method/mode_indicator_view.h', 409 'browser/chromeos/input_method/mode_indicator_view.h',
408 'browser/chromeos/input_method/mode_indicator_widget.cc', 410 'browser/chromeos/input_method/mode_indicator_widget.cc',
409 'browser/chromeos/input_method/mode_indicator_widget.h', 411 'browser/chromeos/input_method/mode_indicator_widget.h',
410 'browser/chromeos/keyboard_driven_event_rewriter.cc', 412 'browser/chromeos/keyboard_driven_event_rewriter.cc',
411 'browser/chromeos/keyboard_driven_event_rewriter.h', 413 'browser/chromeos/keyboard_driven_event_rewriter.h',
412 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc', 414 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.cc',
413 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.h', 415 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout.h',
414 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc', 416 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc',
415 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h', 417 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver.h',
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 'browser/chromeos/attestation/attestation_signed_data.proto', 985 'browser/chromeos/attestation/attestation_signed_data.proto',
984 ], 986 ],
985 'variables': { 987 'variables': {
986 'proto_in_dir': 'browser/chromeos/attestation', 988 'proto_in_dir': 'browser/chromeos/attestation',
987 'proto_out_dir': 'chrome/browser/chromeos/attestation', 989 'proto_out_dir': 'chrome/browser/chromeos/attestation',
988 }, 990 },
989 'includes': [ '../build/protoc.gypi' ] 991 'includes': [ '../build/protoc.gypi' ]
990 }, 992 },
991 ], 993 ],
992 } 994 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/mode_indicator_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698