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

Side by Side Diff: build/all.gyp

Issue 7677004: Switch to using .pak files for locale data on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 9 years, 4 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/app/locales/locales.gyp » ('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) 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'conditions': [ 108 'conditions': [
109 ['win_use_allocator_shim==1', { 109 ['win_use_allocator_shim==1', {
110 'dependencies': [ 110 'dependencies': [
111 '../base/allocator/allocator.gyp:*', 111 '../base/allocator/allocator.gyp:*',
112 ], 112 ],
113 }], 113 }],
114 ], 114 ],
115 'dependencies': [ 115 'dependencies': [
116 '../aura/aura.gyp:*', 116 '../aura/aura.gyp:*',
117 '../breakpad/breakpad.gyp:*', 117 '../breakpad/breakpad.gyp:*',
118 '../chrome/app/locales/locales.gyp:*',
119 '../chrome_frame/chrome_frame.gyp:*', 118 '../chrome_frame/chrome_frame.gyp:*',
120 '../cloud_print/virtual_driver/virtual_driver.gyp:*', 119 '../cloud_print/virtual_driver/virtual_driver.gyp:*',
121 '../courgette/courgette.gyp:*', 120 '../courgette/courgette.gyp:*',
122 '../rlz/rlz.gyp:*', 121 '../rlz/rlz.gyp:*',
123 '../sandbox/sandbox.gyp:*', 122 '../sandbox/sandbox.gyp:*',
124 '../third_party/angle/src/build_angle.gyp:*', 123 '../third_party/angle/src/build_angle.gyp:*',
125 '../third_party/bsdiff/bsdiff.gyp:*', 124 '../third_party/bsdiff/bsdiff.gyp:*',
126 '../third_party/bspatch/bspatch.gyp:*', 125 '../third_party/bspatch/bspatch.gyp:*',
127 '../third_party/gles2_book/gles2_book.gyp:*', 126 '../third_party/gles2_book/gles2_book.gyp:*',
128 '../tools/memory_watcher/memory_watcher.gyp:*', 127 '../tools/memory_watcher/memory_watcher.gyp:*',
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 ], 517 ],
519 }, 518 },
520 ], # targets 519 ], # targets
521 'conditions': [ 520 'conditions': [
522 ['branding=="Chrome"', { 521 ['branding=="Chrome"', {
523 'targets': [ 522 'targets': [
524 { 523 {
525 'target_name': 'chrome_official_builder', 524 'target_name': 'chrome_official_builder',
526 'type': 'none', 525 'type': 'none',
527 'dependencies': [ 526 'dependencies': [
528 '../chrome/app/locales/locales.gyp:*',
529 '../chrome/chrome.gyp:chromedriver', 527 '../chrome/chrome.gyp:chromedriver',
530 '../chrome/chrome.gyp:crash_service', 528 '../chrome/chrome.gyp:crash_service',
531 '../chrome/chrome.gyp:crash_service_win64', 529 '../chrome/chrome.gyp:crash_service_win64',
532 '../chrome/chrome.gyp:policy_templates', 530 '../chrome/chrome.gyp:policy_templates',
533 '../chrome/chrome.gyp:pyautolib', 531 '../chrome/chrome.gyp:pyautolib',
534 '../chrome/chrome.gyp:reliability_tests', 532 '../chrome/chrome.gyp:reliability_tests',
535 '../chrome/chrome.gyp:automated_ui_tests', 533 '../chrome/chrome.gyp:automated_ui_tests',
536 '../chrome/installer/mini_installer.gyp:mini_installer', 534 '../chrome/installer/mini_installer.gyp:mini_installer',
537 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 535 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
538 '../courgette/courgette.gyp:courgette', 536 '../courgette/courgette.gyp:courgette',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 586 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
589 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 587 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
590 '../views/views.gyp:views_unittests', 588 '../views/views.gyp:views_unittests',
591 'temp_gyp/googleurl.gyp:googleurl_unittests', 589 'temp_gyp/googleurl.gyp:googleurl_unittests',
592 ], 590 ],
593 }, 591 },
594 ], # targets 592 ], # targets
595 }], # "chromeos==1" 593 }], # "chromeos==1"
596 ], # conditions 594 ], # conditions
597 } 595 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/locales/locales.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698