Rename directories
Reviewed By: gkassabli Differential Revision: D4284681 Summary: Rename csslayout directories to yoga fbshipit-source-id: f0c6855c2c6e4389b7867f48f72cbb697830fc5a
This commit is contained in:
committed by
Facebook Github Bot
parent
40371cbf2d
commit
b11155423c
@@ -20,7 +20,7 @@ CPPEmitter.prototype = Object.create(Emitter.prototype, {
|
||||
|
||||
emitPrologue:{value:function() {
|
||||
this.push([
|
||||
'#include <CSSLayout/Yoga.h>',
|
||||
'#include <yoga/Yoga.h>',
|
||||
'#include <gtest/gtest.h>',
|
||||
'',
|
||||
]);
|
||||
|
@@ -40,7 +40,7 @@ Dir['fixtures/*.html'].each do |file|
|
||||
f.write eval(logs[0].message.sub(/^[^"]*/, ''))
|
||||
f.close
|
||||
|
||||
f = File.open("../java/tests/com/facebook/csslayout/#{name}.java", 'w')
|
||||
f = File.open("../java/tests/com/facebook/yoga/#{name}.java", 'w')
|
||||
f.write eval(logs[1].message.sub(/^[^"]*/, '')).sub('YogaTest', name)
|
||||
f.close
|
||||
|
||||
|
Reference in New Issue
Block a user