| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 }], | 279 }], |
| 280 }, | 280 }, |
| 281 { | 281 { |
| 282 'target_name': 'bindings', | 282 'target_name': 'bindings', |
| 283 'type': 'static_library', | 283 'type': 'static_library', |
| 284 'hard_dependency': 1, | 284 'hard_dependency': 1, |
| 285 'dependencies': [ | 285 'dependencies': [ |
| 286 'bindings_sources', | 286 'bindings_sources', |
| 287 '../WebCore/WebCore.gyp/WebCore.gyp:webcore_prerequisites', | 287 '../WebCore/WebCore.gyp/WebCore.gyp:webcore_prerequisites', |
| 288 '../yarr/yarr.gyp:yarr', | 288 '../yarr/yarr.gyp:yarr', |
| 289 '../WTF/WTF.gyp/WTF.gyp:wtf', | 289 '../wtf/wtf.gyp:wtf', |
| 290 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | 290 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
| 291 '<(DEPTH)/skia/skia.gyp:skia', | 291 '<(DEPTH)/skia/skia.gyp:skia', |
| 292 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | 292 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', |
| 293 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 293 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 294 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 294 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
| 295 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', | 295 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', |
| 296 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 296 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
| 297 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 297 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 298 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', | 298 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', |
| 299 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 299 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 }], | 348 }], |
| 349 ['OS in ("linux", "android") and "WTF_USE_WEBAUDIO_IPP=1" in feature_def
ines', { | 349 ['OS in ("linux", "android") and "WTF_USE_WEBAUDIO_IPP=1" in feature_def
ines', { |
| 350 'cflags': [ | 350 'cflags': [ |
| 351 '<!@(pkg-config --cflags-only-I ipp)', | 351 '<!@(pkg-config --cflags-only-I ipp)', |
| 352 ], | 352 ], |
| 353 }], | 353 }], |
| 354 ], | 354 ], |
| 355 }, | 355 }, |
| 356 ], | 356 ], |
| 357 } | 357 } |
| OLD | NEW |