| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 '<(DEPTH)/base/base.gyp:base', | 143 '<(DEPTH)/base/base.gyp:base', |
| 144 '<(DEPTH)/cc/cc.gyp:cc', | 144 '<(DEPTH)/cc/cc.gyp:cc', |
| 145 '<(DEPTH)/components/link_header_util/link_header_util.gyp:link_header_uti
l', | 145 '<(DEPTH)/components/link_header_util/link_header_util.gyp:link_header_uti
l', |
| 146 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 146 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| 147 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 147 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
| 148 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', | 148 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', |
| 149 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', | 149 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 150 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings_wtf_support', | 150 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings_wtf_support', |
| 151 '<(DEPTH)/net/net.gyp:net', | 151 '<(DEPTH)/net/net.gyp:net', |
| 152 '<(DEPTH)/skia/skia.gyp:skia', | 152 '<(DEPTH)/skia/skia.gyp:skia', |
| 153 '<(DEPTH)/third_party/ced/ced.gyp:ced', | |
| 154 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', | 153 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', |
| 155 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | 154 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', |
| 156 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 155 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 157 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 156 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 158 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 157 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 159 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 158 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
| 160 '<(DEPTH)/third_party/ots/ots.gyp:ots', | 159 '<(DEPTH)/third_party/ots/ots.gyp:ots', |
| 161 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', | 160 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', |
| 162 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 161 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| 163 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 162 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 ['OS=="android"', { | 419 ['OS=="android"', { |
| 421 'cflags!': ['-mthumb'], | 420 'cflags!': ['-mthumb'], |
| 422 }], | 421 }], |
| 423 ], | 422 ], |
| 424 },{ # target_arch!="arm" | 423 },{ # target_arch!="arm" |
| 425 'type': 'none', | 424 'type': 'none', |
| 426 }], | 425 }], |
| 427 ], | 426 ], |
| 428 }], | 427 }], |
| 429 } | 428 } |
| OLD | NEW |