| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 '../wtf/wtf.gyp:wtf', | 128 '../wtf/wtf.gyp:wtf', |
| 129 'blink_common', | 129 'blink_common', |
| 130 'blink_heap_asm_stubs', | 130 'blink_heap_asm_stubs', |
| 131 'platform_generated.gyp:make_platform_generated', | 131 'platform_generated.gyp:make_platform_generated', |
| 132 '<(DEPTH)/base/base.gyp:base', | 132 '<(DEPTH)/base/base.gyp:base', |
| 133 '<(DEPTH)/cc/cc.gyp:cc', | 133 '<(DEPTH)/cc/cc.gyp:cc', |
| 134 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 134 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| 135 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 135 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
| 136 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', | 136 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', |
| 137 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', | 137 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 138 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings_wtf_support', |
| 138 '<(DEPTH)/skia/skia.gyp:skia', | 139 '<(DEPTH)/skia/skia.gyp:skia', |
| 139 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | 140 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', |
| 140 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 141 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 141 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 142 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 142 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 143 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 143 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 144 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
| 144 '<(DEPTH)/third_party/ots/ots.gyp:ots', | 145 '<(DEPTH)/third_party/ots/ots.gyp:ots', |
| 145 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', | 146 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', |
| 146 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 147 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| 147 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 148 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 ['OS=="android"', { | 428 ['OS=="android"', { |
| 428 'cflags!': ['-mthumb'], | 429 'cflags!': ['-mthumb'], |
| 429 }], | 430 }], |
| 430 ], | 431 ], |
| 431 },{ # target_arch!="arm" | 432 },{ # target_arch!="arm" |
| 432 'type': 'none', | 433 'type': 'none', |
| 433 }], | 434 }], |
| 434 ], | 435 ], |
| 435 }], | 436 }], |
| 436 } | 437 } |
| OLD | NEW |