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

Unified Diff: native_client_sdk/src/build_tools/build.scons

Issue 8772048: Fixing missed reference to old nacl sdk DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/build.scons
===================================================================
--- native_client_sdk/src/build_tools/build.scons (revision 112511)
+++ native_client_sdk/src/build_tools/build.scons (working copy)
@@ -279,7 +279,7 @@
nacl_tools_cmd = env.Command(all_tools,
['make_nacl_tools.py',
- os.path.join(env['ROOT_DIR'], 'DEPS')],
+ os.path.join(env['SRC_DIR'], 'DEPS')],
build_nacl_tools)
env.Depends(nacl_tools_cmd, env.GetHeadersNode())
env.Depends(env.GetToolchainNode(), nacl_tools_cmd)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698