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

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

Issue 16950017: Reland [Resource Timing] Expose redirect timing information (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 7 years, 5 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 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 'page/PerformanceResourceTiming.cpp', 1206 'page/PerformanceResourceTiming.cpp',
1207 'page/PerformanceResourceTiming.h', 1207 'page/PerformanceResourceTiming.h',
1208 'page/PerformanceTiming.cpp', 1208 'page/PerformanceTiming.cpp',
1209 'page/PerformanceTiming.h', 1209 'page/PerformanceTiming.h',
1210 'page/PerformanceUserTiming.cpp', 1210 'page/PerformanceUserTiming.cpp',
1211 'page/PerformanceUserTiming.h', 1211 'page/PerformanceUserTiming.h',
1212 'page/PointerLockController.cpp', 1212 'page/PointerLockController.cpp',
1213 'page/PointerLockController.h', 1213 'page/PointerLockController.h',
1214 'page/PopupOpeningObserver.h', 1214 'page/PopupOpeningObserver.h',
1215 'page/PrintContext.cpp', 1215 'page/PrintContext.cpp',
1216 'page/ResourceTimingInfo.h',
1216 'page/RuntimeCSSEnabled.cpp', 1217 'page/RuntimeCSSEnabled.cpp',
1217 'page/RuntimeCSSEnabled.h', 1218 'page/RuntimeCSSEnabled.h',
1218 'page/RuntimeEnabledFeaturesCustom.cpp', 1219 'page/RuntimeEnabledFeaturesCustom.cpp',
1219 'page/Screen.cpp', 1220 'page/Screen.cpp',
1220 'page/Screen.h', 1221 'page/Screen.h',
1221 'page/Settings.cpp', 1222 'page/Settings.cpp',
1222 'page/SpatialNavigation.cpp', 1223 'page/SpatialNavigation.cpp',
1223 'page/SpeechInput.cpp', 1224 'page/SpeechInput.cpp',
1224 'page/SpeechInput.h', 1225 'page/SpeechInput.h',
1225 'page/SpeechInputClient.h', 1226 'page/SpeechInputClient.h',
(...skipping 2557 matching lines...) Expand 10 before | Expand all | Expand 10 after
3783 'bison_exe': 'bison', 3784 'bison_exe': 'bison',
3784 # We specify a preprocess so it happens locally and won't get 3785 # We specify a preprocess so it happens locally and won't get
3785 # distributed to goma. 3786 # distributed to goma.
3786 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3787 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3787 # use /usr/bin/clang once we require Xcode 4.x. 3788 # use /usr/bin/clang once we require Xcode 4.x.
3788 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3789 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3789 }], 3790 }],
3790 ], 3791 ],
3791 } 3792 }
3792 } 3793 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698