| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 '<(DEPTH)/testing/gtest.gyp:gtest', | 188 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 189 ], | 189 ], |
| 190 'defines': [ | 190 'defines': [ |
| 191 'HAS_OUT_OF_PROC_TEST_RUNNER', | 191 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 192 ], | 192 ], |
| 193 'sources': [ | 193 'sources': [ |
| 194 # TODO(yoz): Refactor once we have a second test target. | 194 # TODO(yoz): Refactor once we have a second test target. |
| 195 # TODO(yoz): Something is off here; should this .gyp file be | 195 # TODO(yoz): Something is off here; should this .gyp file be |
| 196 # in the parent directory? Test target extensions_browsertests? | 196 # in the parent directory? Test target extensions_browsertests? |
| 197 '../browser/api/dns/dns_apitest.cc', | 197 '../browser/api/dns/dns_apitest.cc', |
| 198 '../browser/api/hid/hid_apitest.cc', |
| 198 '../browser/api/socket/socket_apitest.cc', | 199 '../browser/api/socket/socket_apitest.cc', |
| 199 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc', | 200 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc', |
| 200 '../browser/api/sockets_udp/sockets_udp_apitest.cc', | 201 '../browser/api/sockets_udp/sockets_udp_apitest.cc', |
| 201 '../browser/guest_view/web_view/web_view_apitest.h', | 202 '../browser/guest_view/web_view/web_view_apitest.h', |
| 202 '../browser/guest_view/web_view/web_view_apitest.cc', | 203 '../browser/guest_view/web_view/web_view_apitest.cc', |
| 203 '../browser/guest_view/web_view/web_view_media_access_apitest.cc', | 204 '../browser/guest_view/web_view/web_view_media_access_apitest.cc', |
| 204 'browser/shell_browsertest.cc', | 205 'browser/shell_browsertest.cc', |
| 205 'test/shell_apitest.cc', | 206 'test/shell_apitest.cc', |
| 206 'test/shell_apitest.h', | 207 'test/shell_apitest.h', |
| 207 'test/shell_test.cc', | 208 'test/shell_test.cc', |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 '<@(_outputs)', | 292 '<@(_outputs)', |
| 292 ], | 293 ], |
| 293 'includes': [ | 294 'includes': [ |
| 294 '../../build/util/version.gypi', | 295 '../../build/util/version.gypi', |
| 295 ], | 296 ], |
| 296 }, | 297 }, |
| 297 ], | 298 ], |
| 298 }, | 299 }, |
| 299 ], # targets | 300 ], # targets |
| 300 } | 301 } |
| OLD | NEW |