| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 'dependencies': [ | 211 'dependencies': [ |
| 212 'webcore_prerequisites', | 212 'webcore_prerequisites', |
| 213 'core_generated.gyp:make_core_generated', | 213 'core_generated.gyp:make_core_generated', |
| 214 'inspector_overlay_page', | 214 'inspector_overlay_page', |
| 215 'inspector_protocol_sources', | 215 'inspector_protocol_sources', |
| 216 'inspector_instrumentation_sources', | 216 'inspector_instrumentation_sources', |
| 217 'injected_canvas_script_source', | 217 'injected_canvas_script_source', |
| 218 'injected_script_source', | 218 'injected_script_source', |
| 219 'debugger_script_source', | 219 'debugger_script_source', |
| 220 '../bindings/core/v8/generated.gyp:bindings_core_generated', | 220 '../bindings/core/v8/generated.gyp:bindings_core_generated', |
| 221 # FIXME: don't depend on bindings_modules http://crbug.com/358074 | 221 # FIXME: don't depend on bindings/modules http://crbug.com/358074 |
| 222 '../bindings/modules/generated.gyp:modules_bindings_generated', |
| 222 '../bindings/modules/v8/generated.gyp:bindings_modules_generated', | 223 '../bindings/modules/v8/generated.gyp:bindings_modules_generated', |
| 223 '../platform/platform_generated.gyp:make_platform_generated', | 224 '../platform/platform_generated.gyp:make_platform_generated', |
| 224 '../wtf/wtf.gyp:wtf', | 225 '../wtf/wtf.gyp:wtf', |
| 225 '<(DEPTH)/gin/gin.gyp:gin', | 226 '<(DEPTH)/gin/gin.gyp:gin', |
| 226 '<(DEPTH)/skia/skia.gyp:skia', | 227 '<(DEPTH)/skia/skia.gyp:skia', |
| 227 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | 228 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', |
| 228 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 229 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 229 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 230 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
| 230 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 231 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
| 231 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', | 232 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', |
| (...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 '<(bindings_core_v8_output_dir)/V8LayerRect.h', | 825 '<(bindings_core_v8_output_dir)/V8LayerRect.h', |
| 825 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', | 826 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', |
| 826 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', | 827 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', |
| 827 ], | 828 ], |
| 828 'sources/': [ | 829 'sources/': [ |
| 829 ['exclude', 'testing/js'], | 830 ['exclude', 'testing/js'], |
| 830 ], | 831 ], |
| 831 }, | 832 }, |
| 832 ], # targets | 833 ], # targets |
| 833 } | 834 } |
| OLD | NEW |