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

Side by Side Diff: build/all.gyp

Issue 6019008: Add back building of policy templates to the official builders (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: alphabet fix Created 9 years, 11 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) 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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'conditions': [ 393 'conditions': [
394 ['(branding=="Chrome" and buildtype=="Official")', { 394 ['(branding=="Chrome" and buildtype=="Official")', {
395 'targets': [ 395 'targets': [
396 { 396 {
397 'target_name': 'chrome_official_builder', 397 'target_name': 'chrome_official_builder',
398 'type': 'none', 398 'type': 'none',
399 'dependencies': [ 399 'dependencies': [
400 '../chrome/app/locales/locales.gyp:*', 400 '../chrome/app/locales/locales.gyp:*',
401 '../chrome/chrome.gyp:crash_service', 401 '../chrome/chrome.gyp:crash_service',
402 '../chrome/chrome.gyp:page_cycler_tests', 402 '../chrome/chrome.gyp:page_cycler_tests',
403 '../chrome/chrome.gyp:policy_templates',
403 '../chrome/chrome.gyp:pyautolib', 404 '../chrome/chrome.gyp:pyautolib',
404 '../chrome/chrome.gyp:reliability_tests', 405 '../chrome/chrome.gyp:reliability_tests',
405 '../chrome/chrome.gyp:startup_tests', 406 '../chrome/chrome.gyp:startup_tests',
406 '../chrome/chrome.gyp:automated_ui_tests', 407 '../chrome/chrome.gyp:automated_ui_tests',
407 '../chrome/installer/mini_installer.gyp:mini_installer', 408 '../chrome/installer/mini_installer.gyp:mini_installer',
408 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 409 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
409 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 410 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
410 '../courgette/courgette.gyp:courgette', 411 '../courgette/courgette.gyp:courgette',
411 '../pdf/pdf.gyp:pdf', 412 '../pdf/pdf.gyp:pdf',
412 '../third_party/adobe/flash/flash_player.gyp:flash_player', 413 '../third_party/adobe/flash/flash_player.gyp:flash_player',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 ], # targets 460 ], # targets
460 }], # "chromeos==1" 461 }], # "chromeos==1"
461 ], # conditions 462 ], # conditions
462 } 463 }
463 464
464 # Local Variables: 465 # Local Variables:
465 # tab-width:2 466 # tab-width:2
466 # indent-tabs-mode:nil 467 # indent-tabs-mode:nil
467 # End: 468 # End:
468 # vim: set expandtab tabstop=2 shiftwidth=2: 469 # vim: set expandtab tabstop=2 shiftwidth=2:
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