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

Unified Diff: remoting/remoting_webapp.gypi

Issue 474383002: Chromoting: Use different jscompile stamp files for v1 and v2 webapps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_webapp.gypi
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi
index 19692d1edd0928c5373e5506e01bc5c7702ae862..b5ea119b7423c6111f8a9c5fa63e6ea21fe1240f 100644
--- a/remoting/remoting_webapp.gypi
+++ b/remoting/remoting_webapp.gypi
@@ -21,7 +21,7 @@
'conditions': [
['run_jscompile != 0', {
'variables': {
- 'success_stamp': '<(PRODUCT_DIR)/remoting_webapp_jscompile.stamp',
+ 'success_stamp': '<(PRODUCT_DIR)/<(_target_name)_jscompile.stamp',
},
'actions': [
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698