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

Side by Side Diff: build/all.gyp

Issue 6386025: Disabling building of CEEE; we will be moving the code to a separate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge to head Created 9 years, 10 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.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) 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'conditions': [ 97 'conditions': [
98 ['win_use_allocator_shim==1', { 98 ['win_use_allocator_shim==1', {
99 'dependencies': [ 99 'dependencies': [
100 '../base/allocator/allocator.gyp:*', 100 '../base/allocator/allocator.gyp:*',
101 ], 101 ],
102 }], 102 }],
103 ], 103 ],
104 'dependencies': [ 104 'dependencies': [
105 '../breakpad/breakpad.gyp:*', 105 '../breakpad/breakpad.gyp:*',
106 '../chrome/app/locales/locales.gyp:*', 106 '../chrome/app/locales/locales.gyp:*',
107 '../ceee/ceee.gyp:*',
108 '../chrome_frame/chrome_frame.gyp:*', 107 '../chrome_frame/chrome_frame.gyp:*',
109 '../courgette/courgette.gyp:*', 108 '../courgette/courgette.gyp:*',
110 '../gears/gears.gyp:*', 109 '../gears/gears.gyp:*',
111 '../rlz/rlz.gyp:*', 110 '../rlz/rlz.gyp:*',
112 '../sandbox/sandbox.gyp:*', 111 '../sandbox/sandbox.gyp:*',
113 '../third_party/angle/src/build_angle.gyp:*', 112 '../third_party/angle/src/build_angle.gyp:*',
114 '../third_party/bsdiff/bsdiff.gyp:*', 113 '../third_party/bsdiff/bsdiff.gyp:*',
115 '../third_party/bspatch/bspatch.gyp:*', 114 '../third_party/bspatch/bspatch.gyp:*',
116 '../third_party/gles2_book/gles2_book.gyp:*', 115 '../third_party/gles2_book/gles2_book.gyp:*',
117 '../tools/memory_watcher/memory_watcher.gyp:*', 116 '../tools/memory_watcher/memory_watcher.gyp:*',
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 ], # targets 480 ], # targets
482 }], # "chromeos==1" 481 }], # "chromeos==1"
483 ], # conditions 482 ], # conditions
484 } 483 }
485 484
486 # Local Variables: 485 # Local Variables:
487 # tab-width:2 486 # tab-width:2
488 # indent-tabs-mode:nil 487 # indent-tabs-mode:nil
489 # End: 488 # End:
490 # vim: set expandtab tabstop=2 shiftwidth=2: 489 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698