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

Side by Side Diff: build/all.gyp

Issue 1956001: Moved XMPP notifier library from chrome/browser/sync to chrome/common.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 | chrome/browser/sync/engine/all_status.cc » ('j') | 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'type': 'none', 141 'type': 'none',
142 'dependencies': [ 142 'dependencies': [
143 '../app/app.gyp:app_unittests', 143 '../app/app.gyp:app_unittests',
144 '../gfx/gfx.gyp:gfx_unittests', 144 '../gfx/gfx.gyp:gfx_unittests',
145 '../gpu/gpu.gyp:gpu_unittests', 145 '../gpu/gpu.gyp:gpu_unittests',
146 '../ipc/ipc.gyp:ipc_tests', 146 '../ipc/ipc.gyp:ipc_tests',
147 '../media/media.gyp:media_unittests', 147 '../media/media.gyp:media_unittests',
148 '../printing/printing.gyp:printing_unittests', 148 '../printing/printing.gyp:printing_unittests',
149 '../chrome/chrome.gyp:browser_tests', 149 '../chrome/chrome.gyp:browser_tests',
150 '../chrome/chrome.gyp:nacl_ui_tests', 150 '../chrome/chrome.gyp:nacl_ui_tests',
151 '../chrome/chrome.gyp:notifier_unit_tests',
151 '../chrome/chrome.gyp:sync_unit_tests', 152 '../chrome/chrome.gyp:sync_unit_tests',
152 '../chrome/chrome.gyp:ui_tests', 153 '../chrome/chrome.gyp:ui_tests',
153 '../chrome/chrome.gyp:unit_tests', 154 '../chrome/chrome.gyp:unit_tests',
154 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 155 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
155 'temp_gyp/googleurl.gyp:googleurl_unittests', 156 'temp_gyp/googleurl.gyp:googleurl_unittests',
156 ], 157 ],
157 }, 158 },
158 { 159 {
159 'target_name': 'chromium_builder_rel', 160 'target_name': 'chromium_builder_rel',
160 'type': 'none', 161 'type': 'none',
161 'dependencies': [ 162 'dependencies': [
162 '../app/app.gyp:app_unittests', 163 '../app/app.gyp:app_unittests',
163 '../chrome/chrome.gyp:browser_tests', 164 '../chrome/chrome.gyp:browser_tests',
164 '../chrome/chrome.gyp:memory_test', 165 '../chrome/chrome.gyp:memory_test',
165 '../chrome/chrome.gyp:nacl_ui_tests', 166 '../chrome/chrome.gyp:nacl_ui_tests',
167 '../chrome/chrome.gyp:notifier_unit_tests',
166 '../chrome/chrome.gyp:page_cycler_tests', 168 '../chrome/chrome.gyp:page_cycler_tests',
167 '../chrome/chrome.gyp:startup_tests', 169 '../chrome/chrome.gyp:startup_tests',
168 '../chrome/chrome.gyp:sync_unit_tests', 170 '../chrome/chrome.gyp:sync_unit_tests',
169 '../chrome/chrome.gyp:tab_switching_test', 171 '../chrome/chrome.gyp:tab_switching_test',
170 '../chrome/chrome.gyp:ui_tests', 172 '../chrome/chrome.gyp:ui_tests',
171 '../chrome/chrome.gyp:unit_tests', 173 '../chrome/chrome.gyp:unit_tests',
172 '../chrome/chrome.gyp:url_fetch_test', 174 '../chrome/chrome.gyp:url_fetch_test',
173 '../gfx/gfx.gyp:gfx_unittests', 175 '../gfx/gfx.gyp:gfx_unittests',
174 '../gpu/gpu.gyp:gpu_unittests', 176 '../gpu/gpu.gyp:gpu_unittests',
175 '../ipc/ipc.gyp:ipc_tests', 177 '../ipc/ipc.gyp:ipc_tests',
176 '../media/media.gyp:media_unittests', 178 '../media/media.gyp:media_unittests',
177 '../printing/printing.gyp:printing_unittests', 179 '../printing/printing.gyp:printing_unittests',
178 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 180 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
179 'temp_gyp/googleurl.gyp:googleurl_unittests', 181 'temp_gyp/googleurl.gyp:googleurl_unittests',
180 ], 182 ],
181 }, 183 },
182 { 184 {
183 'target_name': 'chromium_builder_dbg_tsan_mac', 185 'target_name': 'chromium_builder_dbg_tsan_mac',
184 'type': 'none', 186 'type': 'none',
185 'dependencies': [ 187 'dependencies': [
186 '../base/base.gyp:base_unittests', 188 '../base/base.gyp:base_unittests',
187 'temp_gyp/googleurl.gyp:googleurl_unittests', 189 'temp_gyp/googleurl.gyp:googleurl_unittests',
190 '../chrome/chrome.gyp:notifier_unit_tests',
188 '../chrome/chrome.gyp:sync_unit_tests', 191 '../chrome/chrome.gyp:sync_unit_tests',
189 '../net/net.gyp:net_unittests', 192 '../net/net.gyp:net_unittests',
190 '../ipc/ipc.gyp:ipc_tests', 193 '../ipc/ipc.gyp:ipc_tests',
191 '../media/media.gyp:media_unittests', 194 '../media/media.gyp:media_unittests',
192 '../printing/printing.gyp:printing_unittests', 195 '../printing/printing.gyp:printing_unittests',
193 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 196 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
194 ], 197 ],
195 }, 198 },
196 ], # targets 199 ], # targets
197 }], # OS="mac" 200 }], # OS="mac"
198 ['OS=="win"', { 201 ['OS=="win"', {
199 'targets': [ 202 'targets': [
200 # These targets are here so the build bots can use them to build 203 # These targets are here so the build bots can use them to build
201 # subsets of a full tree for faster cycle times. 204 # subsets of a full tree for faster cycle times.
202 { 205 {
203 'target_name': 'chromium_builder', 206 'target_name': 'chromium_builder',
204 'type': 'none', 207 'type': 'none',
205 'dependencies': [ 208 'dependencies': [
206 '../app/app.gyp:app_unittests', 209 '../app/app.gyp:app_unittests',
207 '../chrome/chrome.gyp:browser_tests', 210 '../chrome/chrome.gyp:browser_tests',
208 '../chrome/chrome.gyp:interactive_ui_tests', 211 '../chrome/chrome.gyp:interactive_ui_tests',
209 '../chrome/chrome.gyp:memory_test', 212 '../chrome/chrome.gyp:memory_test',
210 '../chrome/chrome.gyp:nacl_ui_tests', 213 '../chrome/chrome.gyp:nacl_ui_tests',
214 '../chrome/chrome.gyp:notifier_unit_tests',
211 '../chrome/chrome.gyp:page_cycler_tests', 215 '../chrome/chrome.gyp:page_cycler_tests',
212 '../chrome/chrome.gyp:plugin_tests', 216 '../chrome/chrome.gyp:plugin_tests',
213 '../chrome/chrome.gyp:selenium_tests', 217 '../chrome/chrome.gyp:selenium_tests',
214 '../chrome/chrome.gyp:startup_tests', 218 '../chrome/chrome.gyp:startup_tests',
215 '../chrome/chrome.gyp:sync_unit_tests', 219 '../chrome/chrome.gyp:sync_unit_tests',
216 '../chrome/chrome.gyp:tab_switching_test', 220 '../chrome/chrome.gyp:tab_switching_test',
217 '../chrome/chrome.gyp:ui_tests', 221 '../chrome/chrome.gyp:ui_tests',
218 '../chrome/chrome.gyp:unit_tests', 222 '../chrome/chrome.gyp:unit_tests',
219 '../chrome/chrome.gyp:url_fetch_test', 223 '../chrome/chrome.gyp:url_fetch_test',
220 '../chrome/installer/installer.gyp:installer_util_unittests', 224 '../chrome/installer/installer.gyp:installer_util_unittests',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'target_name': 'chromium_builder_dbg_tsan_win', 256 'target_name': 'chromium_builder_dbg_tsan_win',
253 'type': 'none', 257 'type': 'none',
254 'dependencies': [ 258 'dependencies': [
255 '../app/app.gyp:app_unittests', 259 '../app/app.gyp:app_unittests',
256 '../base/base.gyp:base_unittests', 260 '../base/base.gyp:base_unittests',
257 'temp_gyp/googleurl.gyp:googleurl_unittests', 261 'temp_gyp/googleurl.gyp:googleurl_unittests',
258 '../net/net.gyp:net_unittests', 262 '../net/net.gyp:net_unittests',
259 '../ipc/ipc.gyp:ipc_tests', 263 '../ipc/ipc.gyp:ipc_tests',
260 '../media/media.gyp:media_unittests', 264 '../media/media.gyp:media_unittests',
261 '../printing/printing.gyp:printing_unittests', 265 '../printing/printing.gyp:printing_unittests',
266 '../chrome/chrome.gyp:notifier_unit_tests',
262 '../chrome/chrome.gyp:sync_unit_tests', 267 '../chrome/chrome.gyp:sync_unit_tests',
263 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 268 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
264 '../chrome/chrome.gyp:unit_tests', 269 '../chrome/chrome.gyp:unit_tests',
265 ], 270 ],
266 }, 271 },
267 ], # targets 272 ], # targets
268 }], # OS="win" 273 }], # OS="win"
269 ['chromeos==1', { 274 ['chromeos==1', {
270 'targets': [ 275 'targets': [
271 { 276 {
272 'target_name': 'chromeos_builder', 277 'target_name': 'chromeos_builder',
273 'type': 'none', 278 'type': 'none',
274 'sources': [ 279 'sources': [
275 # TODO(bradnelson): This is here to work around gyp issue 137. 280 # TODO(bradnelson): This is here to work around gyp issue 137.
276 # Remove this sources list when that issue has been fixed. 281 # Remove this sources list when that issue has been fixed.
277 'all.gyp', 282 'all.gyp',
278 ], 283 ],
279 'dependencies': [ 284 'dependencies': [
280 '../app/app.gyp:app_unittests', 285 '../app/app.gyp:app_unittests',
281 '../base/base.gyp:base_unittests', 286 '../base/base.gyp:base_unittests',
282 '../chrome/chrome.gyp:browser_tests', 287 '../chrome/chrome.gyp:browser_tests',
283 '../chrome/chrome.gyp:chrome', 288 '../chrome/chrome.gyp:chrome',
284 '../chrome/chrome.gyp:interactive_ui_tests', 289 '../chrome/chrome.gyp:interactive_ui_tests',
285 '../chrome/chrome.gyp:memory_test', 290 '../chrome/chrome.gyp:memory_test',
291 '../chrome/chrome.gyp:notifier_unit_tests',
286 '../chrome/chrome.gyp:page_cycler_tests', 292 '../chrome/chrome.gyp:page_cycler_tests',
287 '../chrome/chrome.gyp:startup_tests', 293 '../chrome/chrome.gyp:startup_tests',
288 '../chrome/chrome.gyp:sync_unit_tests', 294 '../chrome/chrome.gyp:sync_unit_tests',
289 '../chrome/chrome.gyp:tab_switching_test', 295 '../chrome/chrome.gyp:tab_switching_test',
290 '../chrome/chrome.gyp:ui_tests', 296 '../chrome/chrome.gyp:ui_tests',
291 '../chrome/chrome.gyp:unit_tests', 297 '../chrome/chrome.gyp:unit_tests',
292 '../chrome/chrome.gyp:url_fetch_test', 298 '../chrome/chrome.gyp:url_fetch_test',
293 '../gfx/gfx.gyp:gfx_unittests', 299 '../gfx/gfx.gyp:gfx_unittests',
294 '../ipc/ipc.gyp:ipc_tests', 300 '../ipc/ipc.gyp:ipc_tests',
295 '../media/media.gyp:ffmpeg_tests', 301 '../media/media.gyp:ffmpeg_tests',
(...skipping 11 matching lines...) Expand all
307 ], # targets 313 ], # targets
308 }], # "chromeos==1" 314 }], # "chromeos==1"
309 ], # conditions 315 ], # conditions
310 } 316 }
311 317
312 # Local Variables: 318 # Local Variables:
313 # tab-width:2 319 # tab-width:2
314 # indent-tabs-mode:nil 320 # indent-tabs-mode:nil
315 # End: 321 # End:
316 # vim: set expandtab tabstop=2 shiftwidth=2: 322 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/sync/engine/all_status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698