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

Unified Diff: Source/build/scripts/action_makenames.py

Issue 26414004: Move core/scripts to build/scripts so that platform can use them. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: Source/build/scripts/action_makenames.py
diff --git a/Source/core/scripts/action_makenames.py b/Source/build/scripts/action_makenames.py
similarity index 99%
rename from Source/core/scripts/action_makenames.py
rename to Source/build/scripts/action_makenames.py
index 4a650119604b52cba157a0bf6e711f366cf85410..f3d06faa20f3663612e8f67427ed3b4288971154 100644
--- a/Source/core/scripts/action_makenames.py
+++ b/Source/build/scripts/action_makenames.py
@@ -141,7 +141,7 @@ def main(args):
# scriptsPath is a Perl include directory, located relative to
# makeNamesInput.
scriptsPath = os.path.normpath(
- os.path.join(os.path.dirname(makeNamesInput), os.pardir, 'scripts'))
+ os.path.join(os.path.dirname(makeNamesInput), os.pardir, '../build/scripts'))
# Change to the output directory because make_names.pl puts output in its
# working directory.

Powered by Google App Engine
This is Rietveld 408576698