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

Side by Side Diff: build/all.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
« no previous file with comments | « no previous file | ui/gfx/ozone/gfx_ozone.gyp » ('j') | ui/ozone/run_all_unittests.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after
1174 '../sync/sync.gyp:sync_unit_tests', 1174 '../sync/sync.gyp:sync_unit_tests',
1175 ], 1175 ],
1176 }], 1176 }],
1177 ['chromeos==1', { 1177 ['chromeos==1', {
1178 'dependencies': [ 1178 'dependencies': [
1179 '../chromeos/chromeos.gyp:chromeos_unittests', 1179 '../chromeos/chromeos.gyp:chromeos_unittests',
1180 '../athena/main/athena_main.gyp:*', 1180 '../athena/main/athena_main.gyp:*',
1181 ], 1181 ],
1182 }], 1182 }],
1183 ['use_ozone==1', { 1183 ['use_ozone==1', {
1184 'dependencies': [
1185 '../ui/ozone/ozone.gyp:*',
1186 ],
1184 'dependencies!': [ 1187 'dependencies!': [
1185 '../chrome/chrome.gyp:interactive_ui_tests', # crbug.com/362166 1188 '../chrome/chrome.gyp:interactive_ui_tests', # crbug.com/362166
1186 ], 1189 ],
1187 }], 1190 }],
1188 ], 1191 ],
1189 }, 1192 },
1190 ], # targets 1193 ], # targets
1191 }, { 1194 }, {
1192 'conditions': [ 1195 'conditions': [
1193 ['OS=="linux"', { 1196 ['OS=="linux"', {
(...skipping 22 matching lines...) Expand all
1216 # http://crbug.com/157234 1219 # http://crbug.com/157234
1217 #'../chrome/chrome.gyp:sync_integration_tests_run', 1220 #'../chrome/chrome.gyp:sync_integration_tests_run',
1218 '../chrome/chrome.gyp:unit_tests_run', 1221 '../chrome/chrome.gyp:unit_tests_run',
1219 '../net/net.gyp:net_unittests_run', 1222 '../net/net.gyp:net_unittests_run',
1220 ], 1223 ],
1221 }, # target_name: chromium_swarm_tests 1224 }, # target_name: chromium_swarm_tests
1222 ], 1225 ],
1223 }], 1226 }],
1224 ], # conditions 1227 ], # conditions
1225 } 1228 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/ozone/gfx_ozone.gyp » ('j') | ui/ozone/run_all_unittests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698