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

Unified Diff: chrome/nacl/buildbot_nacl_integration.py

Issue 7922020: Move buildbot_nacl_integration out of chrome/test, step #1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 | « no previous file | chrome/test/nacl_test_injection/buildbot_nacl_integration.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/nacl/buildbot_nacl_integration.py
===================================================================
--- chrome/nacl/buildbot_nacl_integration.py (revision 101550)
+++ chrome/nacl/buildbot_nacl_integration.py (working copy)
@@ -73,8 +73,7 @@
tests_to_disable.append('run_ppapi_example_font_test')
script_dir = os.path.dirname(os.path.abspath(__file__))
- test_dir = os.path.dirname(script_dir)
- chrome_dir = os.path.dirname(test_dir)
+ chrome_dir = os.path.dirname(script_dir)
src_dir = os.path.dirname(chrome_dir)
nacl_integration_script = os.path.join(
src_dir, 'native_client/build/buildbot_chrome_nacl_stage.py')
« no previous file with comments | « no previous file | chrome/test/nacl_test_injection/buildbot_nacl_integration.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698