| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 'WEBKIT_PLUGINS_IMPLEMENTATION', | 121 'WEBKIT_PLUGINS_IMPLEMENTATION', |
| 122 ], | 122 ], |
| 123 'dependencies': [ | 123 'dependencies': [ |
| 124 '<(DEPTH)/base/base.gyp:base_i18n', | 124 '<(DEPTH)/base/base.gyp:base_i18n', |
| 125 '<(DEPTH)/base/base.gyp:base_static', | 125 '<(DEPTH)/base/base.gyp:base_static', |
| 126 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 126 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 127 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | 127 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
| 128 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 128 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| 129 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 129 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
| 130 '<(DEPTH)/media/media.gyp:media', | 130 '<(DEPTH)/media/media.gyp:media', |
| 131 '<(DEPTH)/media/media.gyp:shared_memory_support', |
| 131 '<(DEPTH)/net/net.gyp:net', | 132 '<(DEPTH)/net/net.gyp:net', |
| 132 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 133 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
| 133 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', | 134 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', |
| 134 '<(DEPTH)/printing/printing.gyp:printing', | 135 '<(DEPTH)/printing/printing.gyp:printing', |
| 135 '<(DEPTH)/skia/skia.gyp:skia', | 136 '<(DEPTH)/skia/skia.gyp:skia', |
| 136 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 137 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 137 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 138 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 138 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 139 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 139 '<(DEPTH)/ui/gl/gl.gyp:gl', | 140 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 140 '<(DEPTH)/ui/ui.gyp:ui', | 141 '<(DEPTH)/ui/ui.gyp:ui', |
| (...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 }, | 559 }, |
| 559 'includes': [ '../../build/grit_action.gypi' ], | 560 'includes': [ '../../build/grit_action.gypi' ], |
| 560 }, | 561 }, |
| 561 ], | 562 ], |
| 562 'includes': [ '../../build/grit_target.gypi' ], | 563 'includes': [ '../../build/grit_target.gypi' ], |
| 563 }, | 564 }, |
| 564 ], | 565 ], |
| 565 }], | 566 }], |
| 566 ], | 567 ], |
| 567 } | 568 } |
| OLD | NEW |