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

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

Issue 1149223004: Avoid basename conflict in text_composition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 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') | 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 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'cocoa/fullscreen_window_manager_unittest.mm', 62 'cocoa/fullscreen_window_manager_unittest.mm',
63 'cocoa/hover_image_button_unittest.mm', 63 'cocoa/hover_image_button_unittest.mm',
64 'cocoa/menu_controller_unittest.mm', 64 'cocoa/menu_controller_unittest.mm',
65 'cocoa/nsgraphics_context_additions_unittest.mm', 65 'cocoa/nsgraphics_context_additions_unittest.mm',
66 'cocoa/nsview_additions_unittest.mm', 66 'cocoa/nsview_additions_unittest.mm',
67 'cocoa/three_part_image_unittest.mm', 67 'cocoa/three_part_image_unittest.mm',
68 'cocoa/tracking_area_unittest.mm', 68 'cocoa/tracking_area_unittest.mm',
69 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc', 69 'dragdrop/os_exchange_data_provider_aurax11_unittest.cc',
70 'ime/candidate_window_unittest.cc', 70 'ime/candidate_window_unittest.cc',
71 'ime/chromeos/character_composer_unittest.cc', 71 'ime/chromeos/character_composer_unittest.cc',
72 'ime/chromeos/composition_text_chromeos_unittest.cc',
72 'ime/composition_text_util_pango_unittest.cc', 73 'ime/composition_text_util_pango_unittest.cc',
73 'ime/input_method_base_unittest.cc', 74 'ime/input_method_base_unittest.cc',
74 'ime/input_method_chromeos_unittest.cc', 75 'ime/input_method_chromeos_unittest.cc',
75 'ime/remote_input_method_win_unittest.cc', 76 'ime/remote_input_method_win_unittest.cc',
76 'ime/win/imm32_manager_unittest.cc', 77 'ime/win/imm32_manager_unittest.cc',
77 'ime/win/tsf_input_scope_unittest.cc', 78 'ime/win/tsf_input_scope_unittest.cc',
78 'models/list_model_unittest.cc', 79 'models/list_model_unittest.cc',
79 'models/list_selection_model_unittest.cc', 80 'models/list_selection_model_unittest.cc',
80 'models/tree_node_model_unittest.cc', 81 'models/tree_node_model_unittest.cc',
81 'test/data/resource.h', 82 'test/data/resource.h',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'dependencies': [ 303 'dependencies': [
303 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 304 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
304 ], 305 ],
305 }], 306 }],
306 ], 307 ],
307 }, 308 },
308 ], 309 ],
309 }], 310 }],
310 ], 311 ],
311 } 312 }
OLDNEW
« no previous file with comments | « ui/base/ime/ui_base_ime.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698