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

Side by Side Diff: ui/base/ui_base_tests.gyp

Issue 1602403002: Revert of Remove remote tree host and some related input and metro_driver code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-3
Patch Set: Created 4 years, 11 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 | « ui/base/ime/ui_base_ime.gyp ('k') | ui/shell_dialogs/BUILD.gn » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'cocoa/nsview_additions_unittest.mm', 70 'cocoa/nsview_additions_unittest.mm',
71 'cocoa/three_part_image_unittest.mm', 71 'cocoa/three_part_image_unittest.mm',
72 'cocoa/tracking_area_unittest.mm', 72 'cocoa/tracking_area_unittest.mm',
73 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc', 73 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc',
74 'ime/candidate_window_unittest.cc', 74 'ime/candidate_window_unittest.cc',
75 'ime/composition_text_unittest.cc', 75 'ime/composition_text_unittest.cc',
76 'ime/chromeos/character_composer_unittest.cc', 76 'ime/chromeos/character_composer_unittest.cc',
77 'ime/composition_text_util_pango_unittest.cc', 77 'ime/composition_text_util_pango_unittest.cc',
78 'ime/input_method_base_unittest.cc', 78 'ime/input_method_base_unittest.cc',
79 'ime/input_method_chromeos_unittest.cc', 79 'ime/input_method_chromeos_unittest.cc',
80 'ime/remote_input_method_win_unittest.cc',
80 'ime/win/imm32_manager_unittest.cc', 81 'ime/win/imm32_manager_unittest.cc',
81 'ime/win/tsf_input_scope_unittest.cc', 82 'ime/win/tsf_input_scope_unittest.cc',
82 'models/list_model_unittest.cc', 83 'models/list_model_unittest.cc',
83 'models/list_selection_model_unittest.cc', 84 'models/list_selection_model_unittest.cc',
84 'models/tree_node_model_unittest.cc', 85 'models/tree_node_model_unittest.cc',
85 'resource/material_design/material_design_controller_unittest.cc', 86 'resource/material_design/material_design_controller_unittest.cc',
86 'test/data/resource.h', 87 'test/data/resource.h',
87 'test/test_clipboard_unittest.cc', 88 'test/test_clipboard_unittest.cc',
88 'test/scoped_fake_nswindow_fullscreen_unittest.mm', 89 'test/scoped_fake_nswindow_fullscreen_unittest.mm',
89 'text/bytes_formatting_unittest.cc', 90 'text/bytes_formatting_unittest.cc',
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'dependencies': [ 330 'dependencies': [
330 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 331 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
331 ], 332 ],
332 }], 333 }],
333 ], 334 ],
334 }, 335 },
335 ], 336 ],
336 }], 337 }],
337 ], 338 ],
338 } 339 }
OLDNEW
« no previous file with comments | « ui/base/ime/ui_base_ime.gyp ('k') | ui/shell_dialogs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698