Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(713)

Unified Diff: ppapi/native_client/ppapi_scons_files.py

Issue 11079003: Clean up NaCl's SCons build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/native_client/chrome_main.scons ('k') | ppapi/native_client/src/shared/ppapi/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/ppapi_scons_files.py
diff --git a/ppapi/native_client/ppapi_scons_files.py b/ppapi/native_client/ppapi_scons_files.py
index d9815defa21c3e706e032d0c133406bf56d14741..39d29d2577fa729ff304f792fe9be578bb9df2ed 100644
--- a/ppapi/native_client/ppapi_scons_files.py
+++ b/ppapi/native_client/ppapi_scons_files.py
@@ -4,13 +4,6 @@
trusted_scons_files = [
- 'src/shared/ppapi/build.scons',
- 'src/shared/ppapi_proxy/build.scons',
- 'src/trusted/plugin/build.scons',
- 'tests/ppapi_geturl/build.scons',
- 'tests/ppapi_messaging/build.scons',
- 'tests/ppapi_browser/ppb_file_system/build.scons',
- 'tests/ppapi_tests/build.scons', # Build PPAPI tests from Chrome as a .so
]
@@ -22,7 +15,6 @@ untrusted_scons_files = [
# Untrusted libraries for use by system code.
untrusted_irt_scons_files = [
- 'src/shared/ppapi_proxy/nacl.scons',
]
@@ -36,6 +28,7 @@ nonvariant_test_scons_files = [
'tests/ppapi_browser/ppb_audio/nacl.scons',
'tests/ppapi_browser/ppb_dev/nacl.scons',
'tests/ppapi_browser/ppb_file_system/nacl.scons',
+ 'tests/ppapi_browser/ppb_fullscreen/nacl.scons',
'tests/ppapi_browser/ppb_graphics2d/nacl.scons',
'tests/ppapi_browser/ppb_graphics3d/nacl.scons',
'tests/ppapi_browser/ppb_image_data/nacl.scons',
« no previous file with comments | « ppapi/native_client/chrome_main.scons ('k') | ppapi/native_client/src/shared/ppapi/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698