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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1095203010: [Chromoting] Remove CRD-specific JS files from AppRemoting build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_viewport
Patch Set: Move crd_main.js out of shared Created 5 years, 7 months 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
« no previous file with comments | « no previous file | remoting/remoting_webapp_files.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # 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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting_webapp_files.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698