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

Side by Side Diff: ui/ui_unittests.gyp

Issue 304633005: ozone: Add ozone_unittests target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« ui/ozone/run_all_unittests.cc ('K') | « ui/ozone/run_all_unittests.cc ('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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'base/text/bytes_formatting_unittest.cc', 67 'base/text/bytes_formatting_unittest.cc',
68 'base/view_prop_unittest.cc', 68 'base/view_prop_unittest.cc',
69 'base/webui/web_ui_util_unittest.cc', 69 'base/webui/web_ui_util_unittest.cc',
70 'gfx/canvas_unittest.cc', 70 'gfx/canvas_unittest.cc',
71 'gfx/canvas_unittest_mac.mm', 71 'gfx/canvas_unittest_mac.mm',
72 'gfx/platform_font_mac_unittest.mm', 72 'gfx/platform_font_mac_unittest.mm',
73 'gfx/render_text_unittest.cc', 73 'gfx/render_text_unittest.cc',
74 ], 74 ],
75 'includes': [ 75 'includes': [
76 'display/display_unittests.gypi', 76 'display/display_unittests.gypi',
77 'ozone/ozone_unittests.gypi',
78 ], 77 ],
79 'include_dirs': [ 78 'include_dirs': [
80 '../', 79 '../',
81 ], 80 ],
82 'conditions': [ 81 'conditions': [
83 ['OS!="ios"', { 82 ['OS!="ios"', {
84 'sources' : ['<@(_all_sources)'], 83 'sources' : ['<@(_all_sources)'],
85 'includes': [ 84 'includes': [
86 'base/ime/ime_unittests.gypi', 85 'base/ime/ime_unittests.gypi',
87 ], 86 ],
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 ], 251 ],
253 'variables': { 252 'variables': {
254 'test_suite_name': 'ui_unittests', 253 'test_suite_name': 'ui_unittests',
255 }, 254 },
256 'includes': [ '../build/apk_test.gypi' ], 255 'includes': [ '../build/apk_test.gypi' ],
257 }, 256 },
258 ], 257 ],
259 }], 258 }],
260 ], 259 ],
261 } 260 }
OLDNEW
« ui/ozone/run_all_unittests.cc ('K') | « ui/ozone/run_all_unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698