 Chromium Code Reviews
 Chromium Code Reviews Issue 26414004:
  Move core/scripts to build/scripts so that platform can use them.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 26414004:
  Move core/scripts to build/scripts so that platform can use them.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| 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)', | 
| ], |