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

Side by Side Diff: build/all.gyp

Issue 11820019: Add app_list_unittests as a default builder target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: seems sufficient Created 7 years, 11 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
« 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) 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 '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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 ['remoting==1', { 155 ['remoting==1', {
156 'dependencies': [ 156 'dependencies': [
157 '../remoting/remoting.gyp:*', 157 '../remoting/remoting.gyp:*',
158 ], 158 ],
159 }], 159 }],
160 ['use_openssl==0', { 160 ['use_openssl==0', {
161 'dependencies': [ 161 'dependencies': [
162 '../net/third_party/nss/ssl.gyp:*', 162 '../net/third_party/nss/ssl.gyp:*',
163 ], 163 ],
164 }], 164 }],
165 ['enable_app_list==1', {
166 'dependencies': [
167 '../ui/app_list/app_list.gyp:*',
168 ],
169 }],
165 ], 170 ],
166 }, # target_name: All 171 }, # target_name: All
167 { 172 {
168 'target_name': 'All_syzygy', 173 'target_name': 'All_syzygy',
169 'type': 'none', 174 'type': 'none',
170 'conditions': [ 175 'conditions': [
171 ['OS=="win" and fastbuild==0 and asan!=1', { 176 ['OS=="win" and fastbuild==0 and asan!=1', {
172 'dependencies': [ 177 'dependencies': [
173 '../chrome/installer/mini_installer_syzygy.gyp:*', 178 '../chrome/installer/mini_installer_syzygy.gyp:*',
174 ], 179 ],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 232 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
228 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 233 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
229 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 234 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
230 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 235 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
231 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 236 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
232 '../courgette/courgette.gyp:courgette_unittests', 237 '../courgette/courgette.gyp:courgette_unittests',
233 '../sandbox/sandbox.gyp:sbox_integration_tests', 238 '../sandbox/sandbox.gyp:sbox_integration_tests',
234 '../sandbox/sandbox.gyp:sbox_unittests', 239 '../sandbox/sandbox.gyp:sbox_unittests',
235 '../sandbox/sandbox.gyp:sbox_validation_tests', 240 '../sandbox/sandbox.gyp:sbox_validation_tests',
236 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', 241 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
242 '../ui/app_list/app_list.gyp:app_list_unittests',
237 '../ui/views/views.gyp:views_unittests', 243 '../ui/views/views.gyp:views_unittests',
238 '../webkit/webkit.gyp:test_shell_common', 244 '../webkit/webkit.gyp:test_shell_common',
239 ], 245 ],
240 }], 246 }],
241 ['OS=="linux"', { 247 ['OS=="linux"', {
242 'dependencies': [ 248 'dependencies': [
243 '../sandbox/sandbox.gyp:sandbox_linux_unittests', 249 '../sandbox/sandbox.gyp:sandbox_linux_unittests',
244 ], 250 ],
245 }], 251 }],
246 ], 252 ],
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 '../chrome/chrome.gyp:browser_tests_run', 737 '../chrome/chrome.gyp:browser_tests_run',
732 '../chrome/chrome.gyp:sync_integration_tests_run', 738 '../chrome/chrome.gyp:sync_integration_tests_run',
733 '../chrome/chrome.gyp:unit_tests_run', 739 '../chrome/chrome.gyp:unit_tests_run',
734 '../net/net.gyp:net_unittests_run', 740 '../net/net.gyp:net_unittests_run',
735 ], 741 ],
736 }, # target_name: chromium_swarm_tests 742 }, # target_name: chromium_swarm_tests
737 ], 743 ],
738 }], 744 }],
739 ], # conditions 745 ], # conditions
740 } 746 }
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