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

Side by Side Diff: remoting/remoting_client.gypi

Issue 742473002: [Chromoting] Break up the webapp's init function into smaller chunks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix browsertest break by removing onload handler Created 6 years 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.gyp ('k') | remoting/remoting_test.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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //remoting/client/plugin 8 # GN version: //remoting/client/plugin
9 'target_name': 'remoting_client_plugin', 9 'target_name': 'remoting_client_plugin',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 '<@(remoting_webapp_template_files)', 62 '<@(remoting_webapp_template_files)',
63 ], 63 ],
64 'outputs': [ 64 'outputs': [
65 '<(SHARED_INTERMEDIATE_DIR)/main.html', 65 '<(SHARED_INTERMEDIATE_DIR)/main.html',
66 ], 66 ],
67 'action': [ 67 'action': [
68 'python', 'webapp/build-html.py', 68 'python', 'webapp/build-html.py',
69 '<(SHARED_INTERMEDIATE_DIR)/main.html', 69 '<(SHARED_INTERMEDIATE_DIR)/main.html',
70 '<(remoting_webapp_template_main)', 70 '<(remoting_webapp_template_main)',
71 '--template', '<@(remoting_webapp_template_files)', 71 '--template', '<@(remoting_webapp_template_files)',
72 '--js', '<@(remoting_webapp_main_html_js_files)', 72 '--js',
73 '<@(remoting_webapp_shared_main_html_js_files)',
74 '<@(remoting_webapp_crd_main_html_js_files)',
73 ], 75 ],
74 }, 76 },
75 { 77 {
76 'action_name': 'Build Remoting Webapp wcs_sandbox.html', 78 'action_name': 'Build Remoting Webapp wcs_sandbox.html',
77 'inputs': [ 79 'inputs': [
78 'webapp/build-html.py', 80 'webapp/build-html.py',
79 '<(remoting_webapp_template_wcs_sandbox)', 81 '<(remoting_webapp_template_wcs_sandbox)',
80 ], 82 ],
81 'outputs': [ 83 'outputs': [
82 '<(SHARED_INTERMEDIATE_DIR)/wcs_sandbox.html', 84 '<(SHARED_INTERMEDIATE_DIR)/wcs_sandbox.html',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 }, { 151 }, {
150 'variables': { 152 'variables': {
151 'webapp_type': 'v2', 153 'webapp_type': 'v2',
152 }, 154 },
153 }], 155 }],
154 ], 156 ],
155 'includes': [ 'remoting_webapp.gypi', ], 157 'includes': [ 'remoting_webapp.gypi', ],
156 }, # end of target 'remoting_webapp_v2' 158 }, # end of target 'remoting_webapp_v2'
157 ], # end of targets 159 ], # end of targets
158 } 160 }
OLDNEW
« no previous file with comments | « remoting/remoting.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698