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

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

Issue 1637273003: PageRule should not serialize @page in selectorText (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win build problem Created 4 years, 10 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3862 matching lines...) Expand 10 before | Expand all | Expand 10 after
3873 'animation/animatable/AnimatableNeutralTest.cpp', 3873 'animation/animatable/AnimatableNeutralTest.cpp',
3874 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp', 3874 'animation/animatable/AnimatableStrokeDasharrayListTest.cpp',
3875 'animation/animatable/AnimatableUnknownTest.cpp', 3875 'animation/animatable/AnimatableUnknownTest.cpp',
3876 'animation/animatable/AnimatableValueTestHelper.cpp', 3876 'animation/animatable/AnimatableValueTestHelper.cpp',
3877 'animation/animatable/AnimatableValueTestHelper.h', 3877 'animation/animatable/AnimatableValueTestHelper.h',
3878 'animation/animatable/AnimatableValueTestHelperTest.cpp', 3878 'animation/animatable/AnimatableValueTestHelperTest.cpp',
3879 'clipboard/DataObjectTest.cpp', 3879 'clipboard/DataObjectTest.cpp',
3880 'css/AffectedByFocusTest.cpp', 3880 'css/AffectedByFocusTest.cpp',
3881 'css/CSSCalculationValueTest.cpp', 3881 'css/CSSCalculationValueTest.cpp',
3882 'css/CSSFontFaceTest.cpp', 3882 'css/CSSFontFaceTest.cpp',
3883 'css/CSSPageRuleTest.cpp',
3883 'css/CSSSelectorTest.cpp', 3884 'css/CSSSelectorTest.cpp',
3884 'css/CSSStyleSheetResourceTest.cpp', 3885 'css/CSSStyleSheetResourceTest.cpp',
3885 'css/CSSTestHelper.cpp', 3886 'css/CSSTestHelper.cpp',
3886 'css/CSSTestHelper.h', 3887 'css/CSSTestHelper.h',
3887 'css/CSSValueTestHelper.h', 3888 'css/CSSValueTestHelper.h',
3888 'css/DragUpdateTest.cpp', 3889 'css/DragUpdateTest.cpp',
3889 'css/MediaQueryEvaluatorTest.cpp', 3890 'css/MediaQueryEvaluatorTest.cpp',
3890 'css/MediaQueryListTest.cpp', 3891 'css/MediaQueryListTest.cpp',
3891 'css/MediaQueryMatcherTest.cpp', 3892 'css/MediaQueryMatcherTest.cpp',
3892 'css/MediaQuerySetTest.cpp', 3893 'css/MediaQuerySetTest.cpp',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
4040 'style/SVGComputedStyleTest.cpp', 4041 'style/SVGComputedStyleTest.cpp',
4041 'svg/SVGPathParserTest.cpp', 4042 'svg/SVGPathParserTest.cpp',
4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4043 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4043 'testing/PrivateScriptTestTest.cpp', 4044 'testing/PrivateScriptTestTest.cpp',
4044 'timing/MemoryInfoTest.cpp', 4045 'timing/MemoryInfoTest.cpp',
4045 'workers/WorkerThreadTest.cpp', 4046 'workers/WorkerThreadTest.cpp',
4046 'xml/parser/SharedBufferReaderTest.cpp', 4047 'xml/parser/SharedBufferReaderTest.cpp',
4047 ], 4048 ],
4048 } 4049 }
4049 } 4050 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698