| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'HAS_OUT_OF_PROC_TEST_RUNNER', | 176 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 177 ], | 177 ], |
| 178 'sources': [ | 178 'sources': [ |
| 179 # TODO(yoz): Refactor once we have a second test target. | 179 # TODO(yoz): Refactor once we have a second test target. |
| 180 # TODO(yoz): Something is off here; should this .gyp file be | 180 # TODO(yoz): Something is off here; should this .gyp file be |
| 181 # in the parent directory? Test target extensions_browsertests? | 181 # in the parent directory? Test target extensions_browsertests? |
| 182 '../browser/api/dns/dns_apitest.cc', | 182 '../browser/api/dns/dns_apitest.cc', |
| 183 '../browser/api/socket/socket_apitest.cc', | 183 '../browser/api/socket/socket_apitest.cc', |
| 184 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc', | 184 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc', |
| 185 '../browser/api/sockets_udp/sockets_udp_apitest.cc', | 185 '../browser/api/sockets_udp/sockets_udp_apitest.cc', |
| 186 '../browser/guest_view/web_view/web_view_apitest.h', |
| 186 '../browser/guest_view/web_view/web_view_apitest.cc', | 187 '../browser/guest_view/web_view/web_view_apitest.cc', |
| 188 '../browser/guest_view/web_view/web_view_media_access_apitest.cc', |
| 187 'browser/shell_browsertest.cc', | 189 'browser/shell_browsertest.cc', |
| 188 'test/shell_apitest.cc', | 190 'test/shell_apitest.cc', |
| 189 'test/shell_apitest.h', | 191 'test/shell_apitest.h', |
| 190 'test/shell_test.cc', | 192 'test/shell_test.cc', |
| 191 'test/shell_test.h', | 193 'test/shell_test.h', |
| 192 'test/shell_test_launcher_delegate.cc', | 194 'test/shell_test_launcher_delegate.cc', |
| 193 'test/shell_test_launcher_delegate.h', | 195 'test/shell_test_launcher_delegate.h', |
| 194 'test/shell_tests_main.cc', | 196 'test/shell_tests_main.cc', |
| 195 ], | 197 ], |
| 196 }, | 198 }, |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 '<@(_outputs)', | 262 '<@(_outputs)', |
| 261 ], | 263 ], |
| 262 'includes': [ | 264 'includes': [ |
| 263 '../../build/util/version.gypi', | 265 '../../build/util/version.gypi', |
| 264 ], | 266 ], |
| 265 }, | 267 }, |
| 266 ], | 268 ], |
| 267 }, | 269 }, |
| 268 ], # targets | 270 ], # targets |
| 269 } | 271 } |
| OLD | NEW |