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

Side by Side Diff: build/all.gyp

Issue 252073002: Create a dummy sandbox_unittests target on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | sandbox/mac/sandbox_mac.gypi » ('j') | sandbox/mac/sandbox_mac.gypi » ('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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 '../third_party/nss/nss.gyp:*', 118 '../third_party/nss/nss.gyp:*',
119 ], 119 ],
120 }], 120 }],
121 ['OS=="win" or OS=="ios" or OS=="linux"', { 121 ['OS=="win" or OS=="ios" or OS=="linux"', {
122 'dependencies': [ 122 'dependencies': [
123 '../breakpad/breakpad.gyp:*', 123 '../breakpad/breakpad.gyp:*',
124 ], 124 ],
125 }], 125 }],
126 ['OS=="mac"', { 126 ['OS=="mac"', {
127 'dependencies': [ 127 'dependencies': [
128 '../sandbox/sandbox.gyp:*',
128 '../third_party/ocmock/ocmock.gyp:*', 129 '../third_party/ocmock/ocmock.gyp:*',
129 ], 130 ],
130 }], 131 }],
131 ['OS=="linux"', { 132 ['OS=="linux"', {
132 'dependencies': [ 133 'dependencies': [
133 '../courgette/courgette.gyp:*', 134 '../courgette/courgette.gyp:*',
134 '../dbus/dbus.gyp:*', 135 '../dbus/dbus.gyp:*',
135 '../sandbox/sandbox.gyp:*', 136 '../sandbox/sandbox.gyp:*',
136 ], 137 ],
137 'conditions': [ 138 'conditions': [
(...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1236 # http://crbug.com/157234 1237 # http://crbug.com/157234
1237 #'../chrome/chrome.gyp:sync_integration_tests_run', 1238 #'../chrome/chrome.gyp:sync_integration_tests_run',
1238 '../chrome/chrome.gyp:unit_tests_run', 1239 '../chrome/chrome.gyp:unit_tests_run',
1239 '../net/net.gyp:net_unittests_run', 1240 '../net/net.gyp:net_unittests_run',
1240 ], 1241 ],
1241 }, # target_name: chromium_swarm_tests 1242 }, # target_name: chromium_swarm_tests
1242 ], 1243 ],
1243 }], 1244 }],
1244 ], # conditions 1245 ], # conditions
1245 } 1246 }
OLDNEW
« no previous file with comments | « no previous file | sandbox/mac/sandbox_mac.gypi » ('j') | sandbox/mac/sandbox_mac.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698