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

Unified Diff: remoting/remoting_test.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
« no previous file with comments | « no previous file | remoting/remoting_webapp_files.gypi » ('j') | remoting/webapp/menu_button.css » ('J')
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 903d88ad2966beafef6df159573f205c487f706f..13e729eb9064ab2c3dc872e05a5f11bc00d9bfc5 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -358,12 +358,8 @@
'destination': '<(output_dir)',
'files': [
'<@(remoting_webapp_main_html_js_files)',
- ],
- },
- {
- 'destination': '<(output_dir)',
- 'files': [
- '<@(remoting_webapp_unittest_cases)'
+ '<@(remoting_webapp_unittest_cases)',
+ '<@(remoting_webapp_unittest_additional_files)'
],
},
],
« no previous file with comments | « no previous file | remoting/remoting_webapp_files.gypi » ('j') | remoting/webapp/menu_button.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698