summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_internal.gyp
diff options
context:
space:
mode:
authornoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-25 23:55:29 +0000
committernoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-25 23:55:29 +0000
commit89f9d2dee6b1c91492732b6ad8e8d2b133c8c83c (patch)
tree77fd35ea0837ee0b1fe8ff8cdda7dcfaa70bef34 /ppapi/ppapi_internal.gyp
parent7cba0ea402331cf74f1b6d12f8d4766897005b98 (diff)
downloadchromium_src-89f9d2dee6b1c91492732b6ad8e8d2b133c8c83c.zip
chromium_src-89f9d2dee6b1c91492732b6ad8e8d2b133c8c83c.tar.gz
chromium_src-89f9d2dee6b1c91492732b6ad8e8d2b133c8c83c.tar.bz2
Revert 111618 - Reapply of http://codereview.chromium.org/8632023/
The original CL failed on Mac. Avoid references to untrusted.gypi in WebKit Remove include of untrusted.gypi in normal ppapi gyp files to prevent WebKit from depending on NaCl. Refactor PPAPI gyp files to pull out source lists which are shared between trusted and untrusted targets. Fix scons hack which pulls list of sources from GYP so that we can build with scons. This CL should allow us to revert the DEPS change: http://trac.webkit.org/changeset/101011 on the webkit side BUG= none TEST= Tools/Scripts/update-webkit --chromium TRB= dmichael@chromium.org Review URL: http://codereview.chromium.org/8701008 TBR=noelallen@google.com Review URL: http://codereview.chromium.org/8701010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111621 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_internal.gyp')
-rw-r--r--ppapi/ppapi_internal.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/ppapi_internal.gyp b/ppapi/ppapi_internal.gyp
index 6bf0565..1a9b476 100644
--- a/ppapi/ppapi_internal.gyp
+++ b/ppapi/ppapi_internal.gyp
@@ -24,7 +24,7 @@
],
},
'includes': [
- 'ppapi_sources.gypi',
+ '../native_client/build/untrusted.gypi',
'ppapi_proxy.gypi',
'ppapi_shared.gypi',
'ppapi_tests.gypi',