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

Side by Side Diff: Source/WebKit/chromium/WebKit.gyp

Issue 13980003: Add animation support for WebP images (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Create and use zeroFillPixelData() 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/WebKit/chromium/WebKitUnitTests.gyp » ('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 # Copyright (C) 2011 Google Inc. All rights reserved. 2 # Copyright (C) 2011 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 ['component=="shared_library"', { 365 ['component=="shared_library"', {
366 'dependencies': [ 366 'dependencies': [
367 '../../core/core.gyp:webcore_derived', 367 '../../core/core.gyp:webcore_derived',
368 '../../core/core.gyp:webcore_test_support', 368 '../../core/core.gyp:webcore_test_support',
369 '<(DEPTH)/base/base.gyp:test_support_base', 369 '<(DEPTH)/base/base.gyp:test_support_base',
370 '<(DEPTH)/testing/gmock.gyp:gmock', 370 '<(DEPTH)/testing/gmock.gyp:gmock',
371 '<(DEPTH)/testing/gtest.gyp:gtest', 371 '<(DEPTH)/testing/gtest.gyp:gtest',
372 '<(DEPTH)/third_party/icu/icu.gyp:*', 372 '<(DEPTH)/third_party/icu/icu.gyp:*',
373 '<(DEPTH)/third_party/libjpeg_turbo/libjpeg.gyp:libjpeg' , 373 '<(DEPTH)/third_party/libjpeg_turbo/libjpeg.gyp:libjpeg' ,
374 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 374 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
375 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
375 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 376 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
376 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 377 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
377 '<(DEPTH)/third_party/modp_b64/modp_b64.gyp:modp_b64', 378 '<(DEPTH)/third_party/modp_b64/modp_b64.gyp:modp_b64',
378 '<(DEPTH)/third_party/ots/ots.gyp:ots', 379 '<(DEPTH)/third_party/ots/ots.gyp:ots',
379 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 380 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
380 '<(DEPTH)/url/url.gyp:url_lib', 381 '<(DEPTH)/url/url.gyp:url_lib',
381 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 382 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
382 # We must not add webkit_support here because of cyclic dependency. 383 # We must not add webkit_support here because of cyclic dependency.
383 ], 384 ],
384 'export_dependent_settings': [ 385 'export_dependent_settings': [
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 ['clang==1', { 589 ['clang==1', {
589 'target_defaults': { 590 'target_defaults': {
590 'cflags': ['-Wglobal-constructors'], 591 'cflags': ['-Wglobal-constructors'],
591 'xcode_settings': { 592 'xcode_settings': {
592 'WARNING_CFLAGS': ['-Wglobal-constructors'], 593 'WARNING_CFLAGS': ['-Wglobal-constructors'],
593 }, 594 },
594 }, 595 },
595 }], 596 }],
596 ], # conditions 597 ], # conditions
597 } 598 }
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/WebKit/chromium/WebKitUnitTests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698