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

Side by Side Diff: remoting/remoting.gyp

Issue 9827002: [Chromoting] Improve the text on the buttons in the connection-failed dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync. Created 8 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/webapp/_locales/en/messages.json » ('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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 'host/plugin/host_script_object.cc', 463 'host/plugin/host_script_object.cc',
464 ], 464 ],
465 'outputs': [ 465 'outputs': [
466 '<(PRODUCT_DIR)/remoting/webapp_verified.stamp', 466 '<(PRODUCT_DIR)/remoting/webapp_verified.stamp',
467 ], 467 ],
468 'action': [ 468 'action': [
469 'python', 469 'python',
470 'webapp/verify-webapp.py', 470 'webapp/verify-webapp.py',
471 '<(PRODUCT_DIR)/remoting/webapp_verified.stamp', 471 '<(PRODUCT_DIR)/remoting/webapp_verified.stamp',
472 'webapp/_locales/en/messages.json', 472 'webapp/_locales/en/messages.json',
473 'webapp/client_screen.js',
473 'webapp/main.html', 474 'webapp/main.html',
474 'webapp/host_table_entry.js', 475 'webapp/host_table_entry.js',
475 'webapp/manifest.json', 476 'webapp/manifest.json',
476 'webapp/remoting.js', 477 'webapp/remoting.js',
477 'host/plugin/host_script_object.cc', 478 'host/plugin/host_script_object.cc',
478 ], 479 ],
479 }, 480 },
480 { 481 {
481 'action_name': 'Build Remoting WebApp', 482 'action_name': 'Build Remoting WebApp',
482 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp', 483 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp',
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 '../base/allocator/allocator.gyp:allocator', 1180 '../base/allocator/allocator.gyp:allocator',
1180 ], 1181 ],
1181 }, 1182 },
1182 ], 1183 ],
1183 ], 1184 ],
1184 }], 1185 }],
1185 ], # end of 'conditions' 1186 ], # end of 'conditions'
1186 }, # end of target 'remoting_unittests' 1187 }, # end of target 'remoting_unittests'
1187 ], # end of targets 1188 ], # end of targets
1188 } 1189 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/_locales/en/messages.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698