| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.cc', | 111 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.cc', |
| 112 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h', | 112 '<(DEPTH)/webkit/tools/test_shell/simple_socket_stream_bridge.h', |
| 113 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc', | 113 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc', |
| 114 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h', | 114 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h', |
| 115 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc', | 115 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc', |
| 116 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h', | 116 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h', |
| 117 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc', | 117 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc', |
| 118 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h', | 118 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h', |
| 119 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc', | 119 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc', |
| 120 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h', | 120 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h', |
| 121 '<(DEPTH)/webkit/fileapi/mock_file_system_options.cc', |
| 122 '<(DEPTH)/webkit/fileapi/mock_file_system_options.h', |
| 121 'simple_database_system.cc', | 123 'simple_database_system.cc', |
| 122 'simple_database_system.h', | 124 'simple_database_system.h', |
| 123 ], | 125 ], |
| 124 'conditions': [ | 126 'conditions': [ |
| 125 ['inside_chromium_build==0', { | 127 ['inside_chromium_build==0', { |
| 126 'dependencies': [ | 128 'dependencies': [ |
| 127 'setup_third_party.gyp:third_party_headers', | 129 'setup_third_party.gyp:third_party_headers', |
| 128 ], | 130 ], |
| 129 }], | 131 }], |
| 130 ], | 132 ], |
| (...skipping 14 matching lines...) Expand all Loading... |
| 145 '<(DEPTH)', | 147 '<(DEPTH)', |
| 146 ], | 148 ], |
| 147 'conditions': [ | 149 'conditions': [ |
| 148 ['OS=="android"', { | 150 ['OS=="android"', { |
| 149 'toolsets': ['target', 'host'], | 151 'toolsets': ['target', 'host'], |
| 150 }], | 152 }], |
| 151 ], | 153 ], |
| 152 }, | 154 }, |
| 153 ], | 155 ], |
| 154 } | 156 } |
| OLD | NEW |