Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Side by Side Diff: remoting/remoting_test.gypi

Issue 742473002: [Chromoting] Break up the webapp's init function into smaller chunks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Upload Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 ], 323 ],
324 }, 324 },
325 ], # end of actions 325 ], # end of actions
326 }, # end of target 'remoting_browser_test_resources' 326 }, # end of target 'remoting_browser_test_resources'
327 { 327 {
328 'target_name': 'remoting_webapp_unittest', 328 'target_name': 'remoting_webapp_unittest',
329 'type': 'none', 329 'type': 'none',
330 'variables': { 330 'variables': {
331 'output_dir': '<(PRODUCT_DIR)/remoting/unittests', 331 'output_dir': '<(PRODUCT_DIR)/remoting/unittests',
332 'webapp_js_files': [ 332 'webapp_js_files': [
333 '<@(remoting_webapp_main_html_js_files)', 333 '<@(remoting_webapp_shared_main_html_js_files)',
334 '<@(remoting_webapp_crd_main_html_js_files)',
334 '<@(remoting_webapp_js_wcs_sandbox_files)', 335 '<@(remoting_webapp_js_wcs_sandbox_files)',
335 '<@(remoting_webapp_background_js_files)', 336 '<@(remoting_webapp_background_js_files)',
336 ] 337 ]
337 }, 338 },
338 'copies': [ 339 'copies': [
339 { 340 {
340 'destination': '<(output_dir)/qunit', 341 'destination': '<(output_dir)/qunit',
341 'files': [ 342 'files': [
342 '../third_party/qunit/src/browser_test_harness.js', 343 '../third_party/qunit/src/browser_test_harness.js',
343 '../third_party/qunit/src/qunit.css', 344 '../third_party/qunit/src/qunit.css',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 'dependencies': [ 443 'dependencies': [
443 '../base/allocator/allocator.gyp:allocator', 444 '../base/allocator/allocator.gyp:allocator',
444 ], 445 ],
445 }], 446 }],
446 ], # end of 'conditions' 447 ], # end of 'conditions'
447 }, # end of target 'remoting_perftests' 448 }, # end of target 'remoting_perftests'
448 ] 449 ]
449 }] 450 }]
450 ] 451 ]
451 } 452 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698