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

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

Issue 22906002: Implement ImageBitmapFactories as a supplementary module. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add OWNERS file. Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/page/ImageBitmapFactories.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'inspector/InjectedScriptHost.idl', 234 'inspector/InjectedScriptHost.idl',
235 'inspector/InspectorFrontendHost.idl', 235 'inspector/InspectorFrontendHost.idl',
236 'inspector/InspectorOverlayHost.idl', 236 'inspector/InspectorOverlayHost.idl',
237 'inspector/JavaScriptCallFrame.idl', 237 'inspector/JavaScriptCallFrame.idl',
238 'loader/appcache/DOMApplicationCache.idl', 238 'loader/appcache/DOMApplicationCache.idl',
239 'page/BarProp.idl', 239 'page/BarProp.idl',
240 'page/Console.idl', 240 'page/Console.idl',
241 'page/EventSource.idl', 241 'page/EventSource.idl',
242 'page/History.idl', 242 'page/History.idl',
243 'page/ImageBitmap.idl', 243 'page/ImageBitmap.idl',
244 'page/ImageBitmapFactories.idl',
245 'page/Location.idl', 244 'page/Location.idl',
246 'page/MemoryInfo.idl', 245 'page/MemoryInfo.idl',
247 'page/Navigator.idl', 246 'page/Navigator.idl',
248 'page/PagePopupController.idl', 247 'page/PagePopupController.idl',
249 'page/Performance.idl', 248 'page/Performance.idl',
250 'page/PerformanceEntry.idl', 249 'page/PerformanceEntry.idl',
251 'page/PerformanceMark.idl', 250 'page/PerformanceMark.idl',
252 'page/PerformanceMeasure.idl', 251 'page/PerformanceMeasure.idl',
253 'page/PerformanceNavigation.idl', 252 'page/PerformanceNavigation.idl',
254 'page/PerformanceResourceTiming.idl', 253 'page/PerformanceResourceTiming.idl',
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
1164 'page/FrameActionScheduler.cpp', 1163 'page/FrameActionScheduler.cpp',
1165 'page/FrameActionScheduler.h', 1164 'page/FrameActionScheduler.h',
1166 'page/FrameDestructionObserver.cpp', 1165 'page/FrameDestructionObserver.cpp',
1167 'page/FrameDestructionObserver.h', 1166 'page/FrameDestructionObserver.h',
1168 'page/FrameTree.cpp', 1167 'page/FrameTree.cpp',
1169 'page/FrameView.cpp', 1168 'page/FrameView.cpp',
1170 'page/History.cpp', 1169 'page/History.cpp',
1171 'page/History.h', 1170 'page/History.h',
1172 'page/ImageBitmap.cpp', 1171 'page/ImageBitmap.cpp',
1173 'page/ImageBitmap.h', 1172 'page/ImageBitmap.h',
1174 'page/ImageBitmapFactories.cpp',
1175 'page/ImageBitmapFactories.h',
1176 'page/LayoutMilestones.h', 1173 'page/LayoutMilestones.h',
1177 'page/Location.cpp', 1174 'page/Location.cpp',
1178 'page/Location.h', 1175 'page/Location.h',
1179 'page/MemoryInfo.cpp', 1176 'page/MemoryInfo.cpp',
1180 'page/MouseEventWithHitTestResults.cpp', 1177 'page/MouseEventWithHitTestResults.cpp',
1181 'page/MouseEventWithHitTestResults.h', 1178 'page/MouseEventWithHitTestResults.h',
1182 'page/Navigator.cpp', 1179 'page/Navigator.cpp',
1183 'page/Navigator.h', 1180 'page/Navigator.h',
1184 'page/NavigatorBase.cpp', 1181 'page/NavigatorBase.cpp',
1185 'page/NavigatorBase.h', 1182 'page/NavigatorBase.h',
(...skipping 2617 matching lines...) Expand 10 before | Expand all | Expand 10 after
3803 'bison_exe': 'bison', 3800 'bison_exe': 'bison',
3804 # We specify a preprocess so it happens locally and won't get 3801 # We specify a preprocess so it happens locally and won't get
3805 # distributed to goma. 3802 # distributed to goma.
3806 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3803 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3807 # use /usr/bin/clang once we require Xcode 4.x. 3804 # use /usr/bin/clang once we require Xcode 4.x.
3808 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3805 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3809 }], 3806 }],
3810 ], 3807 ],
3811 } 3808 }
3812 } 3809 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/page/ImageBitmapFactories.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698