| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'dependencies': [ | 72 'dependencies': [ |
| 73 '../core/core.gyp:webcore_shared', # modules depends on core. | 73 '../core/core.gyp:webcore_shared', # modules depends on core. |
| 74 '../platform/blink_platform.gyp:blink_common', | 74 '../platform/blink_platform.gyp:blink_common', |
| 75 '../platform/blink_platform.gyp:blink_platform', | 75 '../platform/blink_platform.gyp:blink_platform', |
| 76 '../bindings/modules/generated.gyp:modules_event_generated', | 76 '../bindings/modules/generated.gyp:modules_event_generated', |
| 77 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', | 77 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', |
| 78 '../wtf/wtf.gyp:wtf', | 78 '../wtf/wtf.gyp:wtf', |
| 79 '<(DEPTH)/base/base.gyp:base', | 79 '<(DEPTH)/base/base.gyp:base', |
| 80 '<(DEPTH)/skia/skia.gyp:skia', | 80 '<(DEPTH)/skia/skia.gyp:skia', |
| 81 '<(DEPTH)/url/url.gyp:url_lib', | 81 '<(DEPTH)/url/url.gyp:url_lib', |
| 82 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 82 '<(DEPTH)/v8/src/v8.gyp:v8', |
| 83 ], | 83 ], |
| 84 }, { | 84 }, { |
| 85 'type': 'static_library', | 85 'type': 'static_library', |
| 86 'dependencies': [ | 86 'dependencies': [ |
| 87 '../core/core.gyp:webcore', | 87 '../core/core.gyp:webcore', |
| 88 ], | 88 ], |
| 89 'conditions': [ | 89 'conditions': [ |
| 90 # Shard this target into parts to work around linker limitations. | 90 # Shard this target into parts to work around linker limitations. |
| 91 ['OS=="win" and (buildtype=="Official" or (fastbuild==0 and win_z7==1)
)', { | 91 ['OS=="win" and (buildtype=="Official" or (fastbuild==0 and win_z7==1)
)', { |
| 92 'msvs_shard': 4, | 92 'msvs_shard': 4, |
| (...skipping 28 matching lines...) Expand all Loading... |
| 121 '<(DEPTH)/gin/gin.gyp:gin', | 121 '<(DEPTH)/gin/gin.gyp:gin', |
| 122 ], | 122 ], |
| 123 }, { | 123 }, { |
| 124 'dependencies': [ | 124 'dependencies': [ |
| 125 '../core/core.gyp:webcore', | 125 '../core/core.gyp:webcore', |
| 126 ], | 126 ], |
| 127 }], | 127 }], |
| 128 ], | 128 ], |
| 129 }], | 129 }], |
| 130 } | 130 } |
| OLD | NEW |