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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 123 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
124 '<(DEPTH)/media/media.gyp:media', | 124 '<(DEPTH)/media/media.gyp:media', |
125 '<(DEPTH)/net/net.gyp:net', | 125 '<(DEPTH)/net/net.gyp:net', |
126 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 126 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
127 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', | 127 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', |
128 '<(DEPTH)/printing/printing.gyp:printing', | 128 '<(DEPTH)/printing/printing.gyp:printing', |
129 '<(DEPTH)/skia/skia.gyp:skia', | 129 '<(DEPTH)/skia/skia.gyp:skia', |
130 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 130 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
131 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 131 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
132 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 132 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 133 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
133 '<(DEPTH)/ui/ui.gyp:ui', | 134 '<(DEPTH)/ui/ui.gyp:ui', |
134 '<(DEPTH)/ui/gfx/gl/gl.gyp:gl', | 135 '<(DEPTH)/ui/gfx/gl/gl.gyp:gl', |
135 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 136 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
136 'fileapi', | 137 'fileapi', |
137 'webkit_media', | 138 'webkit_media', |
138 'webkit_resources', | 139 'webkit_resources', |
139 'webkit_strings', | 140 'webkit_strings', |
140 'webkit_user_agent', | 141 'webkit_user_agent', |
141 ], | 142 ], |
142 'actions': [ | |
143 ], | |
144 'include_dirs': [ | 143 'include_dirs': [ |
145 '<(INTERMEDIATE_DIR)', | 144 '<(INTERMEDIATE_DIR)', |
146 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 145 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
147 ], | 146 ], |
148 'sources': [ | 147 'sources': [ |
149 # This list contains all .h, .cc, and .mm files in glue except for | 148 # This list contains all .h, .cc, and .mm files in glue except for |
150 # those in the test subdirectory and those with unittest in in their | 149 # those in the test subdirectory and those with unittest in in their |
151 # names. | 150 # names. |
152 '../forms/form_data.cc', | 151 '../forms/form_data.cc', |
153 '../forms/form_data.h', | 152 '../forms/form_data.h', |
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 }, | 569 }, |
571 'includes': [ '../../build/grit_action.gypi' ], | 570 'includes': [ '../../build/grit_action.gypi' ], |
572 }, | 571 }, |
573 ], | 572 ], |
574 'includes': [ '../../build/grit_target.gypi' ], | 573 'includes': [ '../../build/grit_target.gypi' ], |
575 }, | 574 }, |
576 ], | 575 ], |
577 }], | 576 }], |
578 ], | 577 ], |
579 } | 578 } |
OLD | NEW |