| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 109 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
| 110 '<(DEPTH)/media/media.gyp:yuv_convert', | 110 '<(DEPTH)/media/media.gyp:yuv_convert', |
| 111 '<(DEPTH)/net/net.gyp:net', | 111 '<(DEPTH)/net/net.gyp:net', |
| 112 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 112 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
| 113 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', | 113 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', |
| 114 '<(DEPTH)/printing/printing.gyp:printing', | 114 '<(DEPTH)/printing/printing.gyp:printing', |
| 115 '<(DEPTH)/skia/skia.gyp:skia', | 115 '<(DEPTH)/skia/skia.gyp:skia', |
| 116 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 116 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 117 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 117 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 118 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 118 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 119 '<(DEPTH)/ui/ui.gyp:ui', |
| 119 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 120 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 120 'webkit_resources', | 121 'webkit_resources', |
| 121 'webkit_strings', | 122 'webkit_strings', |
| 122 'webkit_user_agent', | 123 'webkit_user_agent', |
| 123 ], | 124 ], |
| 124 'actions': [ | 125 'actions': [ |
| 125 ], | 126 ], |
| 126 'include_dirs': [ | 127 'include_dirs': [ |
| 127 '<(INTERMEDIATE_DIR)', | 128 '<(INTERMEDIATE_DIR)', |
| 128 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 129 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| (...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 }, | 542 }, |
| 542 'includes': [ '../../build/grit_action.gypi' ], | 543 'includes': [ '../../build/grit_action.gypi' ], |
| 543 }, | 544 }, |
| 544 ], | 545 ], |
| 545 'includes': [ '../../build/grit_target.gypi' ], | 546 'includes': [ '../../build/grit_target.gypi' ], |
| 546 }, | 547 }, |
| 547 ], | 548 ], |
| 548 }], | 549 }], |
| 549 ], | 550 ], |
| 550 } | 551 } |
| OLD | NEW |