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

Side by Side Diff: installer/mac/installer.gyp

Issue 165109: This adds a stub for the mac installer so that the gyp generation won't fail ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 4 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') | no next file » | 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 'variables': {
7 'chromium_code': 1,
8 'nppversion': '<!(python ../../plugin/version_info.py --commaversion)',
9 'dotnppversion': '<!(python ../../plugin/version_info.py --version)',
10
11 # We don't actually want the extras version to update by itself;
12 # it should change only when we actually add something to the
13 # installer or change the d3dx9 version. This version is
14 # therefore independent of the o3d plugin and sdk versions.
15 'extrasversion': '0,1,1,0',
16 'dotextrasversion': '0.1.1.0',
17 },
18 'includes': [
19 '../../build/common.gypi',
20 ],
21 'targets': [
22 {
23 'target_name': 'installer',
24 'type': 'none',
25 'dependencies': [
26 '../../converter/converter.gyp:o3dConverter',
27 '../../breakpad/breakpad.gyp:reporter',
28 '../../google_update/google_update.gyp:getextras',
29 '../../documentation/documentation.gyp:*',
30 '../../plugin/plugin.gyp:npo3dautoplugin',
31 '../../samples/samples.gyp:samples',
32 ],
33 },
34 ],
35 }
OLDNEW
« no previous file with comments | « breakpad/breakpad.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698