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

Side by Side Diff: ui/ui_unittests.gyp

Issue 27156003: linux_aura: Enable HIDPI support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated accordigly to r232633 Created 7 years, 1 month 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 | « ui/base/x/x11_util_unittest.cc ('k') | ui/views/widget/desktop_aura/desktop_screen_x11.cc » ('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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc', 163 'base/dragdrop/os_exchange_data_provider_aurax11_unittest.cc',
164 'base/gtk/gtk_expanded_container_unittest.cc', 164 'base/gtk/gtk_expanded_container_unittest.cc',
165 'base/keycodes/keycode_converter_unittest.cc', 165 'base/keycodes/keycode_converter_unittest.cc',
166 'base/models/list_model_unittest.cc', 166 'base/models/list_model_unittest.cc',
167 'base/models/list_selection_model_unittest.cc', 167 'base/models/list_selection_model_unittest.cc',
168 'base/models/tree_node_model_unittest.cc', 168 'base/models/tree_node_model_unittest.cc',
169 'base/test/data/resource.h', 169 'base/test/data/resource.h',
170 'base/text/bytes_formatting_unittest.cc', 170 'base/text/bytes_formatting_unittest.cc',
171 'base/view_prop_unittest.cc', 171 'base/view_prop_unittest.cc',
172 'base/webui/web_ui_util_unittest.cc', 172 'base/webui/web_ui_util_unittest.cc',
173 'base/x/x11_util_unittest.cc',
173 'events/event_dispatcher_unittest.cc', 174 'events/event_dispatcher_unittest.cc',
174 'events/event_unittest.cc', 175 'events/event_unittest.cc',
175 'events/latency_info_unittest.cc', 176 'events/latency_info_unittest.cc',
176 'events/ozone/evdev/key_event_converter_unittest.cc', 177 'events/ozone/evdev/key_event_converter_unittest.cc',
177 'events/ozone/evdev/touch_event_converter_unittest.cc', 178 'events/ozone/evdev/touch_event_converter_unittest.cc',
178 'gfx/animation/tween_unittest.cc', 179 'gfx/animation/tween_unittest.cc',
179 'gfx/blit_unittest.cc', 180 'gfx/blit_unittest.cc',
180 'gfx/break_list_unittest.cc', 181 'gfx/break_list_unittest.cc',
181 'gfx/canvas_unittest.cc', 182 'gfx/canvas_unittest.cc',
182 'gfx/canvas_unittest_mac.mm', 183 'gfx/canvas_unittest_mac.mm',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'variables': { 390 'variables': {
390 'test_suite_name': 'ui_unittests', 391 'test_suite_name': 'ui_unittests',
391 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 392 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
392 }, 393 },
393 'includes': [ '../build/apk_test.gypi' ], 394 'includes': [ '../build/apk_test.gypi' ],
394 }, 395 },
395 ], 396 ],
396 }], 397 }],
397 ], 398 ],
398 } 399 }
OLDNEW
« no previous file with comments | « ui/base/x/x11_util_unittest.cc ('k') | ui/views/widget/desktop_aura/desktop_screen_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698