| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 }], | 181 }], |
| 182 ], | 182 ], |
| 183 }, | 183 }, |
| 184 { | 184 { |
| 185 'target_name': 'glue', | 185 'target_name': 'glue', |
| 186 'type': '<(library)', | 186 'type': '<(library)', |
| 187 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', | 187 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', |
| 188 'dependencies': [ | 188 'dependencies': [ |
| 189 '<(DEPTH)/app/app.gyp:app_base', | 189 '<(DEPTH)/app/app.gyp:app_base', |
| 190 '<(DEPTH)/base/base.gyp:base_i18n', | 190 '<(DEPTH)/base/base.gyp:base_i18n', |
| 191 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation_client_side_arrays', | 191 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
| 192 '<(DEPTH)/net/net.gyp:net', | 192 '<(DEPTH)/net/net.gyp:net', |
| 193 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl', | 193 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl', |
| 194 '<(DEPTH)/printing/printing.gyp:printing', | 194 '<(DEPTH)/printing/printing.gyp:printing', |
| 195 '<(DEPTH)/skia/skia.gyp:skia', | 195 '<(DEPTH)/skia/skia.gyp:skia', |
| 196 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 196 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 197 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 197 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 198 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 198 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 199 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 199 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
| 200 'webkit_resources', | 200 'webkit_resources', |
| 201 'webkit_strings', | 201 'webkit_strings', |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 'conditions': [ | 601 'conditions': [ |
| 602 ['OS=="win"', { | 602 ['OS=="win"', { |
| 603 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], | 603 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], |
| 604 }], | 604 }], |
| 605 ], | 605 ], |
| 606 }, | 606 }, |
| 607 ], | 607 ], |
| 608 }], | 608 }], |
| 609 ], | 609 ], |
| 610 } | 610 } |
| OLD | NEW |