diff options
author | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 22:17:39 +0000 |
---|---|---|
committer | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 22:17:39 +0000 |
commit | 6a60ae4c2967bae910cbd1a1ff5a53c5f7d78a19 (patch) | |
tree | ac02524310011c60f7d4f5255f1df5b592b4ca5c /o3d/google_update | |
parent | 05c453db1e7a357eb2cc1b6ac67ff32a5256bb19 (diff) | |
download | chromium_src-6a60ae4c2967bae910cbd1a1ff5a53c5f7d78a19.zip chromium_src-6a60ae4c2967bae910cbd1a1ff5a53c5f7d78a19.tar.gz chromium_src-6a60ae4c2967bae910cbd1a1ff5a53c5f7d78a19.tar.bz2 |
This completes the building of o3d.msi from the GYP build.
Review URL: http://codereview.chromium.org/164044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22680 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/google_update')
-rw-r--r-- | o3d/google_update/google_update.gyp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/o3d/google_update/google_update.gyp b/o3d/google_update/google_update.gyp new file mode 100644 index 0000000..8c013db --- /dev/null +++ b/o3d/google_update/google_update.gyp @@ -0,0 +1,26 @@ +# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +{ + 'variables': { + 'chromium_code': 1, + }, + 'includes': [ + '../build/common.gypi', + ], + 'targets': [ + { + 'target_name': 'getextras', + 'type': 'executable', + 'include_dirs': [ + '..', + '<(INTERMEDIATE_DIR)', + ], + 'sources': [ + 'google_update_idl.idl', + 'performondemand.cc', + ], + }, + ], +} |