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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.cc', | 144 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.cc', |
145 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.h', | 145 '<(DEPTH)/webkit/support/simple_resource_loader_bridge.h', |
146 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.cc', | 146 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.cc', |
147 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.h', | 147 '<(DEPTH)/webkit/support/simple_socket_stream_bridge.h', |
148 '<(DEPTH)/webkit/support/simple_webcookiejar_impl.cc', | 148 '<(DEPTH)/webkit/support/simple_webcookiejar_impl.cc', |
149 '<(DEPTH)/webkit/support/simple_webcookiejar_impl.h', | 149 '<(DEPTH)/webkit/support/simple_webcookiejar_impl.h', |
150 '<(DEPTH)/webkit/support/test_shell_request_context.cc', | 150 '<(DEPTH)/webkit/support/test_shell_request_context.cc', |
151 '<(DEPTH)/webkit/support/test_shell_request_context.h', | 151 '<(DEPTH)/webkit/support/test_shell_request_context.h', |
152 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.cc', | 152 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.cc', |
153 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.h', | 153 '<(DEPTH)/webkit/support/test_shell_webblobregistry_impl.h', |
154 '<(DEPTH)/webkit/support/test_shell_webmimeregistry_impl.cc', | |
155 '<(DEPTH)/webkit/support/test_shell_webmimeregistry_impl.h', | |
156 '<(DEPTH)/webkit/mocks/mock_webhyphenator.cc', | 154 '<(DEPTH)/webkit/mocks/mock_webhyphenator.cc', |
157 '<(DEPTH)/webkit/mocks/mock_webhyphenator.h', | 155 '<(DEPTH)/webkit/mocks/mock_webhyphenator.h', |
158 'simple_database_system.cc', | 156 'simple_database_system.cc', |
159 'simple_database_system.h', | 157 'simple_database_system.h', |
160 ], | 158 ], |
161 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 159 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
162 'msvs_disabled_warnings': [ 4267, ], | 160 'msvs_disabled_warnings': [ 4267, ], |
163 }, | 161 }, |
164 | 162 |
165 { | 163 { |
(...skipping 12 matching lines...) Expand all Loading... |
178 '<(DEPTH)', | 176 '<(DEPTH)', |
179 ], | 177 ], |
180 'conditions': [ | 178 'conditions': [ |
181 ['OS=="android"', { | 179 ['OS=="android"', { |
182 'toolsets': ['target', 'host'], | 180 'toolsets': ['target', 'host'], |
183 }], | 181 }], |
184 ], | 182 ], |
185 }, | 183 }, |
186 ], | 184 ], |
187 } | 185 } |
OLD | NEW |