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

Side by Side Diff: Source/core/core.gypi

Issue 14324009: Add support for disabling CSS Properties at runtime (Closed) Base URL: http://src.chromium.org/blink/trunk/Source/
Patch Set: Runtime guard more uses of CSSPropertyID, per Elliot's request. Created 7 years, 8 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSSCharsetRule.idl', 4 'css/CSSCharsetRule.idl',
5 'css/CSSFontFaceLoadEvent.idl', 5 'css/CSSFontFaceLoadEvent.idl',
6 'css/CSSFontFaceRule.idl', 6 'css/CSSFontFaceRule.idl',
7 'css/CSSHostRule.idl', 7 'css/CSSHostRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSMediaRule.idl', 9 'css/CSSMediaRule.idl',
10 'css/CSSPageRule.idl', 10 'css/CSSPageRule.idl',
(...skipping 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 'page/PerformanceResourceTiming.cpp', 1169 'page/PerformanceResourceTiming.cpp',
1170 'page/PerformanceResourceTiming.h', 1170 'page/PerformanceResourceTiming.h',
1171 'page/PerformanceTiming.cpp', 1171 'page/PerformanceTiming.cpp',
1172 'page/PerformanceTiming.h', 1172 'page/PerformanceTiming.h',
1173 'page/PerformanceUserTiming.cpp', 1173 'page/PerformanceUserTiming.cpp',
1174 'page/PerformanceUserTiming.h', 1174 'page/PerformanceUserTiming.h',
1175 'page/PointerLockController.cpp', 1175 'page/PointerLockController.cpp',
1176 'page/PointerLockController.h', 1176 'page/PointerLockController.h',
1177 'page/PopupOpeningObserver.h', 1177 'page/PopupOpeningObserver.h',
1178 'page/PrintContext.cpp', 1178 'page/PrintContext.cpp',
1179 'page/RuntimeCSSEnabled.cpp',
1180 'page/RuntimeCSSEnabled.h',
1179 'page/RuntimeEnabledFeatures.cpp', 1181 'page/RuntimeEnabledFeatures.cpp',
1180 'page/RuntimeEnabledFeatures.h', 1182 'page/RuntimeEnabledFeatures.h',
1181 'page/Screen.cpp', 1183 'page/Screen.cpp',
1182 'page/Screen.h', 1184 'page/Screen.h',
1183 'page/SecurityOrigin.cpp', 1185 'page/SecurityOrigin.cpp',
1184 'page/SecurityPolicy.cpp', 1186 'page/SecurityPolicy.cpp',
1185 'page/Settings.cpp', 1187 'page/Settings.cpp',
1186 'page/SpatialNavigation.cpp', 1188 'page/SpatialNavigation.cpp',
1187 'page/SpeechInput.cpp', 1189 'page/SpeechInput.cpp',
1188 'page/SpeechInput.h', 1190 'page/SpeechInput.h',
(...skipping 2517 matching lines...) Expand 10 before | Expand all | Expand 10 after
3706 'bison_exe': 'bison', 3708 'bison_exe': 'bison',
3707 # We specify a preprocess so it happens locally and won't get 3709 # We specify a preprocess so it happens locally and won't get
3708 # distributed to goma. 3710 # distributed to goma.
3709 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3711 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3710 # use /usr/bin/clang once we require Xcode 4.x. 3712 # use /usr/bin/clang once we require Xcode 4.x.
3711 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3713 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3712 }], 3714 }],
3713 ], 3715 ],
3714 } 3716 }
3715 } 3717 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp ('k') | Source/core/css/CSSComputedStyleDeclaration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698