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

Unified Diff: experimental/hex/build.scons

Issue 8574069: Minor changes, additional files. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « experimental/hex/about.html ('k') | experimental/hex/scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/hex/build.scons
===================================================================
--- experimental/hex/build.scons (revision 1365)
+++ experimental/hex/build.scons (working copy)
@@ -29,10 +29,7 @@
'NACL_INSTALL_ROOT', os.path.join('C:%s' % os.sep, 'inetpub', 'wwwroot'))
install_dir = os.path.join(nacl_install_root, 'hex')
-cws_files = ['manifest.json',
- os.path.join('images', 'hex_icon.png'),
- os.path.join('images', 'hex_icon16.png'),
- ]
+cws_files = ['manifest.json', 'hex_icon.png', 'hex_icon16.png']
install_cws = nacl_env.Install(dir=os.path.join(install_dir, 'cws'),
source=cws_files)
« no previous file with comments | « experimental/hex/about.html ('k') | experimental/hex/scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698