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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9852008: Update IME preferences outside the IME status button when Uber Tray is in use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: retry Created 8 years, 8 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/chromeos/preferences.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 # 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': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 'browser/chromeos/gdata/gdata_upload_file_info.cc', 561 'browser/chromeos/gdata/gdata_upload_file_info.cc',
562 'browser/chromeos/gdata/gdata_upload_file_info.h', 562 'browser/chromeos/gdata/gdata_upload_file_info.h',
563 'browser/chromeos/gdata/gdata_util.cc', 563 'browser/chromeos/gdata/gdata_util.cc',
564 'browser/chromeos/gdata/gdata_util.h', 564 'browser/chromeos/gdata/gdata_util.h',
565 'browser/chromeos/gview_request_interceptor.cc', 565 'browser/chromeos/gview_request_interceptor.cc',
566 'browser/chromeos/gview_request_interceptor.h', 566 'browser/chromeos/gview_request_interceptor.h',
567 'browser/chromeos/imageburner/burn_controller.cc', 567 'browser/chromeos/imageburner/burn_controller.cc',
568 'browser/chromeos/imageburner/burn_controller.h', 568 'browser/chromeos/imageburner/burn_controller.h',
569 'browser/chromeos/imageburner/burn_manager.cc', 569 'browser/chromeos/imageburner/burn_manager.cc',
570 'browser/chromeos/imageburner/burn_manager.h', 570 'browser/chromeos/imageburner/burn_manager.h',
571 'browser/chromeos/input_method/browser_state_monitor.cc',
572 'browser/chromeos/input_method/browser_state_monitor.h',
571 'browser/chromeos/input_method/candidate_window.cc', 573 'browser/chromeos/input_method/candidate_window.cc',
572 'browser/chromeos/input_method/candidate_window.h', 574 'browser/chromeos/input_method/candidate_window.h',
573 'browser/chromeos/input_method/ibus_controller.cc', 575 'browser/chromeos/input_method/ibus_controller.cc',
574 'browser/chromeos/input_method/ibus_controller.h', 576 'browser/chromeos/input_method/ibus_controller.h',
575 'browser/chromeos/input_method/ibus_engine_controller.cc', 577 'browser/chromeos/input_method/ibus_engine_controller.cc',
576 'browser/chromeos/input_method/ibus_engine_controller.h', 578 'browser/chromeos/input_method/ibus_engine_controller.h',
577 'browser/chromeos/input_method/ibus_keymap.cc', 579 'browser/chromeos/input_method/ibus_keymap.cc',
578 'browser/chromeos/input_method/ibus_keymap.h', 580 'browser/chromeos/input_method/ibus_keymap.h',
579 'browser/chromeos/input_method/ibus_ui_controller.cc', 581 'browser/chromeos/input_method/ibus_ui_controller.cc',
580 'browser/chromeos/input_method/ibus_ui_controller.h', 582 'browser/chromeos/input_method/ibus_ui_controller.h',
(...skipping 4587 matching lines...) Expand 10 before | Expand all | Expand 10 after
5168 'variables': { 5170 'variables': {
5169 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5171 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5170 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5172 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5171 }, 5173 },
5172 'includes': ['../build/protoc.gypi'], 5174 'includes': ['../build/protoc.gypi'],
5173 }], 5175 }],
5174 ], 5176 ],
5175 }, 5177 },
5176 ], 5178 ],
5177 } 5179 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698