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

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

Issue 18371008: Add a WebDocument::watchCssSelectors(selectors) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pinned
Patch Set: Fix most comments; TODO benchmark and use Element::recalcStyle Created 7 years, 5 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/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 1666 matching lines...) Expand 10 before | Expand all | Expand 10 after
1677 'dom/AnimationEvent.h', 1677 'dom/AnimationEvent.h',
1678 'dom/Attr.cpp', 1678 'dom/Attr.cpp',
1679 'dom/AutocompleteErrorEvent.h', 1679 'dom/AutocompleteErrorEvent.h',
1680 'dom/BeforeLoadEvent.h', 1680 'dom/BeforeLoadEvent.h',
1681 'dom/BeforeTextInsertedEvent.cpp', 1681 'dom/BeforeTextInsertedEvent.cpp',
1682 'dom/BeforeTextInsertedEvent.h', 1682 'dom/BeforeTextInsertedEvent.h',
1683 'dom/BeforeUnloadEvent.cpp', 1683 'dom/BeforeUnloadEvent.cpp',
1684 'dom/BeforeUnloadEvent.h', 1684 'dom/BeforeUnloadEvent.h',
1685 'dom/CDATASection.cpp', 1685 'dom/CDATASection.cpp',
1686 'dom/CDATASection.h', 1686 'dom/CDATASection.h',
1687 'dom/CSSSelectorWatch.cpp',
1687 'dom/CharacterData.cpp', 1688 'dom/CharacterData.cpp',
1688 'dom/CheckedRadioButtons.cpp', 1689 'dom/CheckedRadioButtons.cpp',
1689 'dom/ChildListMutationScope.cpp', 1690 'dom/ChildListMutationScope.cpp',
1690 'dom/ChildListMutationScope.h', 1691 'dom/ChildListMutationScope.h',
1691 'dom/ChildNodeList.cpp', 1692 'dom/ChildNodeList.cpp',
1692 'dom/ChildNodeList.h', 1693 'dom/ChildNodeList.h',
1693 'dom/ClassNodeList.cpp', 1694 'dom/ClassNodeList.cpp',
1694 'dom/ClassNodeList.h', 1695 'dom/ClassNodeList.h',
1695 'dom/ClientRect.cpp', 1696 'dom/ClientRect.cpp',
1696 'dom/ClientRect.h', 1697 'dom/ClientRect.h',
(...skipping 2070 matching lines...) Expand 10 before | Expand all | Expand 10 after
3767 'bison_exe': 'bison', 3768 'bison_exe': 'bison',
3768 # We specify a preprocess so it happens locally and won't get 3769 # We specify a preprocess so it happens locally and won't get
3769 # distributed to goma. 3770 # distributed to goma.
3770 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3771 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3771 # use /usr/bin/clang once we require Xcode 4.x. 3772 # use /usr/bin/clang once we require Xcode 4.x.
3772 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3773 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3773 }], 3774 }],
3774 ], 3775 ],
3775 } 3776 }
3776 } 3777 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698