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

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

Issue 14569024: Merge 149966 "Fix multipart images, regressed in r148560". (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1500/
Patch Set: 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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSSCharsetRule.idl', 4 'css/CSSCharsetRule.idl',
5 'css/CSSFontFaceLoadEvent.idl', 5 'css/CSSFontFaceLoadEvent.idl',
6 'css/CSSFontFaceRule.idl', 6 'css/CSSFontFaceRule.idl',
7 'css/CSSHostRule.idl', 7 'css/CSSHostRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSMediaRule.idl', 9 'css/CSSMediaRule.idl',
10 'css/CSSPageRule.idl', 10 'css/CSSPageRule.idl',
(...skipping 3635 matching lines...) Expand 10 before | Expand all | Expand 10 after
3646 'platform/chromium/support/WebURL.cpp', 3646 'platform/chromium/support/WebURL.cpp',
3647 'platform/chromium/support/WebURLError.cpp', 3647 'platform/chromium/support/WebURLError.cpp',
3648 'platform/chromium/support/WebURLRequest.cpp', 3648 'platform/chromium/support/WebURLRequest.cpp',
3649 'platform/chromium/support/WebURLRequestPrivate.h', 3649 'platform/chromium/support/WebURLRequestPrivate.h',
3650 'platform/chromium/support/WebURLResponse.cpp', 3650 'platform/chromium/support/WebURLResponse.cpp',
3651 'platform/chromium/support/WebURLResponsePrivate.h', 3651 'platform/chromium/support/WebURLResponsePrivate.h',
3652 'platform/chromium/support/WrappedResourceRequest.h', 3652 'platform/chromium/support/WrappedResourceRequest.h',
3653 'platform/chromium/support/WrappedResourceResponse.h', 3653 'platform/chromium/support/WrappedResourceResponse.h',
3654 ], 3654 ],
3655 'core_unittest_files': [ 3655 'core_unittest_files': [
3656 'tests/CachedImageTest.cpp',
3656 'tests/HeapGraphSerializerTest.cpp', 3657 'tests/HeapGraphSerializerTest.cpp',
3657 'tests/LayoutUnit.cpp', 3658 'tests/LayoutUnit.cpp',
3658 'tests/LinkRelAttribute.cpp', 3659 'tests/LinkRelAttribute.cpp',
3659 'tests/WebSocketPerMessageDeflateTest.cpp' 3660 'tests/WebSocketPerMessageDeflateTest.cpp'
3660 ], 3661 ],
3661 'scripts_for_in_files': [ 3662 'scripts_for_in_files': [
3662 'scripts/in_file.py', 3663 'scripts/in_file.py',
3663 'scripts/in_generator.py', 3664 'scripts/in_generator.py',
3664 'scripts/license.py', 3665 'scripts/license.py',
3665 ], 3666 ],
(...skipping 13 matching lines...) Expand all
3679 'bison_exe': 'bison', 3680 'bison_exe': 'bison',
3680 # We specify a preprocess so it happens locally and won't get 3681 # We specify a preprocess so it happens locally and won't get
3681 # distributed to goma. 3682 # distributed to goma.
3682 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3683 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3683 # use /usr/bin/clang once we require Xcode 4.x. 3684 # use /usr/bin/clang once we require Xcode 4.x.
3684 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3685 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3685 }], 3686 }],
3686 ], 3687 ],
3687 } 3688 }
3688 } 3689 }
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/multipart/invalid-image-data.html ('k') | Source/core/loader/cache/CachedImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698