| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 ['inside_chromium_build==0', { | 8 ['inside_chromium_build==0', { |
| 9 'webkit_src_dir': '../../../..', | 9 'webkit_src_dir': '../../../..', |
| 10 },{ | 10 },{ |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 '<(DEPTH)/base/base.gyp:base_i18n', | 147 '<(DEPTH)/base/base.gyp:base_i18n', |
| 148 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 148 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
| 149 '<(DEPTH)/net/net.gyp:net', | 149 '<(DEPTH)/net/net.gyp:net', |
| 150 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_proxy', | 150 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_proxy', |
| 151 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl', | 151 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl', |
| 152 '<(DEPTH)/printing/printing.gyp:printing', | 152 '<(DEPTH)/printing/printing.gyp:printing', |
| 153 '<(DEPTH)/skia/skia.gyp:skia', | 153 '<(DEPTH)/skia/skia.gyp:skia', |
| 154 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 154 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 155 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 155 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 156 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 156 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 157 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 157 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 158 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
| 158 'webkit_resources', | 159 'webkit_resources', |
| 159 'webkit_strings', | 160 'webkit_strings', |
| 160 'webkit_user_agent', | 161 'webkit_user_agent', |
| 161 ], | 162 ], |
| 162 'actions': [ | 163 'actions': [ |
| 163 ], | 164 ], |
| 164 'include_dirs': [ | 165 'include_dirs': [ |
| 165 '<(INTERMEDIATE_DIR)', | 166 '<(INTERMEDIATE_DIR)', |
| 166 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 167 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 }], | 485 }], |
| 485 ['inside_chromium_build==0', { | 486 ['inside_chromium_build==0', { |
| 486 'dependencies': [ | 487 'dependencies': [ |
| 487 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 488 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 488 ], | 489 ], |
| 489 }], | 490 }], |
| 490 ], | 491 ], |
| 491 }, | 492 }, |
| 492 ], | 493 ], |
| 493 } | 494 } |
| OLD | NEW |