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

Side by Side Diff: installer/linux/debian.in/debian.gyp

Issue 2825074: Initial version rendering 2D path for O3D. This will eventually allow O3D app... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/o3d/
Patch Set: '' Created 10 years, 3 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 | « core/cross/renderer.cc ('k') | plugin/idl/idl.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 '../../../build/version.gypi', 8 '../../../build/version.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 '<(PRODUCT_DIR)/libCgGL.so', 69 '<(PRODUCT_DIR)/libCgGL.so',
70 '<(DEBIAN_DIR)/changelog', 70 '<(DEBIAN_DIR)/changelog',
71 '<(DEBIAN_DIR)/compat', 71 '<(DEBIAN_DIR)/compat',
72 '<(DEBIAN_DIR)/control', 72 '<(DEBIAN_DIR)/control',
73 '<(DEBIAN_DIR)/copyright', 73 '<(DEBIAN_DIR)/copyright',
74 '<(DEBIAN_DIR)/google-o3d.install', 74 '<(DEBIAN_DIR)/google-o3d.install',
75 '<(DEBIAN_DIR)/google-o3d.links', 75 '<(DEBIAN_DIR)/google-o3d.links',
76 '<(DEBIAN_DIR)/google-o3d.lintian-overrides', 76 '<(DEBIAN_DIR)/google-o3d.lintian-overrides',
77 '<(DEBIAN_DIR)/rules', 77 '<(DEBIAN_DIR)/rules',
78 ], 78 ],
79
79 'action': [ 80 'action': [
80 'sh', 81 'sh',
81 '-c', 82 '-c',
82 'cd "<(INSTALLER_DIR)" && dpkg-buildpackage ' 83 'cd "<(INSTALLER_DIR)" && dpkg-buildpackage '
83 '-uc ' # Don't sign the changes file 84 '-uc ' # Don't sign the changes file
84 '-tc ' # Clean the tree 85 '-tc ' # Clean the tree
85 '-b ' # Don't produce a source build 86 '-b ' # Don't produce a source build
86 '-a<(ARCH) ' 87 '-a<(ARCH) '
87 '-D ' # -a suppresses build-dep checking, so turn it back on 88 '-D ' # -a suppresses build-dep checking, so turn it back on
88 '-rfakeroot' 89 '-rfakeroot'
89 ], 90 ],
90 'outputs': [ 91 'outputs': [
91 '<(PRODUCT_DIR)/google-o3d_<(plugin_version)_<(ARCH).changes', 92 '<(PRODUCT_DIR)/google-o3d_<(plugin_version)_<(ARCH).changes',
92 '<(PRODUCT_DIR)/google-o3d_<(plugin_version)_<(ARCH).deb', 93 '<(PRODUCT_DIR)/google-o3d_<(plugin_version)_<(ARCH).deb',
93 '<(PRODUCT_DIR)/' + 94 '<(PRODUCT_DIR)/' +
94 'google-o3d-dbgsym_<(plugin_version)_<(ARCH).deb', 95 'google-o3d-dbgsym_<(plugin_version)_<(ARCH).deb',
95 ], 96 ],
96 }, 97 },
97 ], 98 ],
98 }, 99 },
99 ], 100 ],
100 } 101 }
OLDNEW
« no previous file with comments | « core/cross/renderer.cc ('k') | plugin/idl/idl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698