diff options
Diffstat (limited to 'chrome_elf/chrome_elf.gyp')
-rw-r--r-- | chrome_elf/chrome_elf.gyp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/chrome_elf/chrome_elf.gyp b/chrome_elf/chrome_elf.gyp new file mode 100644 index 0000000..c32f710 --- /dev/null +++ b/chrome_elf/chrome_elf.gyp @@ -0,0 +1,26 @@ +# Copyright 2013 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/win_precompile.gypi', + '../chrome/version.gypi', + ], + 'targets': [ + { + 'target_name': 'chrome_elf', + 'type': 'shared_library', + 'include_dirs': [ + '..', + ], + 'sources': [ + 'chrome_elf.def', + 'chrome_elf_main.cc', + 'chrome_elf_main.h', + ], + }, + ], +}
\ No newline at end of file |