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: ash/ash.gyp

Issue 258463002: Introduces 'highlighted' property to candidate view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 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 | « no previous file | ash/ime/candidate_view.h » ('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 (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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 'drag_drop/drag_drop_controller_unittest.cc', 923 'drag_drop/drag_drop_controller_unittest.cc',
924 'drag_drop/drag_drop_tracker_unittest.cc', 924 'drag_drop/drag_drop_tracker_unittest.cc',
925 'extended_desktop_unittest.cc', 925 'extended_desktop_unittest.cc',
926 'focus_cycler_unittest.cc', 926 'focus_cycler_unittest.cc',
927 'frame/caption_buttons/alternate_frame_size_button_unittest.cc', 927 'frame/caption_buttons/alternate_frame_size_button_unittest.cc',
928 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc', 928 'frame/caption_buttons/frame_caption_button_container_view_unittest.cc',
929 'frame/caption_buttons/frame_maximize_button_unittest.cc', 929 'frame/caption_buttons/frame_maximize_button_unittest.cc',
930 'frame/custom_frame_view_ash_unittest.cc', 930 'frame/custom_frame_view_ash_unittest.cc',
931 'frame/default_header_painter_unittest.cc', 931 'frame/default_header_painter_unittest.cc',
932 'host/ash_window_tree_host_x11_unittest.cc', 932 'host/ash_window_tree_host_x11_unittest.cc',
933 'ime/candidate_view_unittest.cc',
933 'ime/candidate_window_view_unittest.cc', 934 'ime/candidate_window_view_unittest.cc',
934 'ime/input_method_menu_item_unittest.cc', 935 'ime/input_method_menu_item_unittest.cc',
935 'ime/input_method_menu_manager_unittest.cc', 936 'ime/input_method_menu_manager_unittest.cc',
936 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 937 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
937 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 938 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
938 'magnifier/magnification_controller_unittest.cc', 939 'magnifier/magnification_controller_unittest.cc',
939 'root_window_controller_unittest.cc', 940 'root_window_controller_unittest.cc',
940 'screen_util_unittest.cc', 941 'screen_util_unittest.cc',
941 'screensaver/screensaver_view_unittest.cc', 942 'screensaver/screensaver_view_unittest.cc',
942 'session_state_delegate_stub.cc', 943 'session_state_delegate_stub.cc',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 }], 1186 }],
1186 ['chromeos==1', { 1187 ['chromeos==1', {
1187 'dependencies': [ 1188 'dependencies': [
1188 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1189 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1189 ], 1190 ],
1190 }], 1191 }],
1191 ], 1192 ],
1192 }, 1193 },
1193 ], 1194 ],
1194 } 1195 }
OLDNEW
« no previous file with comments | « no previous file | ash/ime/candidate_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698