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

Side by Side Diff: remoting/remoting.gyp

Issue 8511077: Fixed css to make host list prettier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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_host.png',
101 'resources/icon_warning.png', 102 'resources/icon_warning.png',
102 'webapp/me2mom/choice.css', 103 'webapp/me2mom/choice.css',
103 'webapp/me2mom/choice.html', 104 'webapp/me2mom/choice.html',
104 'webapp/me2mom/client_screen.js', 105 'webapp/me2mom/client_screen.js',
105 'webapp/me2mom/client_session.js', 106 'webapp/me2mom/client_session.js',
106 'webapp/me2mom/cs_oauth2_trampoline.js', 107 'webapp/me2mom/cs_oauth2_trampoline.js',
107 'webapp/me2mom/debug_log.css', 108 'webapp/me2mom/debug_log.css',
108 'webapp/me2mom/debug_log.js', 109 'webapp/me2mom/debug_log.js',
109 'webapp/me2mom/dividerbottom.png', 110 'webapp/me2mom/dividerbottom.png',
110 'webapp/me2mom/dividertop.png', 111 'webapp/me2mom/dividertop.png',
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 '../base/allocator/allocator.gyp:allocator', 917 '../base/allocator/allocator.gyp:allocator',
917 ], 918 ],
918 }, 919 },
919 ], 920 ],
920 ], 921 ],
921 }], 922 }],
922 ], # end of 'conditions' 923 ], # end of 'conditions'
923 }, # end of target 'remoting_unittests' 924 }, # end of target 'remoting_unittests'
924 ], # end of targets 925 ], # end of targets
925 } 926 }
OLDNEW
« no previous file with comments | « no previous file | remoting/resources/icon_host.png » ('j') | remoting/webapp/me2mom/_locales/en/messages.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698