| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 'user_agent.h', | 104 'user_agent.h', |
| 105 ], | 105 ], |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 'target_name': 'glue', | 108 'target_name': 'glue', |
| 109 'type': 'static_library', | 109 'type': 'static_library', |
| 110 'variables': { 'enable_wexit_time_destructors': 1, }, | 110 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 111 'dependencies': [ | 111 'dependencies': [ |
| 112 '<(DEPTH)/base/base.gyp:base_i18n', | 112 '<(DEPTH)/base/base.gyp:base_i18n', |
| 113 '<(DEPTH)/base/base.gyp:base_static', | 113 '<(DEPTH)/base/base.gyp:base_static', |
| 114 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 114 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | 115 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
| 116 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| 115 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 117 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
| 118 '<(DEPTH)/media/media.gyp:media', |
| 116 '<(DEPTH)/net/net.gyp:net', | 119 '<(DEPTH)/net/net.gyp:net', |
| 117 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 120 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
| 118 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', | 121 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', |
| 119 '<(DEPTH)/printing/printing.gyp:printing', | 122 '<(DEPTH)/printing/printing.gyp:printing', |
| 120 '<(DEPTH)/skia/skia.gyp:skia', | 123 '<(DEPTH)/skia/skia.gyp:skia', |
| 121 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 124 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 122 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 125 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 123 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 126 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 124 '<(DEPTH)/ui/ui.gyp:ui', | 127 '<(DEPTH)/ui/ui.gyp:ui', |
| 125 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 128 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 129 'fileapi', |
| 130 'webkit_media', |
| 126 'webkit_resources', | 131 'webkit_resources', |
| 127 'webkit_strings', | 132 'webkit_strings', |
| 128 'webkit_user_agent', | 133 'webkit_user_agent', |
| 129 ], | 134 ], |
| 130 'actions': [ | 135 'actions': [ |
| 131 ], | 136 ], |
| 132 'include_dirs': [ | 137 'include_dirs': [ |
| 133 '<(INTERMEDIATE_DIR)', | 138 '<(INTERMEDIATE_DIR)', |
| 134 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 139 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 135 ], | 140 ], |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 }, | 549 }, |
| 545 'includes': [ '../../build/grit_action.gypi' ], | 550 'includes': [ '../../build/grit_action.gypi' ], |
| 546 }, | 551 }, |
| 547 ], | 552 ], |
| 548 'includes': [ '../../build/grit_target.gypi' ], | 553 'includes': [ '../../build/grit_target.gypi' ], |
| 549 }, | 554 }, |
| 550 ], | 555 ], |
| 551 }], | 556 }], |
| 552 ], | 557 ], |
| 553 } | 558 } |
| OLD | NEW |