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

Unified Diff: remoting/remoting_test.gypi

Issue 376803005: JavaScript unit test framework for Chrome remote desktop - Part II (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/remoting/webapp_javascript_unittest.cc ('k') | remoting/webapp/html/template_unittest.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 0d0d55184475f98eac063480778ae8940c3dcf63..f34737b0ae9effbfc56765317dae80db4d57e2e4 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -309,19 +309,23 @@
{
'destination': '<(output_dir)/qunit',
'files': [
- '../third_party/qunit/src/',
+ '../third_party/qunit/src/browser_test_harness.js',
+ '../third_party/qunit/src/qunit.css',
+ '../third_party/qunit/src/qunit.js',
],
},
{
'destination': '<(output_dir)/blanketjs',
'files': [
- '../third_party/blanketjs/src/',
+ '../third_party/blanketjs/src/blanket.js',
+ '../third_party/blanketjs/src/qunit_adapter.js',
],
},
{
'destination': '<(output_dir)/sinonjs',
'files': [
- '../third_party/sinonjs/src/',
+ '../third_party/sinonjs/src/sinon.js',
+ '../third_party/sinonjs/src/sinon-qunit.js',
],
},
{
@@ -348,7 +352,7 @@
'<@(remoting_webapp_unittest_cases)'
],
'outputs': [
- '<(PRODUCT_DIR)/ut.html',
+ '<(PRODUCT_DIR)/unittest.html',
],
'action': [
'python', 'webapp/build-html.py',
« no previous file with comments | « chrome/test/remoting/webapp_javascript_unittest.cc ('k') | remoting/webapp/html/template_unittest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698