| 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 { | 141 { |
| 142 'target_name': 'glue', | 142 'target_name': 'glue', |
| 143 'type': '<(library)', | 143 'type': '<(library)', |
| 144 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', | 144 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', |
| 145 'dependencies': [ | 145 'dependencies': [ |
| 146 '<(DEPTH)/app/app.gyp:app_base', | 146 '<(DEPTH)/app/app.gyp:app_base', |
| 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)/printing/printing.gyp:printing', | 152 '<(DEPTH)/printing/printing.gyp:printing', |
| 152 '<(DEPTH)/skia/skia.gyp:skia', | 153 '<(DEPTH)/skia/skia.gyp:skia', |
| 153 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 154 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 154 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 155 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 155 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 156 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 156 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 157 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
| 157 'webkit_resources', | 158 'webkit_resources', |
| 158 'webkit_strings', | 159 'webkit_strings', |
| 159 'webkit_user_agent', | 160 'webkit_user_agent', |
| 160 ], | 161 ], |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 }], | 484 }], |
| 484 ['inside_chromium_build==0', { | 485 ['inside_chromium_build==0', { |
| 485 'dependencies': [ | 486 'dependencies': [ |
| 486 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 487 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
| 487 ], | 488 ], |
| 488 }], | 489 }], |
| 489 ], | 490 ], |
| 490 }, | 491 }, |
| 491 ], | 492 ], |
| 492 } | 493 } |
| OLD | NEW |