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

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

Issue 13912021: [Resource Timing] Expose redirect timing information (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebaseline Created 7 years, 6 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/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFilterRule.idl', 6 'css/CSSFilterRule.idl',
7 'css/CSSFilterValue.idl', 7 'css/CSSFilterValue.idl',
8 'css/CSSFontFaceLoadEvent.idl', 8 'css/CSSFontFaceLoadEvent.idl',
9 'css/CSSFontFaceRule.idl', 9 'css/CSSFontFaceRule.idl',
10 'css/CSSHostRule.idl', 10 'css/CSSHostRule.idl',
(...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after
1193 'page/PerformanceResourceTiming.cpp', 1193 'page/PerformanceResourceTiming.cpp',
1194 'page/PerformanceResourceTiming.h', 1194 'page/PerformanceResourceTiming.h',
1195 'page/PerformanceTiming.cpp', 1195 'page/PerformanceTiming.cpp',
1196 'page/PerformanceTiming.h', 1196 'page/PerformanceTiming.h',
1197 'page/PerformanceUserTiming.cpp', 1197 'page/PerformanceUserTiming.cpp',
1198 'page/PerformanceUserTiming.h', 1198 'page/PerformanceUserTiming.h',
1199 'page/PointerLockController.cpp', 1199 'page/PointerLockController.cpp',
1200 'page/PointerLockController.h', 1200 'page/PointerLockController.h',
1201 'page/PopupOpeningObserver.h', 1201 'page/PopupOpeningObserver.h',
1202 'page/PrintContext.cpp', 1202 'page/PrintContext.cpp',
1203 'page/ResourceTimingInfo.h',
1203 'page/RuntimeCSSEnabled.cpp', 1204 'page/RuntimeCSSEnabled.cpp',
1204 'page/RuntimeCSSEnabled.h', 1205 'page/RuntimeCSSEnabled.h',
1205 'page/RuntimeEnabledFeaturesCustom.cpp', 1206 'page/RuntimeEnabledFeaturesCustom.cpp',
1206 'page/Screen.cpp', 1207 'page/Screen.cpp',
1207 'page/Screen.h', 1208 'page/Screen.h',
1208 'page/Settings.cpp', 1209 'page/Settings.cpp',
1209 'page/SpatialNavigation.cpp', 1210 'page/SpatialNavigation.cpp',
1210 'page/SpeechInput.cpp', 1211 'page/SpeechInput.cpp',
1211 'page/SpeechInput.h', 1212 'page/SpeechInput.h',
1212 'page/SpeechInputClient.h', 1213 'page/SpeechInputClient.h',
(...skipping 2484 matching lines...) Expand 10 before | Expand all | Expand 10 after
3697 'bison_exe': 'bison', 3698 'bison_exe': 'bison',
3698 # We specify a preprocess so it happens locally and won't get 3699 # We specify a preprocess so it happens locally and won't get
3699 # distributed to goma. 3700 # distributed to goma.
3700 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3701 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3701 # use /usr/bin/clang once we require Xcode 4.x. 3702 # use /usr/bin/clang once we require Xcode 4.x.
3702 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3703 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3703 }], 3704 }],
3704 ], 3705 ],
3705 } 3706 }
3706 } 3707 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698