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

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

Issue 25223002: Move core/platform/sql into modules/webdatabase (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Attempt to fix the mac build 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 | Annotate | Revision Log
« no previous file with comments | « Source/config.gyp ('k') | Source/core/inspector/InspectorDatabaseAgent.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 3173 matching lines...) Expand 10 before | Expand all | Expand 10 after
3184 'platform/network/ResourceRequest.cpp', 3184 'platform/network/ResourceRequest.cpp',
3185 'platform/network/ResourceRequest.h', 3185 'platform/network/ResourceRequest.h',
3186 'platform/network/ResourceResponse.cpp', 3186 'platform/network/ResourceResponse.cpp',
3187 'platform/network/ResourceResponse.h', 3187 'platform/network/ResourceResponse.h',
3188 'platform/network/SocketStreamError.cpp', 3188 'platform/network/SocketStreamError.cpp',
3189 'platform/network/SocketStreamError.h', 3189 'platform/network/SocketStreamError.h',
3190 'platform/network/SocketStreamHandle.cpp', 3190 'platform/network/SocketStreamHandle.cpp',
3191 'platform/network/SocketStreamHandle.h', 3191 'platform/network/SocketStreamHandle.h',
3192 'platform/network/SocketStreamHandleClient.h', 3192 'platform/network/SocketStreamHandleClient.h',
3193 'platform/network/SocketStreamHandleInternal.h', 3193 'platform/network/SocketStreamHandleInternal.h',
3194 'platform/sql/SQLValue.cpp',
3195 'platform/sql/SQLiteAuthorizer.cpp',
3196 'platform/sql/SQLiteDatabase.cpp',
3197 'platform/sql/SQLiteFileSystem.h',
3198 'platform/sql/SQLiteStatement.cpp',
3199 'platform/sql/SQLiteStatement.h',
3200 'platform/sql/SQLiteTransaction.cpp',
3201 'platform/sql/chromium/SQLiteFileSystemChromium.cpp',
3202 'platform/sql/chromium/SQLiteFileSystemChromiumPosix.cpp',
3203 'platform/sql/chromium/SQLiteFileSystemChromiumWin.cpp',
3204 'platform/text/BidiContext.cpp', 3194 'platform/text/BidiContext.cpp',
3205 'platform/text/DateTimeFormat.cpp', 3195 'platform/text/DateTimeFormat.cpp',
3206 'platform/text/LineEnding.cpp', 3196 'platform/text/LineEnding.cpp',
3207 'platform/text/LocaleICU.cpp', 3197 'platform/text/LocaleICU.cpp',
3208 'platform/text/LocaleICU.h', 3198 'platform/text/LocaleICU.h',
3209 'platform/text/LocaleToScriptMapping.h', 3199 'platform/text/LocaleToScriptMapping.h',
3210 'platform/text/LocaleToScriptMappingDefault.cpp', 3200 'platform/text/LocaleToScriptMappingDefault.cpp',
3211 'platform/text/ParserUtilities.h', 3201 'platform/text/ParserUtilities.h',
3212 'platform/text/PlatformLocale.cpp', 3202 'platform/text/PlatformLocale.cpp',
3213 'platform/text/PlatformLocale.h', 3203 'platform/text/PlatformLocale.h',
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
3865 'bison_exe': 'bison', 3855 'bison_exe': 'bison',
3866 # We specify a preprocess so it happens locally and won't get 3856 # We specify a preprocess so it happens locally and won't get
3867 # distributed to goma. 3857 # distributed to goma.
3868 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3858 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3869 # use /usr/bin/clang once we require Xcode 4.x. 3859 # use /usr/bin/clang once we require Xcode 4.x.
3870 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3860 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3871 }], 3861 }],
3872 ], 3862 ],
3873 } 3863 }
3874 } 3864 }
OLDNEW
« no previous file with comments | « Source/config.gyp ('k') | Source/core/inspector/InspectorDatabaseAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698