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

Unified Diff: Tools/Scripts/webkitpy/common/checkout/diff_test_data.py

Issue 1045723009: Move core/layout/style to core/style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 5 years, 9 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
« no previous file with comments | « Tools/Scripts/webkitpy/common/checkout/diff_parser_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/common/checkout/diff_test_data.py
diff --git a/Tools/Scripts/webkitpy/common/checkout/diff_test_data.py b/Tools/Scripts/webkitpy/common/checkout/diff_test_data.py
index fff54a52d5032ec0d27ba3018d8e1036a7d8f1f9..7504599b223bbaaff142e3e8893defb7d00af347 100644
--- a/Tools/Scripts/webkitpy/common/checkout/diff_test_data.py
+++ b/Tools/Scripts/webkitpy/common/checkout/diff_test_data.py
@@ -27,10 +27,10 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# FIXME: Store this as a .patch file in some new fixtures directory or similar.
-DIFF_TEST_DATA = '''diff --git a/WebCore/layout/style/StyleFlexibleBoxData.h b/WebCore/layout/style/StyleFlexibleBoxData.h
+DIFF_TEST_DATA = '''diff --git a/WebCore/style/StyleFlexibleBoxData.h b/WebCore/style/StyleFlexibleBoxData.h
index f5d5e74..3b6aa92 100644
---- a/WebCore/layout/style/StyleFlexibleBoxData.h
-+++ b/WebCore/layout/style/StyleFlexibleBoxData.h
+--- a/WebCore/style/StyleFlexibleBoxData.h
++++ b/WebCore/style/StyleFlexibleBoxData.h
@@ -47,7 +47,6 @@ public:
unsigned align : 3; // EBoxAlignment
@@ -39,10 +39,10 @@ index f5d5e74..3b6aa92 100644
unsigned lines : 1; // EBoxLines
private:
-diff --git a/WebCore/layout/style/StyleRareInheritedData.cpp b/WebCore/layout/style/StyleRareInheritedData.cpp
+diff --git a/WebCore/style/StyleRareInheritedData.cpp b/WebCore/style/StyleRareInheritedData.cpp
index ce21720..324929e 100644
---- a/WebCore/layout/style/StyleRareInheritedData.cpp
-+++ b/WebCore/layout/style/StyleRareInheritedData.cpp
+--- a/WebCore/style/StyleRareInheritedData.cpp
++++ b/WebCore/style/StyleRareInheritedData.cpp
@@ -39,6 +39,7 @@ StyleRareInheritedData::StyleRareInheritedData()
, textSizeAdjust(ComputedStyle::initialTextSizeAdjust())
, resize(ComputedStyle::initialResize())
« no previous file with comments | « Tools/Scripts/webkitpy/common/checkout/diff_parser_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698