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: Sync 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 1725 matching lines...) Expand 10 before | Expand all | Expand 10 after
1736 'dom/ActiveDOMObject.cpp', 1736 'dom/ActiveDOMObject.cpp',
1737 'dom/Attr.cpp', 1737 'dom/Attr.cpp',
1738 'dom/AutocompleteErrorEvent.h', 1738 'dom/AutocompleteErrorEvent.h',
1739 'dom/BeforeLoadEvent.h', 1739 'dom/BeforeLoadEvent.h',
1740 'dom/BeforeTextInsertedEvent.cpp', 1740 'dom/BeforeTextInsertedEvent.cpp',
1741 'dom/BeforeTextInsertedEvent.h', 1741 'dom/BeforeTextInsertedEvent.h',
1742 'dom/BeforeUnloadEvent.cpp', 1742 'dom/BeforeUnloadEvent.cpp',
1743 'dom/BeforeUnloadEvent.h', 1743 'dom/BeforeUnloadEvent.h',
1744 'dom/CDATASection.cpp', 1744 'dom/CDATASection.cpp',
1745 'dom/CDATASection.h', 1745 'dom/CDATASection.h',
1746 'dom/CSSSelectorWatch.cpp',
1746 'dom/CharacterData.cpp', 1747 'dom/CharacterData.cpp',
1747 'dom/CheckedRadioButtons.cpp', 1748 'dom/CheckedRadioButtons.cpp',
1748 'dom/ChildListMutationScope.cpp', 1749 'dom/ChildListMutationScope.cpp',
1749 'dom/ChildListMutationScope.h', 1750 'dom/ChildListMutationScope.h',
1750 'dom/ChildNodeList.cpp', 1751 'dom/ChildNodeList.cpp',
1751 'dom/ChildNodeList.h', 1752 'dom/ChildNodeList.h',
1752 'dom/ClassNodeList.cpp', 1753 'dom/ClassNodeList.cpp',
1753 'dom/ClassNodeList.h', 1754 'dom/ClassNodeList.h',
1754 'dom/ClientRect.cpp', 1755 'dom/ClientRect.cpp',
1755 'dom/ClientRect.h', 1756 'dom/ClientRect.h',
(...skipping 2109 matching lines...) Expand 10 before | Expand all | Expand 10 after
3865 'bison_exe': 'bison', 3866 'bison_exe': 'bison',
3866 # We specify a preprocess so it happens locally and won't get 3867 # We specify a preprocess so it happens locally and won't get
3867 # distributed to goma. 3868 # distributed to goma.
3868 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3869 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3869 # use /usr/bin/clang once we require Xcode 4.x. 3870 # use /usr/bin/clang once we require Xcode 4.x.
3870 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3871 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3871 }], 3872 }],
3872 ], 3873 ],
3873 } 3874 }
3874 } 3875 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | Source/core/dom/CSSSelectorWatch.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698