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

Side by Side Diff: build/all.gyp

Issue 7892039: Add a webkit_builder_win target to all.gyp so the webkit win builders (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 '../media/media.gyp:media_unittests', 496 '../media/media.gyp:media_unittests',
497 '../net/net.gyp:net_unittests', 497 '../net/net.gyp:net_unittests',
498 '../printing/printing.gyp:printing_unittests', 498 '../printing/printing.gyp:printing_unittests',
499 '../remoting/remoting.gyp:remoting_unittests', 499 '../remoting/remoting.gyp:remoting_unittests',
500 '../sql/sql.gyp:sql_unittests', 500 '../sql/sql.gyp:sql_unittests',
501 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 501 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
502 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 502 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
503 'temp_gyp/googleurl.gyp:googleurl_unittests', 503 'temp_gyp/googleurl.gyp:googleurl_unittests',
504 ], 504 ],
505 }, 505 },
506 {
507 'target_name': 'webkit_builder_win',
508 'type': 'none',
509 'dependencies': [
510 '../webkit/webkit.gyp:test_shell',
511 '../webkit/webkit.gyp:test_shell_tests',
512 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
513 '../webkit/webkit.gyp:pull_in_DumpRenderTree',
514 ],
515 },
506 ], # targets 516 ], # targets
507 'conditions': [ 517 'conditions': [
508 ['branding=="Chrome"', { 518 ['branding=="Chrome"', {
509 'targets': [ 519 'targets': [
510 { 520 {
511 'target_name': 'chrome_official_builder', 521 'target_name': 'chrome_official_builder',
512 'type': 'none', 522 'type': 'none',
513 'dependencies': [ 523 'dependencies': [
514 '../chrome/chrome.gyp:chromedriver', 524 '../chrome/chrome.gyp:chromedriver',
515 '../chrome/chrome.gyp:crash_service', 525 '../chrome/chrome.gyp:crash_service',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 583 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
574 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 584 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
575 '../views/views.gyp:views_unittests', 585 '../views/views.gyp:views_unittests',
576 'temp_gyp/googleurl.gyp:googleurl_unittests', 586 'temp_gyp/googleurl.gyp:googleurl_unittests',
577 ], 587 ],
578 }, 588 },
579 ], # targets 589 ], # targets
580 }], # "chromeos==1" 590 }], # "chromeos==1"
581 ], # conditions 591 ], # conditions
582 } 592 }
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