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

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: Rewrote HTMLSrcsetParser, making it more efficient and readable. Addressed abarth's review comments. 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
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/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 2478 matching lines...) Expand 10 before | Expand all | Expand 10 after
2489 'html/parser/HTMLParserThread.h', 2489 'html/parser/HTMLParserThread.h',
2490 'html/parser/HTMLPreloadScanner.cpp', 2490 'html/parser/HTMLPreloadScanner.cpp',
2491 'html/parser/HTMLPreloadScanner.h', 2491 'html/parser/HTMLPreloadScanner.h',
2492 'html/parser/HTMLResourcePreloader.cpp', 2492 'html/parser/HTMLResourcePreloader.cpp',
2493 'html/parser/HTMLResourcePreloader.h', 2493 'html/parser/HTMLResourcePreloader.h',
2494 'html/parser/HTMLScriptRunner.cpp', 2494 'html/parser/HTMLScriptRunner.cpp',
2495 'html/parser/HTMLScriptRunner.h', 2495 'html/parser/HTMLScriptRunner.h',
2496 'html/parser/HTMLScriptRunnerHost.h', 2496 'html/parser/HTMLScriptRunnerHost.h',
2497 'html/parser/HTMLSourceTracker.cpp', 2497 'html/parser/HTMLSourceTracker.cpp',
2498 'html/parser/HTMLSourceTracker.h', 2498 'html/parser/HTMLSourceTracker.h',
2499 'html/parser/HTMLSrcsetParser.cpp',
2500 'html/parser/HTMLSrcsetParser.h',
2499 'html/parser/HTMLStackItem.h', 2501 'html/parser/HTMLStackItem.h',
2500 'html/parser/HTMLToken.h', 2502 'html/parser/HTMLToken.h',
2501 'html/parser/HTMLTokenizer.cpp', 2503 'html/parser/HTMLTokenizer.cpp',
2502 'html/parser/HTMLTokenizer.h', 2504 'html/parser/HTMLTokenizer.h',
2503 'html/parser/HTMLTreeBuilder.cpp', 2505 'html/parser/HTMLTreeBuilder.cpp',
2504 'html/parser/HTMLTreeBuilder.h', 2506 'html/parser/HTMLTreeBuilder.h',
2505 'html/parser/HTMLTreeBuilderSimulator.cpp', 2507 'html/parser/HTMLTreeBuilderSimulator.cpp',
2506 'html/parser/HTMLTreeBuilderSimulator.h', 2508 'html/parser/HTMLTreeBuilderSimulator.h',
2507 'html/parser/HTMLViewSourceParser.cpp', 2509 'html/parser/HTMLViewSourceParser.cpp',
2508 'html/parser/HTMLViewSourceParser.h', 2510 'html/parser/HTMLViewSourceParser.h',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
2626 'platform/LifecycleNotifier.h', 2628 'platform/LifecycleNotifier.h',
2627 'platform/LifecycleObserver.cpp', 2629 'platform/LifecycleObserver.cpp',
2628 'platform/LifecycleObserver.h', 2630 'platform/LifecycleObserver.h',
2629 'platform/LinkHash.cpp', 2631 'platform/LinkHash.cpp',
2630 'platform/LocalizedStrings.cpp', 2632 'platform/LocalizedStrings.cpp',
2631 'platform/LocalizedStrings.h', 2633 'platform/LocalizedStrings.h',
2632 'platform/Logging.cpp', 2634 'platform/Logging.cpp',
2633 'platform/MIMETypeFromURL.cpp', 2635 'platform/MIMETypeFromURL.cpp',
2634 'platform/MIMETypeFromURL.h', 2636 'platform/MIMETypeFromURL.h',
2635 'platform/NotImplemented.cpp', 2637 'platform/NotImplemented.cpp',
2638 'platform/ParsingUtilities.h',
2636 'platform/Partitions.cpp', 2639 'platform/Partitions.cpp',
2637 'platform/Partitions.h', 2640 'platform/Partitions.h',
2638 'platform/Pasteboard.cpp', 2641 'platform/Pasteboard.cpp',
2639 'platform/Pasteboard.h', 2642 'platform/Pasteboard.h',
2640 'platform/PlatformEvent.cpp', 2643 'platform/PlatformEvent.cpp',
2641 'platform/PlatformEvent.h', 2644 'platform/PlatformEvent.h',
2642 'platform/PlatformInstrumentation.cpp', 2645 'platform/PlatformInstrumentation.cpp',
2643 'platform/PlatformInstrumentation.h', 2646 'platform/PlatformInstrumentation.h',
2644 'platform/PlatformSpeechSynthesisUtterance.cpp', 2647 'platform/PlatformSpeechSynthesisUtterance.cpp',
2645 'platform/PlatformSpeechSynthesisUtterance.h', 2648 'platform/PlatformSpeechSynthesisUtterance.h',
(...skipping 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after
3892 'bison_exe': 'bison', 3895 'bison_exe': 'bison',
3893 # We specify a preprocess so it happens locally and won't get 3896 # We specify a preprocess so it happens locally and won't get
3894 # distributed to goma. 3897 # distributed to goma.
3895 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3898 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3896 # use /usr/bin/clang once we require Xcode 4.x. 3899 # use /usr/bin/clang once we require Xcode 4.x.
3897 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3900 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3898 }], 3901 }],
3899 ], 3902 ],
3900 } 3903 }
3901 } 3904 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698