| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 }, | 119 }, |
| 120 }], | 120 }], |
| 121 ], | 121 ], |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 'target_name': 'blink_platform', | 124 'target_name': 'blink_platform', |
| 125 'type': '<(component)', | 125 'type': '<(component)', |
| 126 'dependencies': [ | 126 'dependencies': [ |
| 127 '../config.gyp:config', | 127 '../config.gyp:config', |
| 128 '../wtf/wtf.gyp:wtf', | 128 '../wtf/wtf.gyp:wtf', |
| 129 '../heap/blink_heap.gyp:blink_heap', |
| 129 'blink_common', | 130 'blink_common', |
| 130 'blink_prerequisites', | 131 'blink_prerequisites', |
| 131 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 132 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| 132 '<(DEPTH)/skia/skia.gyp:skia', | 133 '<(DEPTH)/skia/skia.gyp:skia', |
| 133 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 134 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 134 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 135 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 135 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 136 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 136 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 137 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
| 137 '<(DEPTH)/third_party/ots/ots.gyp:ots', | 138 '<(DEPTH)/third_party/ots/ots.gyp:ots', |
| 138 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', | 139 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 ['OS=="android"', { | 454 ['OS=="android"', { |
| 454 'cflags!': ['-mthumb'], | 455 'cflags!': ['-mthumb'], |
| 455 }], | 456 }], |
| 456 ], | 457 ], |
| 457 },{ # target_arch!="arm" | 458 },{ # target_arch!="arm" |
| 458 'type': 'none', | 459 'type': 'none', |
| 459 }], | 460 }], |
| 460 ], | 461 ], |
| 461 }], | 462 }], |
| 462 } | 463 } |
| OLD | NEW |