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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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)/printing/printing.gyp:printing', | 150 '<(DEPTH)/printing/printing.gyp:printing', |
151 '<(DEPTH)/skia/skia.gyp:skia', | 151 '<(DEPTH)/skia/skia.gyp:skia', |
152 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 152 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
153 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 153 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
154 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 154 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
155 '<(DEPTH)/third_party/ppapi/ppapi.gyp:ppapi_c', | 155 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
156 'webkit_resources', | 156 'webkit_resources', |
157 'webkit_strings', | 157 'webkit_strings', |
158 'webkit_user_agent', | 158 'webkit_user_agent', |
159 ], | 159 ], |
160 'actions': [ | 160 'actions': [ |
161 ], | 161 ], |
162 'include_dirs': [ | 162 'include_dirs': [ |
163 '<(INTERMEDIATE_DIR)', | 163 '<(INTERMEDIATE_DIR)', |
164 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 164 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
165 ], | 165 ], |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
481 }], | 481 }], |
482 ['inside_chromium_build==0', { | 482 ['inside_chromium_build==0', { |
483 'dependencies': [ | 483 'dependencies': [ |
484 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 484 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
485 ], | 485 ], |
486 }], | 486 }], |
487 ], | 487 ], |
488 }, | 488 }, |
489 ], | 489 ], |
490 } | 490 } |
OLD | NEW |