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

Unified Diff: Source/core/core.gyp

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/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index a7e8148c2961a14af0ec5abdcee3db0105db151d..93085a6a564b745b716346eb3c47822ab0159620 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -497,7 +497,7 @@
'TCMInterposing|ScrollAnimatorChromiumMacExt|WebCoreTheme',
},
'action': [
- 'scripts/check_objc_rename.sh',
+ '../build/scripts/check_objc_rename.sh',
'<(class_whitelist_regex)',
'<(category_whitelist_regex)',
],

Powered by Google App Engine
This is Rietveld 408576698