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

Side by Side Diff: build/all.gyp

Issue 525019: Revert 35500 - Added an application framework for demos. Ported hellotriangle... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | gpu/demos/app_framework/application.h » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 '../base/allocator/allocator.gyp:*', 89 '../base/allocator/allocator.gyp:*',
90 ], 90 ],
91 }], 91 }],
92 ], 92 ],
93 'dependencies': [ 93 'dependencies': [
94 '../breakpad/breakpad.gyp:*', 94 '../breakpad/breakpad.gyp:*',
95 '../chrome/app/locales/locales.gyp:*', 95 '../chrome/app/locales/locales.gyp:*',
96 '../courgette/courgette.gyp:*', 96 '../courgette/courgette.gyp:*',
97 '../gears/gears.gyp:*', 97 '../gears/gears.gyp:*',
98 '../gpu/gpu.gyp:*', 98 '../gpu/gpu.gyp:*',
99 '../gpu/demos/demos.gyp:*',
100 '../rlz/rlz.gyp:*', 99 '../rlz/rlz.gyp:*',
101 '../sandbox/sandbox.gyp:*', 100 '../sandbox/sandbox.gyp:*',
102 '../third_party/bsdiff/bsdiff.gyp:*', 101 '../third_party/bsdiff/bsdiff.gyp:*',
103 '../third_party/bspatch/bspatch.gyp:*', 102 '../third_party/bspatch/bspatch.gyp:*',
104 '../third_party/cld/cld.gyp:*', 103 '../third_party/cld/cld.gyp:*',
105 '../third_party/gles_book_examples/gles_book_examples.gyp:*',
106 '../tools/memory_watcher/memory_watcher.gyp:*', 104 '../tools/memory_watcher/memory_watcher.gyp:*',
107 # As of now Skia build has problems with Linux and/or 64 bits. 105 # As of now Skia build has problems with Linux and/or 64 bits.
108 # TODO(sehr,brettw): Make this unconditional. 106 # TODO(sehr,brettw): Make this unconditional.
109 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', 107 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*',
110 ], 108 ],
111 }, { 109 }, {
112 'dependencies': [ 110 'dependencies': [
113 '../third_party/libevent/libevent.gyp:*', 111 '../third_party/libevent/libevent.gyp:*',
114 ], 112 ],
115 }], 113 }],
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 ], # targets 241 ], # targets
244 }], # OS="win" 242 }], # OS="win"
245 ], # conditions 243 ], # conditions
246 } 244 }
247 245
248 # Local Variables: 246 # Local Variables:
249 # tab-width:2 247 # tab-width:2
250 # indent-tabs-mode:nil 248 # indent-tabs-mode:nil
251 # End: 249 # End:
252 # vim: set expandtab tabstop=2 shiftwidth=2: 250 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gpu/demos/app_framework/application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698