| 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 'injected_canvas_script_source', | 350 'injected_canvas_script_source', |
| 351 'injected_script_source', | 351 'injected_script_source', |
| 352 'inspector_overlay_page', | 352 'inspector_overlay_page', |
| 353 'inspector_protocol_sources', | 353 'inspector_protocol_sources', |
| 354 'inspector_instrumentation_sources', | 354 'inspector_instrumentation_sources', |
| 355 '../bindings/derived_sources.gyp:bindings_derived_sources', | 355 '../bindings/derived_sources.gyp:bindings_derived_sources', |
| 356 'core_derived_sources.gyp:make_core_derived_sources', | 356 'core_derived_sources.gyp:make_core_derived_sources', |
| 357 '../wtf/wtf.gyp:wtf', | 357 '../wtf/wtf.gyp:wtf', |
| 358 '../config.gyp:config', | 358 '../config.gyp:config', |
| 359 '../platform/blink_platform.gyp:blink_platform', | 359 '../platform/blink_platform.gyp:blink_platform', |
| 360 '../weborigin/weborigin.gyp:weborigin', | |
| 361 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 360 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| 362 '<(DEPTH)/skia/skia.gyp:skia', | 361 '<(DEPTH)/skia/skia.gyp:skia', |
| 363 '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator', | 362 '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator', |
| 364 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | 363 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', |
| 365 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 364 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 366 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 365 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
| 367 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 366 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
| 368 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', | 367 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', |
| 369 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 368 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 370 '<(DEPTH)/third_party/ots/ots.gyp:ots', | 369 '<(DEPTH)/third_party/ots/ots.gyp:ots', |
| (...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1087 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', | 1086 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', |
| 1088 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', | 1087 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', |
| 1089 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', | 1088 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', |
| 1090 ], | 1089 ], |
| 1091 'sources/': [ | 1090 'sources/': [ |
| 1092 ['exclude', 'testing/js'], | 1091 ['exclude', 'testing/js'], |
| 1093 ], | 1092 ], |
| 1094 }, | 1093 }, |
| 1095 ], # targets | 1094 ], # targets |
| 1096 } | 1095 } |
| OLD | NEW |