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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 ], | 78 ], |
79 'conditions': [ | 79 'conditions': [ |
80 ['component=="shared_library"', { | 80 ['component=="shared_library"', { |
81 'dependencies': [ | 81 'dependencies': [ |
82 '../core/core.gyp:webcore_derived', | 82 '../core/core.gyp:webcore_derived', |
83 '../core/core.gyp:webcore_test_support', | 83 '../core/core.gyp:webcore_test_support', |
84 '../modules/modules.gyp:modules_test_support', | 84 '../modules/modules.gyp:modules_test_support', |
85 '<(DEPTH)/base/base.gyp:test_support_base', | 85 '<(DEPTH)/base/base.gyp:test_support_base', |
86 '<(DEPTH)/testing/gmock.gyp:gmock', | 86 '<(DEPTH)/testing/gmock.gyp:gmock', |
87 '<(DEPTH)/testing/gtest.gyp:gtest', | 87 '<(DEPTH)/testing/gtest.gyp:gtest', |
88 '<(DEPTH)/third_party/icu/icu.gyp:*', | 88 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 89 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
89 '<(libjpeg_gyp_path):libjpeg', | 90 '<(libjpeg_gyp_path):libjpeg', |
90 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 91 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
91 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 92 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
92 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 93 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
93 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', | 94 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', |
94 '<(DEPTH)/third_party/modp_b64/modp_b64.gyp:modp_b64', | 95 '<(DEPTH)/third_party/modp_b64/modp_b64.gyp:modp_b64', |
95 '<(DEPTH)/third_party/ots/ots.gyp:ots', | 96 '<(DEPTH)/third_party/ots/ots.gyp:ots', |
96 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 97 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
97 '<(DEPTH)/url/url.gyp:url_lib', | 98 '<(DEPTH)/url/url.gyp:url_lib', |
98 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 99 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
376 ['clang==1', { | 377 ['clang==1', { |
377 'target_defaults': { | 378 'target_defaults': { |
378 'cflags': ['-Wglobal-constructors'], | 379 'cflags': ['-Wglobal-constructors'], |
379 'xcode_settings': { | 380 'xcode_settings': { |
380 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 381 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
381 }, | 382 }, |
382 }, | 383 }, |
383 }], | 384 }], |
384 ], # conditions | 385 ], # conditions |
385 } | 386 } |
OLD | NEW |