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

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: 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 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 'page/PerformanceResourceTiming.cpp', 1187 'page/PerformanceResourceTiming.cpp',
1188 'page/PerformanceResourceTiming.h', 1188 'page/PerformanceResourceTiming.h',
1189 'page/PerformanceTiming.cpp', 1189 'page/PerformanceTiming.cpp',
1190 'page/PerformanceTiming.h', 1190 'page/PerformanceTiming.h',
1191 'page/PerformanceUserTiming.cpp', 1191 'page/PerformanceUserTiming.cpp',
1192 'page/PerformanceUserTiming.h', 1192 'page/PerformanceUserTiming.h',
1193 'page/PointerLockController.cpp', 1193 'page/PointerLockController.cpp',
1194 'page/PointerLockController.h', 1194 'page/PointerLockController.h',
1195 'page/PopupOpeningObserver.h', 1195 'page/PopupOpeningObserver.h',
1196 'page/PrintContext.cpp', 1196 'page/PrintContext.cpp',
1197 'page/ResourceTimingInfo.h',
1197 'page/RuntimeCSSEnabled.cpp', 1198 'page/RuntimeCSSEnabled.cpp',
1198 'page/RuntimeCSSEnabled.h', 1199 'page/RuntimeCSSEnabled.h',
1199 'page/RuntimeEnabledFeaturesCustom.cpp', 1200 'page/RuntimeEnabledFeaturesCustom.cpp',
1200 'page/Screen.cpp', 1201 'page/Screen.cpp',
1201 'page/Screen.h', 1202 'page/Screen.h',
1202 'page/Settings.cpp', 1203 'page/Settings.cpp',
1203 'page/SpatialNavigation.cpp', 1204 'page/SpatialNavigation.cpp',
1204 'page/SpeechInput.cpp', 1205 'page/SpeechInput.cpp',
1205 'page/SpeechInput.h', 1206 'page/SpeechInput.h',
1206 'page/SpeechInputClient.h', 1207 'page/SpeechInputClient.h',
(...skipping 2485 matching lines...) Expand 10 before | Expand all | Expand 10 after
3692 'bison_exe': 'bison', 3693 'bison_exe': 'bison',
3693 # We specify a preprocess so it happens locally and won't get 3694 # We specify a preprocess so it happens locally and won't get
3694 # distributed to goma. 3695 # distributed to goma.
3695 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3696 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3696 # use /usr/bin/clang once we require Xcode 4.x. 3697 # use /usr/bin/clang once we require Xcode 4.x.
3697 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3698 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3698 }], 3699 }],
3699 ], 3700 ],
3700 } 3701 }
3701 } 3702 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698