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

Side by Side Diff: ui/ui_unittests.gyp

Issue 192483007: Move chromeos/display/* to ui/display/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix formatting Created 6 years, 9 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
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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'gfx/image/image_util_unittest.cc', 155 'gfx/image/image_util_unittest.cc',
156 'gfx/ozone/dri/hardware_display_controller_unittest.cc', 156 'gfx/ozone/dri/hardware_display_controller_unittest.cc',
157 'gfx/ozone/dri/dri_surface_factory_unittest.cc', 157 'gfx/ozone/dri/dri_surface_factory_unittest.cc',
158 'gfx/ozone/dri/dri_surface_unittest.cc', 158 'gfx/ozone/dri/dri_surface_unittest.cc',
159 'gfx/platform_font_mac_unittest.mm', 159 'gfx/platform_font_mac_unittest.mm',
160 'gfx/render_text_unittest.cc', 160 'gfx/render_text_unittest.cc',
161 'gfx/sequential_id_generator_unittest.cc', 161 'gfx/sequential_id_generator_unittest.cc',
162 'gfx/transform_util_unittest.cc', 162 'gfx/transform_util_unittest.cc',
163 'gfx/utf16_indexing_unittest.cc', 163 'gfx/utf16_indexing_unittest.cc',
164 ], 164 ],
165 'includes': [
166 'display/display_unittests.gypi',
167 ],
165 'include_dirs': [ 168 'include_dirs': [
166 '../', 169 '../',
167 ], 170 ],
168 'conditions': [ 171 'conditions': [
169 ['OS!="ios"', { 172 ['OS!="ios"', {
170 'sources' : ['<@(_all_sources)'], 173 'sources' : ['<@(_all_sources)'],
171 'includes': [ 174 'includes': [
172 'base/ime/ime_unittests.gypi', 175 'base/ime/ime_unittests.gypi',
173 ], 176 ],
174 }, { # OS=="ios" 177 }, { # OS=="ios"
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 'variables': { 353 'variables': {
351 'test_suite_name': 'ui_unittests', 354 'test_suite_name': 'ui_unittests',
352 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 355 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
353 }, 356 },
354 'includes': [ '../build/apk_test.gypi' ], 357 'includes': [ '../build/apk_test.gypi' ],
355 }, 358 },
356 ], 359 ],
357 }], 360 }],
358 ], 361 ],
359 } 362 }
OLDNEW
« ui/display/display_unittests.gypi ('K') | « ui/display/display_unittests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698