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 'target_name': 'remoting_test_common', | 8 'target_name': 'remoting_test_common', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 ], # end of actions | 290 ], # end of actions |
291 }, # end of target 'remoting_browser_test_resources' | 291 }, # end of target 'remoting_browser_test_resources' |
292 { | 292 { |
293 'target_name': 'remoting_webapp_unittest', | 293 'target_name': 'remoting_webapp_unittest', |
294 'type': 'none', | 294 'type': 'none', |
295 'variables': { | 295 'variables': { |
296 'output_dir': '<(PRODUCT_DIR)/remoting/unittests', | 296 'output_dir': '<(PRODUCT_DIR)/remoting/unittests', |
297 'webapp_js_files': [ | 297 'webapp_js_files': [ |
298 '<@(remoting_webapp_main_html_js_files)', | 298 '<@(remoting_webapp_main_html_js_files)', |
299 '<@(remoting_webapp_js_wcs_sandbox_files)', | 299 '<@(remoting_webapp_js_wcs_sandbox_files)', |
| 300 '<@(remoting_webapp_background_js_files)', |
300 ] | 301 ] |
301 }, | 302 }, |
302 'copies': [ | 303 'copies': [ |
303 { | 304 { |
304 'destination': '<(output_dir)/qunit', | 305 'destination': '<(output_dir)/qunit', |
305 'files': [ | 306 'files': [ |
306 '../third_party/qunit/src/browser_test_harness.js', | 307 '../third_party/qunit/src/browser_test_harness.js', |
307 '../third_party/qunit/src/qunit.css', | 308 '../third_party/qunit/src/qunit.css', |
308 '../third_party/qunit/src/qunit.js', | 309 '../third_party/qunit/src/qunit.js', |
309 ], | 310 ], |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 'dependencies': [ | 407 'dependencies': [ |
407 '../base/allocator/allocator.gyp:allocator', | 408 '../base/allocator/allocator.gyp:allocator', |
408 ], | 409 ], |
409 }], | 410 }], |
410 ], # end of 'conditions' | 411 ], # end of 'conditions' |
411 }, # end of target 'remoting_perftests' | 412 }, # end of target 'remoting_perftests' |
412 ] | 413 ] |
413 }] | 414 }] |
414 ] | 415 ] |
415 } | 416 } |
OLD | NEW |