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

Side by Side Diff: remoting/remoting.gyp

Issue 8587050: Implement rename and delete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleaned up CSS. Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | remoting/resources/icon_cross.png » ('j') | remoting/webapp/me2mom/choice.css » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'webapp/me2mom/_locales.official/zh_TW/messages.json', 91 'webapp/me2mom/_locales.official/zh_TW/messages.json',
92 ], 92 ],
93 }, { # else: branding!="Chrome" 93 }, { # else: branding!="Chrome"
94 'host_plugin_name': 'Chromoting Host', 94 'host_plugin_name': 'Chromoting Host',
95 'remoting_it2me_locale_files': [ 95 'remoting_it2me_locale_files': [
96 'webapp/me2mom/_locales/en/messages.json', 96 'webapp/me2mom/_locales/en/messages.json',
97 ], 97 ],
98 }], 98 }],
99 ], 99 ],
100 'remoting_it2me_files': [ 100 'remoting_it2me_files': [
101 'resources/icon_cross.png',
101 'resources/icon_host.png', 102 'resources/icon_host.png',
103 'resources/icon_pencil.png',
102 'resources/icon_warning.png', 104 'resources/icon_warning.png',
103 'webapp/me2mom/choice.css', 105 'webapp/me2mom/choice.css',
104 'webapp/me2mom/choice.html', 106 'webapp/me2mom/choice.html',
105 'webapp/me2mom/client_screen.js', 107 'webapp/me2mom/client_screen.js',
106 'webapp/me2mom/client_session.js', 108 'webapp/me2mom/client_session.js',
107 'webapp/me2mom/cs_oauth2_trampoline.js', 109 'webapp/me2mom/cs_oauth2_trampoline.js',
108 'webapp/me2mom/debug_log.css', 110 'webapp/me2mom/debug_log.css',
109 'webapp/me2mom/debug_log.js', 111 'webapp/me2mom/debug_log.js',
110 'webapp/me2mom/dividerbottom.png', 112 'webapp/me2mom/dividerbottom.png',
111 'webapp/me2mom/dividertop.png', 113 'webapp/me2mom/dividertop.png',
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 '../base/allocator/allocator.gyp:allocator', 934 '../base/allocator/allocator.gyp:allocator',
933 ], 935 ],
934 }, 936 },
935 ], 937 ],
936 ], 938 ],
937 }], 939 }],
938 ], # end of 'conditions' 940 ], # end of 'conditions'
939 }, # end of target 'remoting_unittests' 941 }, # end of target 'remoting_unittests'
940 ], # end of targets 942 ], # end of targets
941 } 943 }
OLDNEW
« no previous file with comments | « no previous file | remoting/resources/icon_cross.png » ('j') | remoting/webapp/me2mom/choice.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698