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

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

Issue 18345011: Move GridCoordinate and GridSpan to a separate file (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: --no-find-copies to avoid bad copy detection 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/rendering/RenderGrid.h » ('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/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 1472 matching lines...) Expand 10 before | Expand all | Expand 10 after
1483 'rendering/shapes/ShapeInsideInfo.cpp', 1483 'rendering/shapes/ShapeInsideInfo.cpp',
1484 'rendering/shapes/ShapeInsideInfo.h', 1484 'rendering/shapes/ShapeInsideInfo.h',
1485 'rendering/shapes/ShapeInterval.cpp', 1485 'rendering/shapes/ShapeInterval.cpp',
1486 'rendering/shapes/ShapeInterval.h', 1486 'rendering/shapes/ShapeInterval.h',
1487 'rendering/shapes/ShapeOutsideInfo.cpp', 1487 'rendering/shapes/ShapeOutsideInfo.cpp',
1488 'rendering/shapes/ShapeOutsideInfo.h', 1488 'rendering/shapes/ShapeOutsideInfo.h',
1489 'rendering/style/BasicShapes.cpp', 1489 'rendering/style/BasicShapes.cpp',
1490 'rendering/style/ContentData.cpp', 1490 'rendering/style/ContentData.cpp',
1491 'rendering/style/CounterDirectives.cpp', 1491 'rendering/style/CounterDirectives.cpp',
1492 'rendering/style/FillLayer.cpp', 1492 'rendering/style/FillLayer.cpp',
1493 'rendering/style/GridCoordinate.h',
1493 'rendering/style/KeyframeList.cpp', 1494 'rendering/style/KeyframeList.cpp',
1494 'rendering/style/KeyframeList.h', 1495 'rendering/style/KeyframeList.h',
1495 'rendering/style/NinePieceImage.cpp', 1496 'rendering/style/NinePieceImage.cpp',
1496 'rendering/style/QuotesData.cpp', 1497 'rendering/style/QuotesData.cpp',
1497 'rendering/style/QuotesData.h', 1498 'rendering/style/QuotesData.h',
1498 'rendering/style/RenderStyle.cpp', 1499 'rendering/style/RenderStyle.cpp',
1499 'rendering/style/ShadowData.cpp', 1500 'rendering/style/ShadowData.cpp',
1500 'rendering/style/StyleBackgroundData.cpp', 1501 'rendering/style/StyleBackgroundData.cpp',
1501 'rendering/style/StyleBoxData.cpp', 1502 'rendering/style/StyleBoxData.cpp',
1502 'rendering/style/StyleCachedImage.cpp', 1503 'rendering/style/StyleCachedImage.cpp',
(...skipping 2205 matching lines...) Expand 10 before | Expand all | Expand 10 after
3708 'bison_exe': 'bison', 3709 'bison_exe': 'bison',
3709 # We specify a preprocess so it happens locally and won't get 3710 # We specify a preprocess so it happens locally and won't get
3710 # distributed to goma. 3711 # distributed to goma.
3711 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3712 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3712 # use /usr/bin/clang once we require Xcode 4.x. 3713 # use /usr/bin/clang once we require Xcode 4.x.
3713 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3714 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3714 }], 3715 }],
3715 ], 3716 ],
3716 } 3717 }
3717 } 3718 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/rendering/RenderGrid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698