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

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

Issue 14813025: Refactor viewport initialization logic out of WebViewImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Another RTL test fix Created 7 years, 7 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
OLDNEW
1 1
2 { 2 {
3 'variables': { 3 'variables': {
4 'core_idl_files': [ 4 'core_idl_files': [
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSHostRule.idl', 9 'css/CSSHostRule.idl',
10 'css/CSSImportRule.idl', 10 'css/CSSImportRule.idl',
(...skipping 1875 matching lines...) Expand 10 before | Expand all | Expand 10 after
1886 'dom/TreeScopeAdopter.h', 1886 'dom/TreeScopeAdopter.h',
1887 'dom/TreeWalker.cpp', 1887 'dom/TreeWalker.cpp',
1888 'dom/TreeWalker.h', 1888 'dom/TreeWalker.h',
1889 'dom/UIEvent.cpp', 1889 'dom/UIEvent.cpp',
1890 'dom/UIEventWithKeyState.cpp', 1890 'dom/UIEventWithKeyState.cpp',
1891 'dom/UserActionElementSet.h', 1891 'dom/UserActionElementSet.h',
1892 'dom/UserActionElementSet.cpp', 1892 'dom/UserActionElementSet.cpp',
1893 'dom/UserGestureIndicator.cpp', 1893 'dom/UserGestureIndicator.cpp',
1894 'dom/UserTypingGestureIndicator.cpp', 1894 'dom/UserTypingGestureIndicator.cpp',
1895 'dom/ViewportArguments.cpp', 1895 'dom/ViewportArguments.cpp',
1896 'dom/ViewportAttributes.cpp',
1896 'dom/VisitedLinkState.cpp', 1897 'dom/VisitedLinkState.cpp',
1897 'dom/VisitedLinkState.h', 1898 'dom/VisitedLinkState.h',
1898 'dom/WebCoreMemoryInstrumentation.cpp', 1899 'dom/WebCoreMemoryInstrumentation.cpp',
1899 'dom/WebCoreMemoryInstrumentation.h', 1900 'dom/WebCoreMemoryInstrumentation.h',
1900 'dom/WheelEvent.cpp', 1901 'dom/WheelEvent.cpp',
1901 'dom/WheelEvent.h', 1902 'dom/WheelEvent.h',
1902 'dom/WindowEventContext.cpp', 1903 'dom/WindowEventContext.cpp',
1903 'dom/WindowEventContext.h', 1904 'dom/WindowEventContext.h',
1904 'dom/default/PlatformMessagePortChannel.cpp', 1905 'dom/default/PlatformMessagePortChannel.cpp',
1905 'dom/default/PlatformMessagePortChannel.h', 1906 'dom/default/PlatformMessagePortChannel.h',
(...skipping 1769 matching lines...) Expand 10 before | Expand all | Expand 10 after
3675 'bison_exe': 'bison', 3676 'bison_exe': 'bison',
3676 # We specify a preprocess so it happens locally and won't get 3677 # We specify a preprocess so it happens locally and won't get
3677 # distributed to goma. 3678 # distributed to goma.
3678 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3679 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3679 # use /usr/bin/clang once we require Xcode 4.x. 3680 # use /usr/bin/clang once we require Xcode 4.x.
3680 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3681 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3681 }], 3682 }],
3682 ], 3683 ],
3683 } 3684 }
3684 } 3685 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698