| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //remoting:test_support | 8 # GN version: //remoting:test_support |
| 9 'target_name': 'remoting_test_common', | 9 'target_name': 'remoting_test_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 ], | 338 ], |
| 339 }, | 339 }, |
| 340 ], # end of copies | 340 ], # end of copies |
| 341 }, # end of target 'remoting_browser_test_resources' | 341 }, # end of target 'remoting_browser_test_resources' |
| 342 { | 342 { |
| 343 'target_name': 'remoting_webapp_unittests', | 343 'target_name': 'remoting_webapp_unittests', |
| 344 'type': 'none', | 344 'type': 'none', |
| 345 'variables': { | 345 'variables': { |
| 346 'output_dir': '<(PRODUCT_DIR)/remoting/unittests', | 346 'output_dir': '<(PRODUCT_DIR)/remoting/unittests', |
| 347 'webapp_js_files': [ | 347 'webapp_js_files': [ |
| 348 '<@(remoting_webapp_shared_main_html_js_files)', | 348 '<@(remoting_webapp_unittest_html_all_js_files)', |
| 349 '<@(remoting_webapp_wcs_sandbox_html_js_files)', | 349 '<@(remoting_webapp_wcs_sandbox_html_js_files)', |
| 350 '<@(remoting_webapp_background_html_js_files)', | 350 '<@(remoting_webapp_background_html_js_files)', |
| 351 ] | 351 ] |
| 352 }, | 352 }, |
| 353 'copies': [ | 353 'copies': [ |
| 354 { | 354 { |
| 355 'destination': '<(output_dir)/qunit', | 355 'destination': '<(output_dir)/qunit', |
| 356 'files': [ | 356 'files': [ |
| 357 '../third_party/qunit/src/browser_test_harness.js', | 357 '../third_party/qunit/src/browser_test_harness.js', |
| 358 '../third_party/qunit/src/qunit.css', | 358 '../third_party/qunit/src/qunit.css', |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 'dependencies': [ | 456 'dependencies': [ |
| 457 '../base/allocator/allocator.gyp:allocator', | 457 '../base/allocator/allocator.gyp:allocator', |
| 458 ], | 458 ], |
| 459 }], | 459 }], |
| 460 ], # end of 'conditions' | 460 ], # end of 'conditions' |
| 461 }, # end of target 'remoting_perftests' | 461 }, # end of target 'remoting_perftests' |
| 462 ] | 462 ] |
| 463 }] | 463 }] |
| 464 ] | 464 ] |
| 465 } | 465 } |
| OLD | NEW |