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

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: Add a test for watching dynamic attribute changes Created 7 years, 4 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 '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 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after
1698 'dom/AnimationEvent.h', 1698 'dom/AnimationEvent.h',
1699 'dom/Attr.cpp', 1699 'dom/Attr.cpp',
1700 'dom/AutocompleteErrorEvent.h', 1700 'dom/AutocompleteErrorEvent.h',
1701 'dom/BeforeLoadEvent.h', 1701 'dom/BeforeLoadEvent.h',
1702 'dom/BeforeTextInsertedEvent.cpp', 1702 'dom/BeforeTextInsertedEvent.cpp',
1703 'dom/BeforeTextInsertedEvent.h', 1703 'dom/BeforeTextInsertedEvent.h',
1704 'dom/BeforeUnloadEvent.cpp', 1704 'dom/BeforeUnloadEvent.cpp',
1705 'dom/BeforeUnloadEvent.h', 1705 'dom/BeforeUnloadEvent.h',
1706 'dom/CDATASection.cpp', 1706 'dom/CDATASection.cpp',
1707 'dom/CDATASection.h', 1707 'dom/CDATASection.h',
1708 'dom/CSSSelectorWatch.cpp',
1708 'dom/CharacterData.cpp', 1709 'dom/CharacterData.cpp',
1709 'dom/CheckedRadioButtons.cpp', 1710 'dom/CheckedRadioButtons.cpp',
1710 'dom/ChildListMutationScope.cpp', 1711 'dom/ChildListMutationScope.cpp',
1711 'dom/ChildListMutationScope.h', 1712 'dom/ChildListMutationScope.h',
1712 'dom/ChildNodeList.cpp', 1713 'dom/ChildNodeList.cpp',
1713 'dom/ChildNodeList.h', 1714 'dom/ChildNodeList.h',
1714 'dom/ClassNodeList.cpp', 1715 'dom/ClassNodeList.cpp',
1715 'dom/ClassNodeList.h', 1716 'dom/ClassNodeList.h',
1716 'dom/ClientRect.cpp', 1717 'dom/ClientRect.cpp',
1717 'dom/ClientRect.h', 1718 'dom/ClientRect.h',
(...skipping 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after
3803 'bison_exe': 'bison', 3804 'bison_exe': 'bison',
3804 # We specify a preprocess so it happens locally and won't get 3805 # We specify a preprocess so it happens locally and won't get
3805 # distributed to goma. 3806 # distributed to goma.
3806 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3807 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3807 # use /usr/bin/clang once we require Xcode 4.x. 3808 # use /usr/bin/clang once we require Xcode 4.x.
3808 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3809 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3809 }], 3810 }],
3810 ], 3811 ],
3811 } 3812 }
3812 } 3813 }
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