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

Side by Side Diff: remoting/remoting.gyp

Issue 211573008: Add Play Store listings text for Chromoting app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix string Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/resources/play_store_resources.cc » ('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 (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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 '<(SHARED_INTERMEDIATE_DIR)/main.html', 184 '<(SHARED_INTERMEDIATE_DIR)/main.html',
185 'base/resources_unittest.cc', 185 'base/resources_unittest.cc',
186 'host/continue_window_mac.mm', 186 'host/continue_window_mac.mm',
187 'host/disconnect_window_mac.mm', 187 'host/disconnect_window_mac.mm',
188 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2', 188 'host/installer/mac/uninstaller/remoting_uninstaller-InfoPlist.strings .jinja2',
189 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2', 189 'host/mac/me2me_preference_pane-InfoPlist.strings.jinja2',
190 'host/plugin/host_plugin-InfoPlist.strings.jinja2', 190 'host/plugin/host_plugin-InfoPlist.strings.jinja2',
191 'host/win/core.rc.jinja2', 191 'host/win/core.rc.jinja2',
192 'host/win/host_messages.mc.jinja2', 192 'host/win/host_messages.mc.jinja2',
193 'host/win/version.rc.jinja2', 193 'host/win/version.rc.jinja2',
194 'resources/play_store_resources.cc',
194 'webapp/background.js', 195 'webapp/background.js',
195 'webapp/butter_bar.js', 196 'webapp/butter_bar.js',
196 'webapp/client_screen.js', 197 'webapp/client_screen.js',
197 'webapp/error.js', 198 'webapp/error.js',
198 'webapp/host_list.js', 199 'webapp/host_list.js',
199 'webapp/host_setup_dialog.js', 200 'webapp/host_setup_dialog.js',
200 'webapp/host_table_entry.js', 201 'webapp/host_table_entry.js',
201 'webapp/manifest.json.jinja2', 202 'webapp/manifest.json.jinja2',
202 'webapp/paired_client_manager.js', 203 'webapp/paired_client_manager.js',
203 'webapp/remoting.js', 204 'webapp/remoting.js',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 ], 304 ],
304 'export_dependent_settings': [ 305 'export_dependent_settings': [
305 '../third_party/libjingle/libjingle.gyp:libjingle', 306 '../third_party/libjingle/libjingle.gyp:libjingle',
306 ], 307 ],
307 'sources': [ 308 'sources': [
308 '<@(remoting_protocol_sources)', 309 '<@(remoting_protocol_sources)',
309 ], 310 ],
310 }, # end of target 'remoting_protocol' 311 }, # end of target 'remoting_protocol'
311 ], # end of targets 312 ], # end of targets
312 } 313 }
OLDNEW
« no previous file with comments | « no previous file | remoting/resources/play_store_resources.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698