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

Unified Diff: Source/core/core.gypi

Issue 910573002: Move AbstractInlineTextBox to line/ sub-directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase master Created 5 years, 10 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 | « no previous file | Source/core/layout/AbstractInlineTextBox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 7b77d7852e2556dc01706db57a6e6e81e5e44fb4..4902275517cf00ca59ef94e0eb6623679c2a8f18 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -534,8 +534,6 @@
'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
],
'webcore_rendering_files': [
- 'layout/AbstractInlineTextBox.cpp',
- 'layout/AbstractInlineTextBox.h',
'layout/BidiRun.h',
'layout/BidiRunForLine.cpp',
'layout/BidiRunForLine.h',
@@ -657,6 +655,8 @@
'layout/compositing/GraphicsLayerUpdater.h',
'layout/compositing/LayerCompositor.cpp',
'layout/compositing/LayerCompositor.h',
+ 'layout/line/AbstractInlineTextBox.cpp',
+ 'layout/line/AbstractInlineTextBox.h',
'layout/line/BreakingContext.cpp',
'layout/line/EllipsisBox.cpp',
'layout/line/EllipsisBox.h',
« no previous file with comments | « no previous file | Source/core/layout/AbstractInlineTextBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698