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

Side by Side Diff: build/all.gyp

Issue 131116: This adds in the GYP files needed for our GYP build. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 6 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 | « breakpad/breakpad.gyp ('k') | build/build_nacl.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'includes': [
7 '../../build/common.gypi',
8 'common.gypi',
9 ],
10 'targets': [
11 {
12 'target_name': 'All',
13 'type': 'none',
14 'dependencies': [
15 '../../<(antlrdir)/antlr.gyp:*',
16 '../../<(fcolladadir)/fcollada.gyp:*',
17 '../../<(jpegdir)/libjpeg.gyp:*',
18 '../../<(pngdir)/libpng.gyp:*',
19 '../../<(zlibdir)/zlib.gyp:*',
20 '../../base/base.gyp:base',
21 '../../breakpad/breakpad.gyp:*',
22 '../compiler/technique/technique.gyp:*',
23 '../converter/converter.gyp:*',
24 '../core/core.gyp:*',
25 '../import/import.gyp:*',
26 '../plugin/idl/idl.gyp:*',
27 '../plugin/plugin.gyp:*',
28 '../serializer/serializer.gyp:*',
29 '../utils/utils.gyp:*',
30 ],
31 },
32 ],
33 }
OLDNEW
« no previous file with comments | « breakpad/breakpad.gyp ('k') | build/build_nacl.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698