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', |
169 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 171 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
170 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 172 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
171 'webkit_resources', | 173 'webkit_resources', |
172 'webkit_strings', | 174 'webkit_strings', |
173 'webkit_user_agent', | 175 'webkit_user_agent', |
174 ], | 176 ], |
175 'actions': [ | 177 'actions': [ |
176 ], | 178 ], |
177 'include_dirs': [ | 179 'include_dirs': [ |
178 '<(INTERMEDIATE_DIR)', | 180 '<(INTERMEDIATE_DIR)', |
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 'conditions': [ | 574 'conditions': [ |
573 ['OS=="win"', { | 575 ['OS=="win"', { |
574 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], | 576 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], |
575 }], | 577 }], |
576 ], | 578 ], |
577 }, | 579 }, |
578 ], | 580 ], |
579 }], | 581 }], |
580 ], | 582 ], |
581 } | 583 } |
OLD | NEW |