| OLD | NEW |
| 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 Loading... |
| 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 ['clang==1', { | 591 ['clang==1', { |
| 591 'target_defaults': { | 592 'target_defaults': { |
| 592 'cflags': ['-Wglobal-constructors'], | 593 'cflags': ['-Wglobal-constructors'], |
| 593 'xcode_settings': { | 594 'xcode_settings': { |
| 594 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 595 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
| 595 }, | 596 }, |
| 596 }, | 597 }, |
| 597 }], | 598 }], |
| 598 ], # conditions | 599 ], # conditions |
| 599 } | 600 } |
| OLD | NEW |