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

Unified Diff: remoting/remoting.gyp

Issue 16031003: Build both v1 and v2 apps on the bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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/webapp/appsv2.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index fce91db4914ac7b07558231738e129f4478f2abd..c07500d4cfd3d043d3c8554b197950d4d91bc194 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -2094,6 +2094,45 @@
'webapp/build-webapp.py',
'<(remoting_version_path)',
'<(chrome_version_path)',
+ '<@(remoting_webapp_files)',
+ '<@(remoting_webapp_js_files)',
+ '<@(remoting_webapp_locale_files)',
+ ],
+ 'conditions': [
+ ['enable_remoting_host==1', {
+ 'inputs': [
+ '<(plugin_path)',
+ ],
+ }],
+ ],
+ 'outputs': [
+ '<(_output_dir)',
+ '<(_zip_path)',
+ ],
+ 'action': [
+ 'python', 'webapp/build-webapp.py',
+ '<(buildtype)',
+ '<(version_full)',
+ '<(host_plugin_mime_type)',
+ '<(_output_dir)',
+ '<(_zip_path)',
+ '<(plugin_path)',
+ '<@(remoting_webapp_files)',
+ '<@(remoting_webapp_js_files)',
+ '<@(remoting_webapp_apps_v2_js_files)',
Lambros 2013/05/24 19:28:24 Remove apps_v2_js_files from here? You've already
weitao 2013/05/28 17:22:33 Removed and sorted.
+ '--locales',
+ '<@(remoting_webapp_locale_files)',
+ ],
+ 'msvs_cygwin_shell': 1,
+ },
+ {
+ 'action_name': 'Build Remoting WebApp V2',
+ 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.V2',
+ 'zip_path': '<(PRODUCT_DIR)/remoting-webapp.V2.zip',
+ 'inputs': [
+ 'webapp/build-webapp.py',
+ '<(remoting_version_path)',
+ '<(chrome_version_path)',
'<@(remoting_webapp_patch_files)',
'<@(remoting_webapp_files)',
'<@(remoting_webapp_js_files)',
« no previous file with comments | « no previous file | remoting/webapp/appsv2.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698