Rename directories

Reviewed By: gkassabli

Differential Revision: D4284681

Summary: Rename csslayout directories to yoga

fbshipit-source-id: f0c6855c2c6e4389b7867f48f72cbb697830fc5a
This commit is contained in:
Emil Sjolander
2016-12-07 05:12:11 -08:00
committed by Facebook Github Bot
parent 40371cbf2d
commit b11155423c
89 changed files with 82 additions and 83 deletions

View File

@@ -9,7 +9,7 @@
// @Generated by gentest/gentest.rb from gentest/fixtures/YGAbsolutePositionTest.html
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, absolute_layout_width_height_start_top) {

View File

@@ -9,7 +9,7 @@
// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignContentTest.html
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, align_content_flex_start) {

View File

@@ -9,7 +9,7 @@
// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignItemsTest.html
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, align_items_stretch) {

View File

@@ -9,7 +9,7 @@
// @Generated by gentest/gentest.rb from gentest/fixtures/YGAlignSelfTest.html
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, align_self_center) {

View File

@@ -9,7 +9,7 @@
// @Generated by gentest/gentest.rb from gentest/fixtures/YGBorderTest.html
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, border_no_size) {

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, dirty_propagation) {

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, start_overrides) {

View File

@@ -9,7 +9,7 @@
// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexDirectionTest.html
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, flex_direction_column_no_height) {

View File

@@ -9,7 +9,7 @@
// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexTest.html
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, flex_basis_flex_grow_column) {

View File

@@ -9,7 +9,7 @@
// @Generated by gentest/gentest.rb from gentest/fixtures/YGFlexWrapTest.html
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, wrap_column) {

View File

@@ -9,7 +9,7 @@
// @Generated by gentest/gentest.rb from gentest/fixtures/YGJustifyContentTest.html
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, justify_content_row_flex_start) {

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
static YGSize _measure(YGNodeRef node,

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, assert_default_values) {

View File

@@ -9,7 +9,7 @@
// @Generated by gentest/gentest.rb from gentest/fixtures/YGMarginTest.html
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, margin_start) {

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
static YGSize _measureMax(YGNodeRef node,

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
struct _MeasureConstraint {

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
static YGSize _measure(YGNodeRef node,

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
extern int32_t gNodeInstanceCount;

View File

@@ -9,7 +9,7 @@
// @Generated by gentest/gentest.rb from gentest/fixtures/YGMinMaxDimensionTest.html
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, max_width) {

View File

@@ -9,7 +9,7 @@
// @Generated by gentest/gentest.rb from gentest/fixtures/YGPaddingTest.html
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, padding_no_size) {

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, dont_cache_computed_flex_basis_between_layouts) {

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
static YGSize _measureFloor(YGNodeRef node,

View File

@@ -9,7 +9,7 @@
// @Generated by gentest/gentest.rb from gentest/fixtures/YGRoundingTest.html
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, rounding_flex_basis_flex_grow_row_width_of_100) {

View File

@@ -7,7 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include <CSSLayout/Yoga.h>
#include <yoga/Yoga.h>
#include <gtest/gtest.h>
TEST(YogaTest, copy_style_same) {