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

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, 2 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 | « no previous file | Source/core/css/CSSComputedStyleDeclaration.cpp » ('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 1735 matching lines...) Expand 10 before | Expand all | Expand 10 after
1746 'xml/XSLTProcessor.h', 1746 'xml/XSLTProcessor.h',
1747 'xml/XSLTProcessorLibxslt.cpp', 1747 'xml/XSLTProcessorLibxslt.cpp',
1748 'xml/XSLTUnicodeSort.cpp', 1748 'xml/XSLTUnicodeSort.cpp',
1749 'xml/XSLTUnicodeSort.h', 1749 'xml/XSLTUnicodeSort.h',
1750 ], 1750 ],
1751 'webcore_dom_files': [ 1751 'webcore_dom_files': [
1752 'dom/ActiveDOMObject.cpp', 1752 'dom/ActiveDOMObject.cpp',
1753 'dom/Attr.cpp', 1753 'dom/Attr.cpp',
1754 'dom/CDATASection.cpp', 1754 'dom/CDATASection.cpp',
1755 'dom/CDATASection.h', 1755 'dom/CDATASection.h',
1756 'dom/CSSSelectorWatch.cpp',
1756 'dom/CharacterData.cpp', 1757 'dom/CharacterData.cpp',
1757 'dom/ChildListMutationScope.cpp', 1758 'dom/ChildListMutationScope.cpp',
1758 'dom/ChildListMutationScope.h', 1759 'dom/ChildListMutationScope.h',
1759 'dom/ChildNodeList.cpp', 1760 'dom/ChildNodeList.cpp',
1760 'dom/ChildNodeList.h', 1761 'dom/ChildNodeList.h',
1761 'dom/ClassNodeList.cpp', 1762 'dom/ClassNodeList.cpp',
1762 'dom/ClassNodeList.h', 1763 'dom/ClassNodeList.h',
1763 'dom/ClientRect.cpp', 1764 'dom/ClientRect.cpp',
1764 'dom/ClientRect.h', 1765 'dom/ClientRect.h',
1765 'dom/ClientRectList.cpp', 1766 'dom/ClientRectList.cpp',
(...skipping 2109 matching lines...) Expand 10 before | Expand all | Expand 10 after
3875 'bison_exe': 'bison', 3876 'bison_exe': 'bison',
3876 # We specify a preprocess so it happens locally and won't get 3877 # We specify a preprocess so it happens locally and won't get
3877 # distributed to goma. 3878 # distributed to goma.
3878 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3879 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3879 # use /usr/bin/clang once we require Xcode 4.x. 3880 # use /usr/bin/clang once we require Xcode 4.x.
3880 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3881 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3881 }], 3882 }],
3882 ], 3883 ],
3883 } 3884 }
3884 } 3885 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698