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

Side by Side Diff: build/all.gyp

Issue 147129: Adding in most of the unit tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 5 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 | build/nacl.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) 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 'includes': [ 6 'includes': [
7 '../../build/common.gypi', 7 '../../build/common.gypi',
8 'common.gypi', 8 'common.gypi',
9 ], 9 ],
10 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'All', 12 'target_name': 'All',
13 'type': 'none', 13 'type': 'none',
14 'dependencies': [ 14 'dependencies': [
15 '../../<(antlrdir)/antlr.gyp:*', 15 '../../<(antlrdir)/antlr.gyp:*',
16 '../../<(fcolladadir)/fcollada.gyp:*', 16 '../../<(fcolladadir)/fcollada.gyp:*',
17 '../../<(jpegdir)/libjpeg.gyp:*', 17 '../../<(jpegdir)/libjpeg.gyp:*',
18 '../../<(pngdir)/libpng.gyp:*', 18 '../../<(pngdir)/libpng.gyp:*',
19 '../../<(zlibdir)/zlib.gyp:*', 19 '../../<(zlibdir)/zlib.gyp:*',
20 '../../base/base.gyp:base', 20 '../../base/base.gyp:base',
21 '../../breakpad/breakpad.gyp:*', 21 '../../breakpad/breakpad.gyp:*',
22 '../compiler/technique/technique.gyp:*', 22 '../compiler/technique/technique.gyp:*',
23 '../converter/converter.gyp:*', 23 '../converter/converter.gyp:*',
24 '../core/core.gyp:*', 24 '../core/core.gyp:*',
25 '../import/import.gyp:*', 25 '../import/import.gyp:*',
26 '../tests/tests.gyp:*',
26 '../plugin/idl/idl.gyp:*', 27 '../plugin/idl/idl.gyp:*',
27 '../plugin/plugin.gyp:*', 28 '../plugin/plugin.gyp:*',
28 '../serializer/serializer.gyp:*', 29 '../serializer/serializer.gyp:*',
29 '../utils/utils.gyp:*', 30 '../utils/utils.gyp:*',
30 ], 31 ],
31 }, 32 },
32 ], 33 ],
33 } 34 }
OLDNEW
« no previous file with comments | « no previous file | build/nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698