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

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

Issue 23861003: Enable srcset support in HTMLImageElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed a flaky test Created 7 years, 3 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
« no previous file with comments | « LayoutTests/http/tests/resources/srcset-helper.js ('k') | Source/core/dom/Document.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 '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/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/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 2477 matching lines...) Expand 10 before | Expand all | Expand 10 after
2488 'html/parser/HTMLParserThread.h', 2488 'html/parser/HTMLParserThread.h',
2489 'html/parser/HTMLPreloadScanner.cpp', 2489 'html/parser/HTMLPreloadScanner.cpp',
2490 'html/parser/HTMLPreloadScanner.h', 2490 'html/parser/HTMLPreloadScanner.h',
2491 'html/parser/HTMLResourcePreloader.cpp', 2491 'html/parser/HTMLResourcePreloader.cpp',
2492 'html/parser/HTMLResourcePreloader.h', 2492 'html/parser/HTMLResourcePreloader.h',
2493 'html/parser/HTMLScriptRunner.cpp', 2493 'html/parser/HTMLScriptRunner.cpp',
2494 'html/parser/HTMLScriptRunner.h', 2494 'html/parser/HTMLScriptRunner.h',
2495 'html/parser/HTMLScriptRunnerHost.h', 2495 'html/parser/HTMLScriptRunnerHost.h',
2496 'html/parser/HTMLSourceTracker.cpp', 2496 'html/parser/HTMLSourceTracker.cpp',
2497 'html/parser/HTMLSourceTracker.h', 2497 'html/parser/HTMLSourceTracker.h',
2498 'html/parser/HTMLSrcsetParser.cpp',
2499 'html/parser/HTMLSrcsetParser.h',
2498 'html/parser/HTMLStackItem.h', 2500 'html/parser/HTMLStackItem.h',
2499 'html/parser/HTMLToken.h', 2501 'html/parser/HTMLToken.h',
2500 'html/parser/HTMLTokenizer.cpp', 2502 'html/parser/HTMLTokenizer.cpp',
2501 'html/parser/HTMLTokenizer.h', 2503 'html/parser/HTMLTokenizer.h',
2502 'html/parser/HTMLTreeBuilder.cpp', 2504 'html/parser/HTMLTreeBuilder.cpp',
2503 'html/parser/HTMLTreeBuilder.h', 2505 'html/parser/HTMLTreeBuilder.h',
2504 'html/parser/HTMLTreeBuilderSimulator.cpp', 2506 'html/parser/HTMLTreeBuilderSimulator.cpp',
2505 'html/parser/HTMLTreeBuilderSimulator.h', 2507 'html/parser/HTMLTreeBuilderSimulator.h',
2506 'html/parser/HTMLViewSourceParser.cpp', 2508 'html/parser/HTMLViewSourceParser.cpp',
2507 'html/parser/HTMLViewSourceParser.h', 2509 'html/parser/HTMLViewSourceParser.h',
(...skipping 1382 matching lines...) Expand 10 before | Expand all | Expand 10 after
3890 'bison_exe': 'bison', 3892 'bison_exe': 'bison',
3891 # We specify a preprocess so it happens locally and won't get 3893 # We specify a preprocess so it happens locally and won't get
3892 # distributed to goma. 3894 # distributed to goma.
3893 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3895 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3894 # use /usr/bin/clang once we require Xcode 4.x. 3896 # use /usr/bin/clang once we require Xcode 4.x.
3895 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3897 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3896 }], 3898 }],
3897 ], 3899 ],
3898 } 3900 }
3899 } 3901 }
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/resources/srcset-helper.js ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698