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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'sources': [ | 74 'sources': [ |
75 '<@(webcore_platform_support_files)', | 75 '<@(webcore_platform_support_files)', |
76 '<@(web_files)', | 76 '<@(web_files)', |
77 ], | 77 ], |
78 'conditions': [ | 78 'conditions': [ |
79 ['component=="shared_library"', { | 79 ['component=="shared_library"', { |
80 'dependencies': [ | 80 'dependencies': [ |
81 '../core/core.gyp:webcore_derived', | 81 '../core/core.gyp:webcore_derived', |
82 '../core/core.gyp:webcore_test_support', | 82 '../core/core.gyp:webcore_test_support', |
83 '../modules/modules.gyp:modules_test_support', | 83 '../modules/modules.gyp:modules_test_support', |
| 84 '../platform/blink_platform_tests.gyp:blink_platform_uni
ttests_support', |
84 '../wtf/wtf_tests.gyp:wtf_unittest_helpers', | 85 '../wtf/wtf_tests.gyp:wtf_unittest_helpers', |
85 '<(DEPTH)/base/base.gyp:test_support_base', | 86 '<(DEPTH)/base/base.gyp:test_support_base', |
86 '<(DEPTH)/testing/gmock.gyp:gmock', | 87 '<(DEPTH)/testing/gmock.gyp:gmock', |
87 '<(DEPTH)/testing/gtest.gyp:gtest', | 88 '<(DEPTH)/testing/gtest.gyp:gtest', |
88 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 89 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
89 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 90 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
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', |
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 ['clang==1', { | 372 ['clang==1', { |
372 'target_defaults': { | 373 'target_defaults': { |
373 'cflags': ['-Wglobal-constructors'], | 374 'cflags': ['-Wglobal-constructors'], |
374 'xcode_settings': { | 375 'xcode_settings': { |
375 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 376 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
376 }, | 377 }, |
377 }, | 378 }, |
378 }], | 379 }], |
379 ], # conditions | 380 ], # conditions |
380 } | 381 } |
OLD | NEW |