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

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

Issue 110843004: Replaced HTMLIdentifier with an atomized string factory function (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review fixes Created 7 years 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 | « no previous file | Source/core/html/parser/AtomicHTMLToken.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/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSKeyframeRule.idl', 9 'css/CSSKeyframeRule.idl',
10 'css/CSSKeyframesRule.idl', 10 'css/CSSKeyframesRule.idl',
(...skipping 2542 matching lines...) Expand 10 before | Expand all | Expand 10 after
2553 'html/parser/HTMLDocumentParser.h', 2553 'html/parser/HTMLDocumentParser.h',
2554 'html/parser/HTMLElementStack.cpp', 2554 'html/parser/HTMLElementStack.cpp',
2555 'html/parser/HTMLElementStack.h', 2555 'html/parser/HTMLElementStack.h',
2556 'html/parser/HTMLEntityParser.cpp', 2556 'html/parser/HTMLEntityParser.cpp',
2557 'html/parser/HTMLEntityParser.h', 2557 'html/parser/HTMLEntityParser.h',
2558 'html/parser/HTMLEntitySearch.cpp', 2558 'html/parser/HTMLEntitySearch.cpp',
2559 'html/parser/HTMLEntitySearch.h', 2559 'html/parser/HTMLEntitySearch.h',
2560 'html/parser/HTMLEntityTable.h', 2560 'html/parser/HTMLEntityTable.h',
2561 'html/parser/HTMLFormattingElementList.cpp', 2561 'html/parser/HTMLFormattingElementList.cpp',
2562 'html/parser/HTMLFormattingElementList.h', 2562 'html/parser/HTMLFormattingElementList.h',
2563 'html/parser/HTMLIdentifier.cpp',
2564 'html/parser/HTMLIdentifier.h',
2565 'html/parser/HTMLInputStream.h', 2563 'html/parser/HTMLInputStream.h',
2566 'html/parser/HTMLMetaCharsetParser.cpp', 2564 'html/parser/HTMLMetaCharsetParser.cpp',
2567 'html/parser/HTMLMetaCharsetParser.h', 2565 'html/parser/HTMLMetaCharsetParser.h',
2568 'html/parser/HTMLParserIdioms.cpp', 2566 'html/parser/HTMLParserIdioms.cpp',
2569 'html/parser/HTMLParserOptions.cpp', 2567 'html/parser/HTMLParserOptions.cpp',
2570 'html/parser/HTMLParserOptions.h', 2568 'html/parser/HTMLParserOptions.h',
2571 'html/parser/HTMLParserScheduler.cpp', 2569 'html/parser/HTMLParserScheduler.cpp',
2572 'html/parser/HTMLParserScheduler.h', 2570 'html/parser/HTMLParserScheduler.h',
2573 'html/parser/HTMLParserThread.cpp', 2571 'html/parser/HTMLParserThread.cpp',
2574 'html/parser/HTMLParserThread.h', 2572 'html/parser/HTMLParserThread.h',
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
3321 'platform/animation/AnimationTranslationUtilTest.cpp', 3319 'platform/animation/AnimationTranslationUtilTest.cpp',
3322 'platform/animation/TimingFunctionTestHelper.h', 3320 'platform/animation/TimingFunctionTestHelper.h',
3323 'platform/animation/TimingFunctionTestHelper.cpp', 3321 'platform/animation/TimingFunctionTestHelper.cpp',
3324 'platform/animation/TimingFunctionTestHelperTest.cpp', 3322 'platform/animation/TimingFunctionTestHelperTest.cpp',
3325 'rendering/RenderOverflowTest.cpp', 3323 'rendering/RenderOverflowTest.cpp',
3326 'testing/UnitTestHelpers.h', 3324 'testing/UnitTestHelpers.h',
3327 'testing/UnitTestHelpers.cpp', 3325 'testing/UnitTestHelpers.cpp',
3328 ], 3326 ],
3329 } 3327 }
3330 } 3328 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/parser/AtomicHTMLToken.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698