| 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 27 matching lines...) Expand all Loading... |
| 38 'optimize': 'max', | 38 'optimize': 'max', |
| 39 }, | 39 }, |
| 40 }, | 40 }, |
| 41 'targets': [{ | 41 'targets': [{ |
| 42 'target_name': 'bindings', | 42 'target_name': 'bindings', |
| 43 'type': 'static_library', | 43 'type': 'static_library', |
| 44 'hard_dependency': 1, | 44 'hard_dependency': 1, |
| 45 'dependencies': [ | 45 'dependencies': [ |
| 46 '../config.gyp:config', | 46 '../config.gyp:config', |
| 47 '../wtf/wtf.gyp:wtf', | 47 '../wtf/wtf.gyp:wtf', |
| 48 '../core/core.gyp/core.gyp:webcore', | 48 '../core/core.gyp:webcore', |
| 49 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | 49 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
| 50 '<(DEPTH)/skia/skia.gyp:skia', | 50 '<(DEPTH)/skia/skia.gyp:skia', |
| 51 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | 51 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', |
| 52 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 52 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 53 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 53 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
| 54 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', | 54 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', |
| 55 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 55 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
| 56 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 56 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 57 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', | 57 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', |
| 58 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 58 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 87 }], | 87 }], |
| 88 ['OS in ("linux", "android") and "WTF_USE_WEBAUDIO_IPP=1" in feature_def
ines', { | 88 ['OS in ("linux", "android") and "WTF_USE_WEBAUDIO_IPP=1" in feature_def
ines', { |
| 89 'cflags': [ | 89 'cflags': [ |
| 90 '<!@(pkg-config --cflags-only-I ipp)', | 90 '<!@(pkg-config --cflags-only-I ipp)', |
| 91 ], | 91 ], |
| 92 }], | 92 }], |
| 93 ], | 93 ], |
| 94 }, | 94 }, |
| 95 ], | 95 ], |
| 96 } | 96 } |
| OLD | NEW |