| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.cc', | 136 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.cc', |
| 137 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h', | 137 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h', |
| 138 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc', | 138 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc', |
| 139 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h', | 139 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h', |
| 140 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc', | 140 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc', |
| 141 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h', | 141 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h', |
| 142 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc', | 142 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc', |
| 143 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h', | 143 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h', |
| 144 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc', | 144 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc', |
| 145 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h', | 145 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h', |
| 146 '<(DEPTH)/webkit/fileapi/mock_file_system_context.cc', | 146 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.cc', |
| 147 '<(DEPTH)/webkit/fileapi/mock_file_system_context.h', | 147 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.h', |
| 148 '<(DEPTH)/webkit/fileapi/mock_file_system_options.cc', | 148 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.cc', |
| 149 '<(DEPTH)/webkit/fileapi/mock_file_system_options.h', | 149 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.h', |
| 150 '<(DEPTH)/webkit/mocks/mock_webhyphenator.cc', | 150 '<(DEPTH)/webkit/mocks/mock_webhyphenator.cc', |
| 151 '<(DEPTH)/webkit/mocks/mock_webhyphenator.h', | 151 '<(DEPTH)/webkit/mocks/mock_webhyphenator.h', |
| 152 '<(DEPTH)/webkit/mocks/test_media_stream_client.cc', | 152 '<(DEPTH)/webkit/mocks/test_media_stream_client.cc', |
| 153 '<(DEPTH)/webkit/mocks/test_media_stream_client.h', | 153 '<(DEPTH)/webkit/mocks/test_media_stream_client.h', |
| 154 '<(DEPTH)/webkit/quota/mock_special_storage_policy.cc', | 154 '<(DEPTH)/webkit/quota/mock_special_storage_policy.cc', |
| 155 '<(DEPTH)/webkit/quota/mock_special_storage_policy.h', | 155 '<(DEPTH)/webkit/quota/mock_special_storage_policy.h', |
| 156 'simple_database_system.cc', | 156 'simple_database_system.cc', |
| 157 'simple_database_system.h', | 157 'simple_database_system.h', |
| 158 ], | 158 ], |
| 159 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 159 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| (...skipping 16 matching lines...) Expand all Loading... |
| 176 '<(DEPTH)', | 176 '<(DEPTH)', |
| 177 ], | 177 ], |
| 178 'conditions': [ | 178 'conditions': [ |
| 179 ['OS=="android"', { | 179 ['OS=="android"', { |
| 180 'toolsets': ['target', 'host'], | 180 'toolsets': ['target', 'host'], |
| 181 }], | 181 }], |
| 182 ], | 182 ], |
| 183 }, | 183 }, |
| 184 ], | 184 ], |
| 185 } | 185 } |
| OLD | NEW |