| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 'dependencies': [ | 159 'dependencies': [ |
| 160 '<(DEPTH)/app/app.gyp:app_base', | 160 '<(DEPTH)/app/app.gyp:app_base', |
| 161 '<(DEPTH)/base/base.gyp:base_i18n', | 161 '<(DEPTH)/base/base.gyp:base_i18n', |
| 162 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 162 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
| 163 '<(DEPTH)/net/net.gyp:net', | 163 '<(DEPTH)/net/net.gyp:net', |
| 164 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl', | 164 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl', |
| 165 '<(DEPTH)/printing/printing.gyp:printing', | 165 '<(DEPTH)/printing/printing.gyp:printing', |
| 166 '<(DEPTH)/skia/skia.gyp:skia', | 166 '<(DEPTH)/skia/skia.gyp:skia', |
| 167 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 167 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 168 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 168 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 169 '<(DEPTH)/third_party/libjingle/libjingle.gyp:libjingle', | |
| 170 '<(DEPTH)/third_party/libjingle/libjingle.gyp:libjingle_p2p', | |
| 171 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 169 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 172 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 170 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
| 173 'webkit_resources', | 171 'webkit_resources', |
| 174 'webkit_strings', | 172 'webkit_strings', |
| 175 'webkit_user_agent', | 173 'webkit_user_agent', |
| 176 ], | 174 ], |
| 177 'actions': [ | 175 'actions': [ |
| 178 ], | 176 ], |
| 179 'include_dirs': [ | 177 'include_dirs': [ |
| 180 '<(INTERMEDIATE_DIR)', | 178 '<(INTERMEDIATE_DIR)', |
| (...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 576 'conditions': [ | 574 'conditions': [ |
| 577 ['OS=="win"', { | 575 ['OS=="win"', { |
| 578 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], | 576 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], |
| 579 }], | 577 }], |
| 580 ], | 578 ], |
| 581 }, | 579 }, |
| 582 ], | 580 ], |
| 583 }], | 581 }], |
| 584 ], | 582 ], |
| 585 } | 583 } |
| OLD | NEW |