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

Side by Side Diff: build/all.gyp

Issue 307031: Add the nacl ui test to the Chromium Builder configuration. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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 | 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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'temp_gyp/googleurl.gyp:googleurl_unittests', 127 'temp_gyp/googleurl.gyp:googleurl_unittests',
128 ], 128 ],
129 }, 129 },
130 { 130 {
131 'target_name': 'chromium_builder_rel', 131 'target_name': 'chromium_builder_rel',
132 'type': 'none', 132 'type': 'none',
133 'dependencies': [ 133 'dependencies': [
134 '../app/app.gyp:app_unittests', 134 '../app/app.gyp:app_unittests',
135 '../chrome/chrome.gyp:browser_tests', 135 '../chrome/chrome.gyp:browser_tests',
136 '../chrome/chrome.gyp:memory_test', 136 '../chrome/chrome.gyp:memory_test',
137 '../chrome/chrome.gyp:nacl_ui_tests',
137 '../chrome/chrome.gyp:page_cycler_tests', 138 '../chrome/chrome.gyp:page_cycler_tests',
138 '../chrome/chrome.gyp:startup_tests', 139 '../chrome/chrome.gyp:startup_tests',
139 '../chrome/chrome.gyp:tab_switching_test', 140 '../chrome/chrome.gyp:tab_switching_test',
140 '../chrome/chrome.gyp:ui_tests', 141 '../chrome/chrome.gyp:ui_tests',
141 '../chrome/chrome.gyp:unit_tests', 142 '../chrome/chrome.gyp:unit_tests',
142 '../chrome/chrome.gyp:url_fetch_test', 143 '../chrome/chrome.gyp:url_fetch_test',
143 '../ipc/ipc.gyp:ipc_tests', 144 '../ipc/ipc.gyp:ipc_tests',
144 '../media/media.gyp:media_unittests', 145 '../media/media.gyp:media_unittests',
145 '../printing/printing.gyp:printing_unittests', 146 '../printing/printing.gyp:printing_unittests',
146 'temp_gyp/googleurl.gyp:googleurl_unittests', 147 'temp_gyp/googleurl.gyp:googleurl_unittests',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 ], # targets 230 ], # targets
230 }], # OS="win" 231 }], # OS="win"
231 ], # conditions 232 ], # conditions
232 } 233 }
233 234
234 # Local Variables: 235 # Local Variables:
235 # tab-width:2 236 # tab-width:2
236 # indent-tabs-mode:nil 237 # indent-tabs-mode:nil
237 # End: 238 # End:
238 # vim: set expandtab tabstop=2 shiftwidth=2: 239 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698