| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 | 98 |
| 99 { | 99 { |
| 100 'target_name': 'webkit_support_common', | 100 'target_name': 'webkit_support_common', |
| 101 'type': 'static_library', | 101 'type': 'static_library', |
| 102 'variables': { 'enable_wexit_time_destructors': 1, }, | 102 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 103 'dependencies': [ | 103 'dependencies': [ |
| 104 '<(DEPTH)/base/base.gyp:base', | 104 '<(DEPTH)/base/base.gyp:base', |
| 105 '<(DEPTH)/crypto/crypto.gyp:crypto', | 105 '<(DEPTH)/crypto/crypto.gyp:crypto', |
| 106 '<(DEPTH)/net/net.gyp:net', | 106 '<(DEPTH)/net/net.gyp:net', |
| 107 '<(DEPTH)/skia/skia.gyp:skia', | 107 '<(DEPTH)/skia/skia.gyp:skia', |
| 108 '<(DEPTH)/third_party/hyphen/hyphen.gyp:hyphen', | |
| 109 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 108 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
| 110 '<(DEPTH)/ui/ui.gyp:ui', | 109 '<(DEPTH)/ui/ui.gyp:ui', |
| 111 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 110 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
| 112 '<(DEPTH)/webkit/renderer/webkit_renderer.gyp:webkit_renderer', | 111 '<(DEPTH)/webkit/renderer/webkit_renderer.gyp:webkit_renderer', |
| 113 'glue', | 112 'glue', |
| 114 'webkit_support_gfx', | 113 'webkit_support_gfx', |
| 115 ], | 114 ], |
| 116 'export_dependent_settings': [ | 115 'export_dependent_settings': [ |
| 117 '<(DEPTH)/base/base.gyp:base', | 116 '<(DEPTH)/base/base.gyp:base', |
| 118 ], | 117 ], |
| 119 'sources': [ | 118 'sources': [ |
| 120 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.cc', | 119 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.cc', |
| 121 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.h', | 120 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.h', |
| 122 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.cc', | 121 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.cc', |
| 123 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.h', | 122 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.h', |
| 124 '<(DEPTH)/webkit/browser/quota/mock_special_storage_policy.cc', | 123 '<(DEPTH)/webkit/browser/quota/mock_special_storage_policy.cc', |
| 125 '<(DEPTH)/webkit/browser/quota/mock_special_storage_policy.h', | 124 '<(DEPTH)/webkit/browser/quota/mock_special_storage_policy.h', |
| 126 '<(DEPTH)/webkit/support/mac/DumpRenderTreePasteboard.h', | 125 '<(DEPTH)/webkit/support/mac/DumpRenderTreePasteboard.h', |
| 127 '<(DEPTH)/webkit/support/mac/DumpRenderTreePasteboard.m', | 126 '<(DEPTH)/webkit/support/mac/DumpRenderTreePasteboard.m', |
| 128 '<(DEPTH)/webkit/support/mock_webclipboard_impl.cc', | 127 '<(DEPTH)/webkit/support/mock_webclipboard_impl.cc', |
| 129 '<(DEPTH)/webkit/support/mock_webclipboard_impl.h', | 128 '<(DEPTH)/webkit/support/mock_webclipboard_impl.h', |
| 130 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.cc', | 129 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.cc', |
| 131 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.h', | 130 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.h', |
| 132 '<(DEPTH)/webkit/mocks/mock_webhyphenator.cc', | |
| 133 '<(DEPTH)/webkit/mocks/mock_webhyphenator.h', | |
| 134 ], | 131 ], |
| 135 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 132 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 136 'msvs_disabled_warnings': [ 4267, ], | 133 'msvs_disabled_warnings': [ 4267, ], |
| 137 }, | 134 }, |
| 138 | 135 |
| 139 { | 136 { |
| 140 'target_name': 'webkit_support_gfx', | 137 'target_name': 'webkit_support_gfx', |
| 141 'type': 'static_library', | 138 'type': 'static_library', |
| 142 'variables': { 'enable_wexit_time_destructors': 1, }, | 139 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 143 'dependencies': [ | 140 'dependencies': [ |
| 144 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 141 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 145 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 142 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
| 146 ], | 143 ], |
| 147 'sources': [ | 144 'sources': [ |
| 148 'webkit_support_gfx.h', | 145 'webkit_support_gfx.h', |
| 149 'webkit_support_gfx.cc', | 146 'webkit_support_gfx.cc', |
| 150 ], | 147 ], |
| 151 'include_dirs': [ | 148 'include_dirs': [ |
| 152 '<(DEPTH)', | 149 '<(DEPTH)', |
| 153 ], | 150 ], |
| 154 'conditions': [ | 151 'conditions': [ |
| 155 ['OS=="android"', { | 152 ['OS=="android"', { |
| 156 'toolsets': ['target', 'host'], | 153 'toolsets': ['target', 'host'], |
| 157 }], | 154 }], |
| 158 ], | 155 ], |
| 159 }, | 156 }, |
| 160 ], | 157 ], |
| 161 } | 158 } |
| OLD | NEW |