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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 { | 103 { |
104 'target_name': 'glue', | 104 'target_name': 'glue', |
105 'type': '<(library)', | 105 'type': '<(library)', |
106 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', | 106 'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09', |
107 'dependencies': [ | 107 'dependencies': [ |
108 '<(DEPTH)/app/app.gyp:app_base', | 108 '<(DEPTH)/app/app.gyp:app_base', |
109 '<(DEPTH)/base/base.gyp:base_i18n', | 109 '<(DEPTH)/base/base.gyp:base_i18n', |
110 '<(DEPTH)/gpu/gpu.gyp:gpu_common', | 110 '<(DEPTH)/gpu/gpu.gyp:gpu_common', |
111 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 111 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
112 '<(DEPTH)/net/net.gyp:net', | 112 '<(DEPTH)/net/net.gyp:net', |
113 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_shared_impl', | 113 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
| 114 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared_impl', |
114 '<(DEPTH)/printing/printing.gyp:printing', | 115 '<(DEPTH)/printing/printing.gyp:printing', |
115 '<(DEPTH)/skia/skia.gyp:skia', | 116 '<(DEPTH)/skia/skia.gyp:skia', |
116 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 117 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
117 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 118 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
118 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 119 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
119 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | |
120 'webkit_resources', | 120 'webkit_resources', |
121 'webkit_strings', | 121 'webkit_strings', |
122 'webkit_user_agent', | 122 'webkit_user_agent', |
123 ], | 123 ], |
124 'actions': [ | 124 'actions': [ |
125 ], | 125 ], |
126 'include_dirs': [ | 126 'include_dirs': [ |
127 '<(INTERMEDIATE_DIR)', | 127 '<(INTERMEDIATE_DIR)', |
128 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 128 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
129 ], | 129 ], |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 '../plugins/ppapi/resource.cc', | 308 '../plugins/ppapi/resource.cc', |
309 '../plugins/ppapi/resource.h', | 309 '../plugins/ppapi/resource.h', |
310 '../plugins/ppapi/resource_creation_impl.cc', | 310 '../plugins/ppapi/resource_creation_impl.cc', |
311 '../plugins/ppapi/resource_creation_impl.h', | 311 '../plugins/ppapi/resource_creation_impl.h', |
312 '../plugins/ppapi/resource_tracker.cc', | 312 '../plugins/ppapi/resource_tracker.cc', |
313 '../plugins/ppapi/resource_tracker.h', | 313 '../plugins/ppapi/resource_tracker.h', |
314 '../plugins/ppapi/string.cc', | 314 '../plugins/ppapi/string.cc', |
315 '../plugins/ppapi/string.h', | 315 '../plugins/ppapi/string.h', |
316 '../plugins/ppapi/var.cc', | 316 '../plugins/ppapi/var.cc', |
317 '../plugins/ppapi/var.h', | 317 '../plugins/ppapi/var.h', |
| 318 '../plugins/ppapi/webkit_forwarding_impl.cc', |
| 319 '../plugins/ppapi/webkit_forwarding_impl.h', |
318 '../plugins/sad_plugin.cc', | 320 '../plugins/sad_plugin.cc', |
319 '../plugins/sad_plugin.h', | 321 '../plugins/sad_plugin.h', |
320 'media/audio_decoder.cc', | 322 'media/audio_decoder.cc', |
321 'media/audio_decoder.h', | 323 'media/audio_decoder.h', |
322 'media/buffered_data_source.cc', | 324 'media/buffered_data_source.cc', |
323 'media/buffered_data_source.h', | 325 'media/buffered_data_source.h', |
324 'media/buffered_resource_loader.cc', | 326 'media/buffered_resource_loader.cc', |
325 'media/buffered_resource_loader.h', | 327 'media/buffered_resource_loader.h', |
326 'media/simple_data_source.cc', | 328 'media/simple_data_source.cc', |
327 'media/simple_data_source.h', | 329 'media/simple_data_source.h', |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
536 }, | 538 }, |
537 'includes': [ '../../build/grit_action.gypi' ], | 539 'includes': [ '../../build/grit_action.gypi' ], |
538 }, | 540 }, |
539 ], | 541 ], |
540 'includes': [ '../../build/grit_target.gypi' ], | 542 'includes': [ '../../build/grit_target.gypi' ], |
541 }, | 543 }, |
542 ], | 544 ], |
543 }], | 545 }], |
544 ], | 546 ], |
545 } | 547 } |
OLD | NEW |