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

Unified Diff: third_party/WebKit/Source/core/layout/BUILD.gn

Issue 2345543002: debugging for crbug.com/646539
Patch Set: 3 TUs, 2 .h Created 4 years, 3 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
Index: third_party/WebKit/Source/core/layout/BUILD.gn
diff --git a/third_party/WebKit/Source/core/layout/BUILD.gn b/third_party/WebKit/Source/core/layout/BUILD.gn
index 83d8cdf9be9ec82fe381147b372c2e9e7941022c..5afc55192bfdc58ab8f6fff125bc98a58c63e57a 100644
--- a/third_party/WebKit/Source/core/layout/BUILD.gn
+++ b/third_party/WebKit/Source/core/layout/BUILD.gn
@@ -159,16 +159,16 @@ blink_core_sources("layout") {
"LayoutTextFragment.h",
"LayoutTextTrackContainer.cpp",
"LayoutTextTrackContainer.h",
- "LayoutTheme.cpp",
- "LayoutTheme.h",
- "LayoutThemeDefault.cpp",
- "LayoutThemeDefault.h",
- "LayoutThemeFontProvider.cpp",
- "LayoutThemeFontProvider.h",
- "LayoutThemeMac.h",
- "LayoutThemeMac.mm",
- "LayoutThemeMobile.cpp",
- "LayoutThemeMobile.h",
+ #"LayoutTheme.cpp",
+ #"LayoutTheme.h",
+ #"LayoutThemeDefault.cpp",
+ #"LayoutThemeDefault.h",
+ #"LayoutThemeFontProvider.cpp",
+ #"LayoutThemeFontProvider.h",
+ #"LayoutThemeMac.h",
+ #"LayoutThemeMac.mm",
+ #"LayoutThemeMobile.cpp",
+ #"LayoutThemeMobile.h",
"LayoutTreeAsText.cpp",
"LayoutVTTCue.cpp",
"LayoutVTTCue.h",
« no previous file with comments | « third_party/WebKit/Source/core/css/parser/CSSParserMode.h ('k') | third_party/WebKit/Source/core/layout/LayoutObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698