| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2009 Google Inc. All rights reserved. | 2 # Copyright (C) 2009 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 ] | 162 ] |
| 163 }, | 163 }, |
| 164 { | 164 { |
| 165 # GN version: //third_party/WebKit/Source/core:core_generated | 165 # GN version: //third_party/WebKit/Source/core:core_generated |
| 166 'target_name': 'webcore_generated', | 166 'target_name': 'webcore_generated', |
| 167 'type': 'static_library', | 167 'type': 'static_library', |
| 168 'hard_dependency': 1, | 168 'hard_dependency': 1, |
| 169 'dependencies': [ | 169 'dependencies': [ |
| 170 'webcore_prerequisites', | 170 'webcore_prerequisites', |
| 171 'core_generated.gyp:make_core_generated', | 171 'core_generated.gyp:make_core_generated', |
| 172 'inspector_protocol_sources', |
| 172 'inspector_instrumentation_sources', | 173 'inspector_instrumentation_sources', |
| 173 'inspector_protocol_sources', | |
| 174 'inspector/v8/v8_inspector.gyp:injected_script_sources', | |
| 175 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', | 174 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', |
| 176 # FIXME: don't depend on bindings_modules http://crbug.com/358074 | 175 # FIXME: don't depend on bindings_modules http://crbug.com/358074 |
| 177 '../bindings/modules/generated.gyp:modules_event_generated', | 176 '../bindings/modules/generated.gyp:modules_event_generated', |
| 178 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', | 177 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', |
| 179 '../platform/platform_generated.gyp:make_platform_generated', | 178 '../platform/platform_generated.gyp:make_platform_generated', |
| 180 '../wtf/wtf.gyp:wtf', | 179 '../wtf/wtf.gyp:wtf', |
| 181 '<(DEPTH)/gin/gin.gyp:gin', | 180 '<(DEPTH)/gin/gin.gyp:gin', |
| 182 '<(DEPTH)/skia/skia.gyp:skia', | 181 '<(DEPTH)/skia/skia.gyp:skia', |
| 183 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | 182 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', |
| 184 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 183 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 }], | 227 }], |
| 229 ], | 228 ], |
| 230 }, | 229 }, |
| 231 { | 230 { |
| 232 # We'll soon split libwebcore in multiple smaller libraries. | 231 # We'll soon split libwebcore in multiple smaller libraries. |
| 233 # webcore_prerequisites will be the 'base' target of every sub-target. | 232 # webcore_prerequisites will be the 'base' target of every sub-target. |
| 234 # GN version: //third_party/WebKit/Source/core:prerequisites | 233 # GN version: //third_party/WebKit/Source/core:prerequisites |
| 235 'target_name': 'webcore_prerequisites', | 234 'target_name': 'webcore_prerequisites', |
| 236 'type': 'none', | 235 'type': 'none', |
| 237 'dependencies': [ | 236 'dependencies': [ |
| 237 'inspector_protocol_sources', |
| 238 'inspector_instrumentation_sources', | 238 'inspector_instrumentation_sources', |
| 239 'inspector_protocol_sources', | |
| 240 'inspector/v8/v8_inspector.gyp:injected_script_sources', | |
| 241 'core_generated.gyp:make_core_generated', | 239 'core_generated.gyp:make_core_generated', |
| 242 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', | 240 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', |
| 243 # FIXME: don't depend on bindings_modules http://crbug.com/358074 | 241 # FIXME: don't depend on bindings_modules http://crbug.com/358074 |
| 244 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', | 242 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', |
| 245 '../wtf/wtf.gyp:wtf', | 243 '../wtf/wtf.gyp:wtf', |
| 246 '../config.gyp:config', | 244 '../config.gyp:config', |
| 247 '../platform/blink_platform.gyp:blink_platform', | 245 '../platform/blink_platform.gyp:blink_platform', |
| 248 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 246 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| 249 '<(DEPTH)/skia/skia.gyp:skia', | 247 '<(DEPTH)/skia/skia.gyp:skia', |
| 250 '<(angle_path)/src/angle.gyp:translator', | 248 '<(angle_path)/src/angle.gyp:translator', |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 644 'type': 'shared_library', | 642 'type': 'shared_library', |
| 645 'hard_dependency': 1, | 643 'hard_dependency': 1, |
| 646 'dependencies': [ | 644 'dependencies': [ |
| 647 'webcore_prerequisites', | 645 'webcore_prerequisites', |
| 648 | 646 |
| 649 '../platform/blink_platform.gyp:blink_common', | 647 '../platform/blink_platform.gyp:blink_common', |
| 650 '../platform/blink_platform.gyp:blink_platform', | 648 '../platform/blink_platform.gyp:blink_platform', |
| 651 | 649 |
| 652 # webcore_generated dependency | 650 # webcore_generated dependency |
| 653 'core_generated.gyp:make_core_generated', | 651 'core_generated.gyp:make_core_generated', |
| 652 'inspector_protocol_sources', |
| 654 'inspector_instrumentation_sources', | 653 'inspector_instrumentation_sources', |
| 655 'inspector_protocol_sources', | |
| 656 'inspector/v8/v8_inspector.gyp:injected_script_sources', | |
| 657 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', | 654 '../bindings/core/v8/generated.gyp:bindings_core_v8_generated', |
| 658 # FIXME: don't depend on bindings_modules http://crbug.com/358074 | 655 # FIXME: don't depend on bindings_modules http://crbug.com/358074 |
| 659 '../bindings/modules/generated.gyp:modules_event_generated', | 656 '../bindings/modules/generated.gyp:modules_event_generated', |
| 660 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', | 657 '../bindings/modules/v8/generated.gyp:bindings_modules_v8_generated', |
| 661 '../platform/platform_generated.gyp:make_platform_generated', | 658 '../platform/platform_generated.gyp:make_platform_generated', |
| 662 | 659 |
| 663 '../wtf/wtf.gyp:wtf', | 660 '../wtf/wtf.gyp:wtf', |
| 664 '<(DEPTH)/base/base.gyp:base', | 661 '<(DEPTH)/base/base.gyp:base', |
| 665 '<(DEPTH)/gin/gin.gyp:gin', | 662 '<(DEPTH)/gin/gin.gyp:gin', |
| 666 '<(DEPTH)/skia/skia.gyp:skia', | 663 '<(DEPTH)/skia/skia.gyp:skia', |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 828 'libraries': [ | 825 'libraries': [ |
| 829 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a', | 826 '<!@(pkg-config --libs ipp|sed s/-L//)/libipps_l.a', |
| 830 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a', | 827 '<!@(pkg-config --libs ipp|sed s/-L//)/libippcore_l.a', |
| 831 ] | 828 ] |
| 832 }, | 829 }, |
| 833 }], | 830 }], |
| 834 ], | 831 ], |
| 835 }, | 832 }, |
| 836 ], # targets | 833 ], # targets |
| 837 } | 834 } |
| OLD | NEW |