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

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: Rebase 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') | 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 2bf2eeacb0b2a0f412ef8eb4a69c4e62b0151b27..dc29ae99e395a3c7d465e0e886883624d528734f 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -328,12 +328,8 @@
'destination': '<(output_dir)',
'files': [
'<@(webapp_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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698