| 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 '<(DEPTH)/skia/skia.gyp:skia', | 135 '<(DEPTH)/skia/skia.gyp:skia', |
| 136 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 136 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 137 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 137 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 138 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 138 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 139 '<(DEPTH)/ui/gl/gl.gyp:gl', | 139 '<(DEPTH)/ui/gl/gl.gyp:gl', |
| 140 '<(DEPTH)/ui/ui.gyp:ui', | 140 '<(DEPTH)/ui/ui.gyp:ui', |
| 141 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 141 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 142 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 142 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 143 'blob', | 143 'blob', |
| 144 'fileapi', | 144 'fileapi', |
| 145 'webkit_base', |
| 145 'webkit_media', | 146 'webkit_media', |
| 146 'webkit_resources', | 147 'webkit_resources', |
| 147 'webkit_strings', | 148 'webkit_strings', |
| 148 'webkit_user_agent', | 149 'webkit_user_agent', |
| 149 ], | 150 ], |
| 150 'include_dirs': [ | 151 'include_dirs': [ |
| 151 '<(INTERMEDIATE_DIR)', | 152 '<(INTERMEDIATE_DIR)', |
| 152 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 153 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 153 ], | 154 ], |
| 154 'sources': [ | 155 'sources': [ |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 }, | 558 }, |
| 558 'includes': [ '../../build/grit_action.gypi' ], | 559 'includes': [ '../../build/grit_action.gypi' ], |
| 559 }, | 560 }, |
| 560 ], | 561 ], |
| 561 'includes': [ '../../build/grit_target.gypi' ], | 562 'includes': [ '../../build/grit_target.gypi' ], |
| 562 }, | 563 }, |
| 563 ], | 564 ], |
| 564 }], | 565 }], |
| 565 ], | 566 ], |
| 566 } | 567 } |
| OLD | NEW |