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

Side by Side Diff: build/all.gyp

Issue 235037: Add missing dependencies. (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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 '../chrome/chrome.gyp:memory_test', 148 '../chrome/chrome.gyp:memory_test',
149 '../chrome/chrome.gyp:page_cycler_tests', 149 '../chrome/chrome.gyp:page_cycler_tests',
150 '../chrome/chrome.gyp:plugin_tests', 150 '../chrome/chrome.gyp:plugin_tests',
151 '../chrome/chrome.gyp:startup_tests', 151 '../chrome/chrome.gyp:startup_tests',
152 '../chrome/chrome.gyp:tab_switching_test', 152 '../chrome/chrome.gyp:tab_switching_test',
153 '../chrome/chrome.gyp:ui_tests', 153 '../chrome/chrome.gyp:ui_tests',
154 '../chrome/chrome.gyp:unit_tests', 154 '../chrome/chrome.gyp:unit_tests',
155 '../chrome/chrome.gyp:url_fetch_test', 155 '../chrome/chrome.gyp:url_fetch_test',
156 '../chrome/installer/installer.gyp:installer_util_unittests', 156 '../chrome/installer/installer.gyp:installer_util_unittests',
157 '../chrome/installer/installer.gyp:mini_installer_test', 157 '../chrome/installer/installer.gyp:mini_installer_test',
158 '../chrome/installer/mini_installer.gyp:mini_installer',
158 '../courgette/courgette.gyp:courgette_unittests', 159 '../courgette/courgette.gyp:courgette_unittests',
159 '../ipc/ipc.gyp:ipc_tests', 160 '../ipc/ipc.gyp:ipc_tests',
160 '../media/media.gyp:media_unittests', 161 '../media/media.gyp:media_unittests',
161 '../printing/printing.gyp:printing_unittests', 162 '../printing/printing.gyp:printing_unittests',
163 '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin' ,
164 'temp_gyp/googleurl.gyp:googleurl_unittests',
162 ], 165 ],
163 }, 166 },
164 { 167 {
165 'target_name': 'purify_builder_ui', 168 'target_name': 'purify_builder_ui',
166 'type': 'none', 169 'type': 'none',
167 'dependencies': [ 170 'dependencies': [
168 '../chrome/chrome.gyp:ui_tests', 171 '../chrome/chrome.gyp:ui_tests',
169 ], 172 ],
170 }, 173 },
171 { 174 {
172 'target_name': 'purify_builder_unit', 175 'target_name': 'purify_builder_unit',
173 'type': 'none', 176 'type': 'none',
174 'dependencies': [ 177 'dependencies': [
175 '../chrome/chrome.gyp:unit_tests', 178 '../chrome/chrome.gyp:unit_tests',
176 ], 179 ],
177 }, 180 },
178 { 181 {
179 'target_name': 'purify_builder_webkit', 182 'target_name': 'purify_builder_webkit',
180 'type': 'none', 183 'type': 'none',
181 'dependencies': [ 184 'dependencies': [
182 '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests', 185 '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests',
183 '../webkit/tools/test_shell/test_shell.gyp:test_shell', 186 '../webkit/tools/test_shell/test_shell.gyp:test_shell',
184 ], 187 ],
185 }, 188 },
186 ], # targets 189 ], # targets
187 }], # OS="win" 190 }], # OS="win"
188 ], # conditions 191 ], # conditions
189 } 192 }
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