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

Side by Side Diff: build/all.gyp

Issue 4287001: Integrating CEEE into top-level .gyp files so that it builds.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'conditions': [ 95 'conditions': [
96 ['win_use_allocator_shim==1', { 96 ['win_use_allocator_shim==1', {
97 'dependencies': [ 97 'dependencies': [
98 '../base/allocator/allocator.gyp:*', 98 '../base/allocator/allocator.gyp:*',
99 ], 99 ],
100 }], 100 }],
101 ], 101 ],
102 'dependencies': [ 102 'dependencies': [
103 '../breakpad/breakpad.gyp:*', 103 '../breakpad/breakpad.gyp:*',
104 '../chrome/app/locales/locales.gyp:*', 104 '../chrome/app/locales/locales.gyp:*',
105 '../ceee/ceee.gyp:*',
105 '../chrome_frame/chrome_frame.gyp:*', 106 '../chrome_frame/chrome_frame.gyp:*',
106 '../courgette/courgette.gyp:*', 107 '../courgette/courgette.gyp:*',
107 '../gears/gears.gyp:*', 108 '../gears/gears.gyp:*',
108 '../rlz/rlz.gyp:*', 109 '../rlz/rlz.gyp:*',
109 '../sandbox/sandbox.gyp:*', 110 '../sandbox/sandbox.gyp:*',
110 '../third_party/angle/src/build_angle.gyp:*', 111 '../third_party/angle/src/build_angle.gyp:*',
111 '../third_party/bsdiff/bsdiff.gyp:*', 112 '../third_party/bsdiff/bsdiff.gyp:*',
112 '../third_party/bspatch/bspatch.gyp:*', 113 '../third_party/bspatch/bspatch.gyp:*',
113 '../third_party/gles2_book/gles2_book.gyp:*', 114 '../third_party/gles2_book/gles2_book.gyp:*',
114 '../tools/memory_watcher/memory_watcher.gyp:*', 115 '../tools/memory_watcher/memory_watcher.gyp:*',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 ], # targets 421 ], # targets
421 }], # "chromeos==1" 422 }], # "chromeos==1"
422 ], # conditions 423 ], # conditions
423 } 424 }
424 425
425 # Local Variables: 426 # Local Variables:
426 # tab-width:2 427 # tab-width:2
427 # indent-tabs-mode:nil 428 # indent-tabs-mode:nil
428 # End: 429 # End:
429 # vim: set expandtab tabstop=2 shiftwidth=2: 430 # 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