diff options
author | noelallen@chromium.org <noelallen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-09 02:11:27 +0000 |
---|---|---|
committer | noelallen@chromium.org <noelallen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-09 02:11:27 +0000 |
commit | 6db4c440fd207c1e744ad1de87a1d6d8143db047 (patch) | |
tree | a727a5f8d7129961236f5eaa2814c2129975af16 /ppapi/ppapi_untrusted.gyp | |
parent | 0f450360b26314c652213c05728e3adab2637935 (diff) | |
download | chromium_src-6db4c440fd207c1e744ad1de87a1d6d8143db047.zip chromium_src-6db4c440fd207c1e744ad1de87a1d6d8143db047.tar.gz chromium_src-6db4c440fd207c1e744ad1de87a1d6d8143db047.tar.bz2 |
Add ability to automatically generate the makefiles for SDK
Adds the ability automatically generate the NMF for file for
both newlib and glibc cases. Adds a DEST field to automatically copy files as needed.
Added --toolchain=glibc to fix NMF creation problem in ppapi_untrusted.gyp where auto-detect of toolchain type fails due to missing glibc in toolchain name.
BUG=130618
R=binji@chromium.org
TEST=test_generate_make.py
Adding brettw@chromium.org for ppapi_untrusted
Review URL: https://chromiumcodereview.appspot.com/10538046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141343 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_untrusted.gyp')
-rw-r--r-- | ppapi/ppapi_untrusted.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/ppapi_untrusted.gyp b/ppapi/ppapi_untrusted.gyp index db686e4..2c47c78 100644 --- a/ppapi/ppapi_untrusted.gyp +++ b/ppapi/ppapi_untrusted.gyp @@ -107,6 +107,7 @@ '--library-path=>(libdir_glibc32)', '--output=>(nmf_glibc)', '--stage-dependencies=<(PRODUCT_DIR)', + '--toolchain=glibc', ], }, ], |