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

Side by Side Diff: remoting/remoting.gyp

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: Upload Created 6 years, 1 month 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 | « no previous file | remoting/remoting_client.gypi » ('j') | remoting/remoting_webapp_files.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Set this to run the jscompile checks after building the webapp. 9 # Set this to run the jscompile checks after building the webapp.
10 'run_jscompile%': 0, 10 'run_jscompile%': 0,
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'base/resources_unittest.cc', 164 'base/resources_unittest.cc',
165 'host/continue_window_mac.mm', 165 'host/continue_window_mac.mm',
166 'host/disconnect_window_mac.mm', 166 'host/disconnect_window_mac.mm',
167 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2', 167 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2',
168 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', 168 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2',
169 'host/win/core.rc.jinja2', 169 'host/win/core.rc.jinja2',
170 'host/win/host_messages.mc.jinja2', 170 'host/win/host_messages.mc.jinja2',
171 'host/win/version.rc.jinja2', 171 'host/win/version.rc.jinja2',
172 'resources/play_store_resources.cc', 172 'resources/play_store_resources.cc',
173 'webapp/crd/manifest.json.jinja2', 173 'webapp/crd/manifest.json.jinja2',
174 '<@(remoting_webapp_all_js_files)', 174 '<@(remoting_webapp_crd_js_files)',
175 ], 175 ],
176 }, 176 },
177 'actions': [ 177 'actions': [
178 { 178 {
179 # GN version: //remoting/resources:verify_resources 179 # GN version: //remoting/resources:verify_resources
180 'action_name': 'verify_resources', 180 'action_name': 'verify_resources',
181 'inputs': [ 181 'inputs': [
182 'resources/remoting_strings.grd', 182 'resources/remoting_strings.grd',
183 'tools/verify_resources.py', 183 'tools/verify_resources.py',
184 '<@(sources)' 184 '<@(sources)'
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 ], 279 ],
280 'export_dependent_settings': [ 280 'export_dependent_settings': [
281 '../third_party/libjingle/libjingle.gyp:libjingle', 281 '../third_party/libjingle/libjingle.gyp:libjingle',
282 ], 282 ],
283 'sources': [ 283 'sources': [
284 '<@(remoting_protocol_sources)', 284 '<@(remoting_protocol_sources)',
285 ], 285 ],
286 }, # end of target 'remoting_protocol' 286 }, # end of target 'remoting_protocol'
287 ], # end of targets 287 ], # end of targets
288 } 288 }
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting_client.gypi » ('j') | remoting/remoting_webapp_files.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698