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

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: Final patch, ready for review 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 1161 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 'page/PerformanceResourceTiming.cpp', 1172 'page/PerformanceResourceTiming.cpp',
1173 'page/PerformanceResourceTiming.h', 1173 'page/PerformanceResourceTiming.h',
1174 'page/PerformanceTiming.cpp', 1174 'page/PerformanceTiming.cpp',
1175 'page/PerformanceTiming.h', 1175 'page/PerformanceTiming.h',
1176 'page/PerformanceUserTiming.cpp', 1176 'page/PerformanceUserTiming.cpp',
1177 'page/PerformanceUserTiming.h', 1177 'page/PerformanceUserTiming.h',
1178 'page/PointerLockController.cpp', 1178 'page/PointerLockController.cpp',
1179 'page/PointerLockController.h', 1179 'page/PointerLockController.h',
1180 'page/PopupOpeningObserver.h', 1180 'page/PopupOpeningObserver.h',
1181 'page/PrintContext.cpp', 1181 'page/PrintContext.cpp',
1182 'page/RuntimeCSSEnabled.cpp',
1183 'page/RuntimeCSSEnabled.h',
1182 'page/Screen.cpp', 1184 'page/Screen.cpp',
1183 'page/Screen.h', 1185 'page/Screen.h',
1184 'page/SecurityOrigin.cpp', 1186 'page/SecurityOrigin.cpp',
1185 'page/SecurityPolicy.cpp', 1187 'page/SecurityPolicy.cpp',
1186 'page/Settings.cpp', 1188 'page/Settings.cpp',
1187 'page/SpatialNavigation.cpp', 1189 'page/SpatialNavigation.cpp',
1188 'page/SpeechInput.cpp', 1190 'page/SpeechInput.cpp',
1189 'page/SpeechInput.h', 1191 'page/SpeechInput.h',
1190 'page/SpeechInputClient.h', 1192 'page/SpeechInputClient.h',
1191 'page/SpeechInputEvent.cpp', 1193 'page/SpeechInputEvent.cpp',
(...skipping 2522 matching lines...) Expand 10 before | Expand all | Expand 10 after
3714 'bison_exe': 'bison', 3716 'bison_exe': 'bison',
3715 # We specify a preprocess so it happens locally and won't get 3717 # We specify a preprocess so it happens locally and won't get
3716 # distributed to goma. 3718 # distributed to goma.
3717 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3719 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3718 # use /usr/bin/clang once we require Xcode 4.x. 3720 # use /usr/bin/clang once we require Xcode 4.x.
3719 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3721 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3720 }], 3722 }],
3721 ], 3723 ],
3722 } 3724 }
3723 } 3725 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698