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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 401623004: Add unit-tests for MenuButton and simplify implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing file. 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
Index: remoting/remoting_webapp_files.gypi
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index 5bb645dada9908e08944fbed3fca2427c3d4364c..81eee32f5aad54e251e79f24eb119490b4a87e39 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -136,6 +136,10 @@
# The unit test cases for the webapp
'remoting_webapp_unittest_cases': [
'webapp/unittests/test_eventSource.js',
+ 'webapp/unittests/menu_button_unittest.js',
+ ],
+ 'remoting_webapp_unittest_additional_files': [
+ 'webapp/menu_button.css',
],
'remoting_webapp_unittest_template_main':
'webapp/html/template_unittest.html',

Powered by Google App Engine
This is Rietveld 408576698