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

Side by Side Diff: remoting/remoting_webapp.gypi

Issue 1370283004: [Chromoting] Remote Assistance in Public Session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PublicSession
Patch Set: Rebase Created 5 years, 2 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_client.gypi ('k') | remoting/remoting_webapp_files.gypi » ('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%': [],
11 'main_html_file%': '<(SHARED_INTERMEDIATE_DIR)/remoting/main.html', 11 'main_html_file%': '<(SHARED_INTERMEDIATE_DIR)/remoting/main.html',
12 'generated_html_files': [ 12 'generated_html_files': [
13 '<(SHARED_INTERMEDIATE_DIR)/remoting/background.html', 13 '<(SHARED_INTERMEDIATE_DIR)/remoting/background.html',
14 '<(SHARED_INTERMEDIATE_DIR)/remoting/credits.html', 14 '<(SHARED_INTERMEDIATE_DIR)/remoting/credits.html',
15 '<(SHARED_INTERMEDIATE_DIR)/remoting/message_window.html', 15 '<(SHARED_INTERMEDIATE_DIR)/remoting/message_window.html',
16 '<(SHARED_INTERMEDIATE_DIR)/remoting/wcs_sandbox.html', 16 '<(SHARED_INTERMEDIATE_DIR)/remoting/wcs_sandbox.html',
17 '<(SHARED_INTERMEDIATE_DIR)/remoting/public_session.html',
17 ], 18 ],
18 'dr_webapp_locales_listfile': '<(SHARED_INTERMEDIATE_DIR)/>(_target_name)_lo cales.txt', 19 'dr_webapp_locales_listfile': '<(SHARED_INTERMEDIATE_DIR)/>(_target_name)_lo cales.txt',
19 }, 20 },
20 'dependencies': [ 21 'dependencies': [
21 'remoting_resources', 22 'remoting_resources',
22 'remoting_webapp_html', 23 'remoting_webapp_html',
23 ], 24 ],
24 'conditions': [ 25 'conditions': [
25 ['run_jscompile != 0', { 26 ['run_jscompile != 0', {
26 'dependencies': ['remoting_webapp_compile.gypi:*'], 27 'dependencies': ['remoting_webapp_compile.gypi:*'],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 '<@(remoting_webapp_crd_files)', 76 '<@(remoting_webapp_crd_files)',
76 '<@(extra_files)', 77 '<@(extra_files)',
77 '--locales_listfile', 78 '--locales_listfile',
78 '<(dr_webapp_locales_listfile)', 79 '<(dr_webapp_locales_listfile)',
79 '--use_gcd', 80 '--use_gcd',
80 '<(remoting_use_gcd)', 81 '<(remoting_use_gcd)',
81 ], 82 ],
82 }, 83 },
83 ], 84 ],
84 } 85 }
OLDNEW
« no previous file with comments | « remoting/remoting_client.gypi ('k') | remoting/remoting_webapp_files.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698