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

Side by Side Diff: remoting/remoting_webapp.gypi

Issue 1007153003: Added support for enabling GCD, or not, at build time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 unified diff | Download patch
« no previous file with comments | « remoting/remoting_options.gypi ('k') | remoting/webapp/build-webapp.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 # 4 #
5 # File included in remoting_webapp_* targets in remoting_client.gypi 5 # File included in remoting_webapp_* targets in remoting_client.gypi
6 6
7 { 7 {
8 'type': 'none', 8 'type': 'none',
9 'variables': { 9 'variables': {
10 'extra_files%': [], 10 'extra_files%': [],
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 '<(version_full)', 130 '<(version_full)',
131 '<(output_dir)', 131 '<(output_dir)',
132 '<(zip_path)', 132 '<(zip_path)',
133 'webapp/crd/manifest.json.jinja2', 133 'webapp/crd/manifest.json.jinja2',
134 '<(webapp_type)', 134 '<(webapp_type)',
135 '<@(generated_html_files)', 135 '<@(generated_html_files)',
136 '<@(remoting_webapp_crd_files)', 136 '<@(remoting_webapp_crd_files)',
137 '<@(extra_files)', 137 '<@(extra_files)',
138 '--locales_listfile', 138 '--locales_listfile',
139 '<(dr_webapp_locales_listfile)', 139 '<(dr_webapp_locales_listfile)',
140 '--use_gcd',
141 '<(remoting_use_gcd)',
140 ], 142 ],
141 }, 143 },
142 ], 144 ],
143 } 145 }
OLDNEW
« no previous file with comments | « remoting/remoting_options.gypi ('k') | remoting/webapp/build-webapp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698