diff options
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', + ], + }, + ], +} |