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

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: Include display.gyp into ChromeOS builds only 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
« no previous file with comments | « ui/display/display_unittests.gypi ('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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'gfx/image/image_util_unittest.cc', 154 'gfx/image/image_util_unittest.cc',
155 'gfx/ozone/dri/hardware_display_controller_unittest.cc', 155 'gfx/ozone/dri/hardware_display_controller_unittest.cc',
156 'gfx/ozone/dri/dri_surface_factory_unittest.cc', 156 'gfx/ozone/dri/dri_surface_factory_unittest.cc',
157 'gfx/ozone/dri/dri_surface_unittest.cc', 157 'gfx/ozone/dri/dri_surface_unittest.cc',
158 'gfx/platform_font_mac_unittest.mm', 158 'gfx/platform_font_mac_unittest.mm',
159 'gfx/render_text_unittest.cc', 159 'gfx/render_text_unittest.cc',
160 'gfx/sequential_id_generator_unittest.cc', 160 'gfx/sequential_id_generator_unittest.cc',
161 'gfx/transform_util_unittest.cc', 161 'gfx/transform_util_unittest.cc',
162 'gfx/utf16_indexing_unittest.cc', 162 'gfx/utf16_indexing_unittest.cc',
163 ], 163 ],
164 'includes': [
165 'display/display_unittests.gypi',
166 ],
164 'include_dirs': [ 167 'include_dirs': [
165 '../', 168 '../',
166 ], 169 ],
167 'conditions': [ 170 'conditions': [
168 ['OS!="ios"', { 171 ['OS!="ios"', {
169 'sources' : ['<@(_all_sources)'], 172 'sources' : ['<@(_all_sources)'],
170 'includes': [ 173 'includes': [
171 'base/ime/ime_unittests.gypi', 174 'base/ime/ime_unittests.gypi',
172 ], 175 ],
173 }, { # OS=="ios" 176 }, { # OS=="ios"
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'variables': { 370 'variables': {
368 'test_suite_name': 'ui_unittests', 371 'test_suite_name': 'ui_unittests',
369 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 372 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
370 }, 373 },
371 'includes': [ '../build/apk_test.gypi' ], 374 'includes': [ '../build/apk_test.gypi' ],
372 }, 375 },
373 ], 376 ],
374 }], 377 }],
375 ], 378 ],
376 } 379 }
OLDNEW
« no previous file with comments | « ui/display/display_unittests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698