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

Side by Side Diff: build/all.gyp

Issue 6920006: Revert 84000 - Autofill phone number enhancements and integration of Phone Number Util Library: p... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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/chrome_browser.gypi » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 '../crypto/crypto.gyp:crypto_unittests', 156 '../crypto/crypto.gyp:crypto_unittests',
157 '../ui/ui.gyp:gfx_unittests', 157 '../ui/ui.gyp:gfx_unittests',
158 '../gpu/gpu.gyp:gpu_unittests', 158 '../gpu/gpu.gyp:gpu_unittests',
159 '../ipc/ipc.gyp:ipc_tests', 159 '../ipc/ipc.gyp:ipc_tests',
160 '../jingle/jingle.gyp:jingle_unittests', 160 '../jingle/jingle.gyp:jingle_unittests',
161 '../media/media.gyp:media_unittests', 161 '../media/media.gyp:media_unittests',
162 '../net/net.gyp:net_unittests', 162 '../net/net.gyp:net_unittests',
163 '../printing/printing.gyp:printing_unittests', 163 '../printing/printing.gyp:printing_unittests',
164 '../remoting/remoting.gyp:remoting_unittests', 164 '../remoting/remoting.gyp:remoting_unittests',
165 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 165 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
166 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts',
167 'temp_gyp/googleurl.gyp:googleurl_unittests', 166 'temp_gyp/googleurl.gyp:googleurl_unittests',
168 ], 167 ],
169 'conditions': [ 168 'conditions': [
170 ['OS=="win"', { 169 ['OS=="win"', {
171 'dependencies': [ 170 'dependencies': [
172 '../chrome/chrome.gyp:installer_util_unittests', 171 '../chrome/chrome.gyp:installer_util_unittests',
173 '../chrome/chrome.gyp:mini_installer_test', 172 '../chrome/chrome.gyp:mini_installer_test',
174 # mini_installer_tests depends on mini_installer. This should be 173 # mini_installer_tests depends on mini_installer. This should be
175 # defined in installer.gyp. 174 # defined in installer.gyp.
176 '../chrome/installer/mini_installer.gyp:mini_installer', 175 '../chrome/installer/mini_installer.gyp:mini_installer',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 '../crypto/crypto.gyp:crypto_unittests', 214 '../crypto/crypto.gyp:crypto_unittests',
216 '../ui/ui.gyp:gfx_unittests', 215 '../ui/ui.gyp:gfx_unittests',
217 '../gpu/gpu.gyp:gpu_unittests', 216 '../gpu/gpu.gyp:gpu_unittests',
218 '../ipc/ipc.gyp:ipc_tests', 217 '../ipc/ipc.gyp:ipc_tests',
219 '../jingle/jingle.gyp:jingle_unittests', 218 '../jingle/jingle.gyp:jingle_unittests',
220 '../media/media.gyp:media_unittests', 219 '../media/media.gyp:media_unittests',
221 '../net/net.gyp:net_unittests', 220 '../net/net.gyp:net_unittests',
222 '../printing/printing.gyp:printing_unittests', 221 '../printing/printing.gyp:printing_unittests',
223 '../remoting/remoting.gyp:remoting_unittests', 222 '../remoting/remoting.gyp:remoting_unittests',
224 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 223 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
225 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts',
226 'temp_gyp/googleurl.gyp:googleurl_unittests', 224 'temp_gyp/googleurl.gyp:googleurl_unittests',
227 ], 225 ],
228 'conditions': [ 226 'conditions': [
229 ['OS=="win"', { 227 ['OS=="win"', {
230 'dependencies': [ 228 'dependencies': [
231 '../chrome/chrome.gyp:installer_util_unittests', 229 '../chrome/chrome.gyp:installer_util_unittests',
232 # TODO(bradnelson): fix and enable. 230 # TODO(bradnelson): fix and enable.
233 #'../chrome/chrome.gyp:mini_installer_test', 231 #'../chrome/chrome.gyp:mini_installer_test',
234 # mini_installer_tests depends on mini_installer. This should be 232 # mini_installer_tests depends on mini_installer. This should be
235 # defined in installer.gyp. 233 # defined in installer.gyp.
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 '../chrome/chrome.gyp:ui_tests', 320 '../chrome/chrome.gyp:ui_tests',
323 '../chrome/chrome.gyp:unit_tests', 321 '../chrome/chrome.gyp:unit_tests',
324 '../ui/ui.gyp:gfx_unittests', 322 '../ui/ui.gyp:gfx_unittests',
325 '../gpu/gpu.gyp:gpu_unittests', 323 '../gpu/gpu.gyp:gpu_unittests',
326 '../ipc/ipc.gyp:ipc_tests', 324 '../ipc/ipc.gyp:ipc_tests',
327 '../jingle/jingle.gyp:jingle_unittests', 325 '../jingle/jingle.gyp:jingle_unittests',
328 '../media/media.gyp:media_unittests', 326 '../media/media.gyp:media_unittests',
329 '../printing/printing.gyp:printing_unittests', 327 '../printing/printing.gyp:printing_unittests',
330 '../remoting/remoting.gyp:remoting_unittests', 328 '../remoting/remoting.gyp:remoting_unittests',
331 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 329 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
332 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
333 'temp_gyp/googleurl.gyp:googleurl_unittests', 330 'temp_gyp/googleurl.gyp:googleurl_unittests',
334 ], 331 ],
335 }, 332 },
336 { 333 {
337 'target_name': 'chromium_builder_rel', 334 'target_name': 'chromium_builder_rel',
338 'type': 'none', 335 'type': 'none',
339 'dependencies': [ 336 'dependencies': [
340 '../app/app.gyp:app_unittests', 337 '../app/app.gyp:app_unittests',
341 '../chrome/chrome.gyp:browser_tests', 338 '../chrome/chrome.gyp:browser_tests',
342 '../chrome/chrome.gyp:memory_test', 339 '../chrome/chrome.gyp:memory_test',
(...skipping 10 matching lines...) Expand all
353 '../chrome/chrome.gyp:unit_tests', 350 '../chrome/chrome.gyp:unit_tests',
354 '../chrome/chrome.gyp:url_fetch_test', 351 '../chrome/chrome.gyp:url_fetch_test',
355 '../ui/ui.gyp:gfx_unittests', 352 '../ui/ui.gyp:gfx_unittests',
356 '../gpu/gpu.gyp:gpu_unittests', 353 '../gpu/gpu.gyp:gpu_unittests',
357 '../ipc/ipc.gyp:ipc_tests', 354 '../ipc/ipc.gyp:ipc_tests',
358 '../jingle/jingle.gyp:jingle_unittests', 355 '../jingle/jingle.gyp:jingle_unittests',
359 '../media/media.gyp:media_unittests', 356 '../media/media.gyp:media_unittests',
360 '../printing/printing.gyp:printing_unittests', 357 '../printing/printing.gyp:printing_unittests',
361 '../remoting/remoting.gyp:remoting_unittests', 358 '../remoting/remoting.gyp:remoting_unittests',
362 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 359 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
363 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
364 'temp_gyp/googleurl.gyp:googleurl_unittests', 360 'temp_gyp/googleurl.gyp:googleurl_unittests',
365 ], 361 ],
366 }, 362 },
367 { 363 {
368 'target_name': 'chromium_builder_dbg_tsan_mac', 364 'target_name': 'chromium_builder_dbg_tsan_mac',
369 'type': 'none', 365 'type': 'none',
370 'dependencies': [ 366 'dependencies': [
371 '../base/base.gyp:base_unittests', 367 '../base/base.gyp:base_unittests',
372 '../crypto/crypto.gyp:crypto_unittests', 368 '../crypto/crypto.gyp:crypto_unittests',
373 'temp_gyp/googleurl.gyp:googleurl_unittests', 369 'temp_gyp/googleurl.gyp:googleurl_unittests',
374 '../net/net.gyp:net_unittests', 370 '../net/net.gyp:net_unittests',
375 '../ipc/ipc.gyp:ipc_tests', 371 '../ipc/ipc.gyp:ipc_tests',
376 '../jingle/jingle.gyp:jingle_unittests', 372 '../jingle/jingle.gyp:jingle_unittests',
377 '../media/media.gyp:media_unittests', 373 '../media/media.gyp:media_unittests',
378 '../printing/printing.gyp:printing_unittests', 374 '../printing/printing.gyp:printing_unittests',
379 '../remoting/remoting.gyp:remoting_unittests', 375 '../remoting/remoting.gyp:remoting_unittests',
380 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 376 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
381 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
382 ], 377 ],
383 }, 378 },
384 { 379 {
385 'target_name': 'chromium_builder_dbg_valgrind_mac', 380 'target_name': 'chromium_builder_dbg_valgrind_mac',
386 'type': 'none', 381 'type': 'none',
387 'dependencies': [ 382 'dependencies': [
388 '../app/app.gyp:app_unittests', 383 '../app/app.gyp:app_unittests',
389 '../base/base.gyp:base_unittests', 384 '../base/base.gyp:base_unittests',
390 '../crypto/crypto.gyp:crypto_unittests', 385 '../crypto/crypto.gyp:crypto_unittests',
391 'temp_gyp/googleurl.gyp:googleurl_unittests', 386 'temp_gyp/googleurl.gyp:googleurl_unittests',
392 '../ipc/ipc.gyp:ipc_tests', 387 '../ipc/ipc.gyp:ipc_tests',
393 '../media/media.gyp:media_unittests', 388 '../media/media.gyp:media_unittests',
394 '../net/net.gyp:net_unittests', 389 '../net/net.gyp:net_unittests',
395 '../printing/printing.gyp:printing_unittests', 390 '../printing/printing.gyp:printing_unittests',
396 '../remoting/remoting.gyp:remoting_unittests', 391 '../remoting/remoting.gyp:remoting_unittests',
397 '../chrome/chrome.gyp:safe_browsing_tests', 392 '../chrome/chrome.gyp:safe_browsing_tests',
398 '../chrome/chrome.gyp:sync_unit_tests', 393 '../chrome/chrome.gyp:sync_unit_tests',
399 '../chrome/chrome.gyp:unit_tests', 394 '../chrome/chrome.gyp:unit_tests',
400 '../chrome/chrome.gyp:ui_tests', 395 '../chrome/chrome.gyp:ui_tests',
401 '../ui/ui.gyp:gfx_unittests', 396 '../ui/ui.gyp:gfx_unittests',
402 '../jingle/jingle.gyp:jingle_unittests', 397 '../jingle/jingle.gyp:jingle_unittests',
403 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 398 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
404 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
405 ], 399 ],
406 }, 400 },
407 ], # targets 401 ], # targets
408 }], # OS="mac" 402 }], # OS="mac"
409 ['OS=="win"', { 403 ['OS=="win"', {
410 'targets': [ 404 'targets': [
411 # These targets are here so the build bots can use them to build 405 # These targets are here so the build bots can use them to build
412 # subsets of a full tree for faster cycle times. 406 # subsets of a full tree for faster cycle times.
413 { 407 {
414 'target_name': 'chromium_builder', 408 'target_name': 'chromium_builder',
(...skipping 29 matching lines...) Expand all
444 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 438 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
445 '../courgette/courgette.gyp:courgette_unittests', 439 '../courgette/courgette.gyp:courgette_unittests',
446 '../ui/ui.gyp:gfx_unittests', 440 '../ui/ui.gyp:gfx_unittests',
447 '../gpu/gpu.gyp:gpu_unittests', 441 '../gpu/gpu.gyp:gpu_unittests',
448 '../ipc/ipc.gyp:ipc_tests', 442 '../ipc/ipc.gyp:ipc_tests',
449 '../jingle/jingle.gyp:jingle_unittests', 443 '../jingle/jingle.gyp:jingle_unittests',
450 '../media/media.gyp:media_unittests', 444 '../media/media.gyp:media_unittests',
451 '../printing/printing.gyp:printing_unittests', 445 '../printing/printing.gyp:printing_unittests',
452 '../remoting/remoting.gyp:remoting_unittests', 446 '../remoting/remoting.gyp:remoting_unittests',
453 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 447 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
454 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
455 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn', 448 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNe tscapePlugIn',
456 '../views/views.gyp:views_unittests', 449 '../views/views.gyp:views_unittests',
457 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. 450 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
458 # This should: 451 # This should:
459 # 1) not be the case. OR. 452 # 1) not be the case. OR.
460 # 2) be expressed in the ui tests dependencies. 453 # 2) be expressed in the ui tests dependencies.
461 '../webkit/webkit.gyp:test_shell_common', 454 '../webkit/webkit.gyp:test_shell_common',
462 'temp_gyp/googleurl.gyp:googleurl_unittests', 455 'temp_gyp/googleurl.gyp:googleurl_unittests',
463 ], 456 ],
464 }, 457 },
465 { 458 {
466 'target_name': 'chromium_builder_dbg_tsan_win', 459 'target_name': 'chromium_builder_dbg_tsan_win',
467 'type': 'none', 460 'type': 'none',
468 'dependencies': [ 461 'dependencies': [
469 '../app/app.gyp:app_unittests', 462 '../app/app.gyp:app_unittests',
470 # TODO(bradnelson): app_unittests should depend on locales. 463 # TODO(bradnelson): app_unittests should depend on locales.
471 # However, we can't add dependencies on chrome/ to app/ 464 # However, we can't add dependencies on chrome/ to app/
472 # See http://crbug.com/43603 465 # See http://crbug.com/43603
473 '../base/base.gyp:base_unittests', 466 '../base/base.gyp:base_unittests',
474 '../chrome/app/locales/locales.gyp:*', 467 '../chrome/app/locales/locales.gyp:*',
475 '../chrome/chrome.gyp:sync_unit_tests', 468 '../chrome/chrome.gyp:sync_unit_tests',
476 '../crypto/crypto.gyp:crypto_unittests', 469 '../crypto/crypto.gyp:crypto_unittests',
477 '../ipc/ipc.gyp:ipc_tests', 470 '../ipc/ipc.gyp:ipc_tests',
478 '../jingle/jingle.gyp:jingle_unittests', 471 '../jingle/jingle.gyp:jingle_unittests',
479 '../media/media.gyp:media_unittests', 472 '../media/media.gyp:media_unittests',
480 '../net/net.gyp:net_unittests', 473 '../net/net.gyp:net_unittests',
481 '../printing/printing.gyp:printing_unittests', 474 '../printing/printing.gyp:printing_unittests',
482 '../remoting/remoting.gyp:remoting_unittests', 475 '../remoting/remoting.gyp:remoting_unittests',
483 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 476 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
484 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
485 'temp_gyp/googleurl.gyp:googleurl_unittests', 477 'temp_gyp/googleurl.gyp:googleurl_unittests',
486 ], 478 ],
487 }, 479 },
488 ], # targets 480 ], # targets
489 'conditions': [ 481 'conditions': [
490 ['branding=="Chrome"', { 482 ['branding=="Chrome"', {
491 'targets': [ 483 'targets': [
492 { 484 {
493 'target_name': 'chrome_official_builder', 485 'target_name': 'chrome_official_builder',
494 'type': 'none', 486 'type': 'none',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 '../ui/ui.gyp:gfx_unittests', 544 '../ui/ui.gyp:gfx_unittests',
553 '../ipc/ipc.gyp:ipc_tests', 545 '../ipc/ipc.gyp:ipc_tests',
554 '../jingle/jingle.gyp:jingle_unittests', 546 '../jingle/jingle.gyp:jingle_unittests',
555 '../media/media.gyp:ffmpeg_tests', 547 '../media/media.gyp:ffmpeg_tests',
556 '../media/media.gyp:media_unittests', 548 '../media/media.gyp:media_unittests',
557 '../media/media.gyp:omx_test', 549 '../media/media.gyp:omx_test',
558 '../net/net.gyp:net_unittests', 550 '../net/net.gyp:net_unittests',
559 '../printing/printing.gyp:printing_unittests', 551 '../printing/printing.gyp:printing_unittests',
560 '../remoting/remoting.gyp:remoting_unittests', 552 '../remoting/remoting.gyp:remoting_unittests',
561 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 553 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
562 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
563 '../views/views.gyp:views_unittests', 554 '../views/views.gyp:views_unittests',
564 'temp_gyp/googleurl.gyp:googleurl_unittests', 555 'temp_gyp/googleurl.gyp:googleurl_unittests',
565 ], 556 ],
566 }, 557 },
567 ], # targets 558 ], # targets
568 }], # "chromeos==1" 559 }], # "chromeos==1"
569 ], # conditions 560 ], # conditions
570 } 561 }
571 562
572 # Local Variables: 563 # Local Variables:
573 # tab-width:2 564 # tab-width:2
574 # indent-tabs-mode:nil 565 # indent-tabs-mode:nil
575 # End: 566 # End:
576 # vim: set expandtab tabstop=2 shiftwidth=2: 567 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698