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

Unified Diff: Source/core/core.gypi

Issue 106903009: Move page/RuntimeCSSEnabled to css/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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 | « Source/core/animation/ElementAnimation.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('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 2155e7f781bd4d29cd8daa419159ae82c27066b8..65029ad83505624c8fb9c557f1b817622166ab70 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1315,8 +1315,8 @@
'page/PopupOpeningObserver.h',
'page/PrintContext.cpp',
'timing/ResourceTimingInfo.h',
- 'page/RuntimeCSSEnabled.cpp',
- 'page/RuntimeCSSEnabled.h',
+ 'css/RuntimeCSSEnabled.cpp',
+ 'css/RuntimeCSSEnabled.h',
abarth-chromium 2013/12/13 07:09:23 Please sort the GYPI file.
'frame/Screen.cpp',
'frame/Screen.h',
'frame/Settings.cpp',
« no previous file with comments | « Source/core/animation/ElementAnimation.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698