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

Side by Side Diff: remoting/remoting.gyp

Issue 7718008: Use a split toggle button to reflect scaling state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed i18n-content tag. Created 9 years, 3 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/me2mom/_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) 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 a consistent MIME-type independent of branding. 10 # Use a consistent MIME-type independent of branding.
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'webapp/me2mom/debug_log.js', 73 'webapp/me2mom/debug_log.js',
74 'webapp/me2mom/dividerbottom.png', 74 'webapp/me2mom/dividerbottom.png',
75 'webapp/me2mom/dividertop.png', 75 'webapp/me2mom/dividertop.png',
76 'webapp/me2mom/l10n.js', 76 'webapp/me2mom/l10n.js',
77 'webapp/me2mom/main.css', 77 'webapp/me2mom/main.css',
78 'webapp/me2mom/manifest.json', 78 'webapp/me2mom/manifest.json',
79 'webapp/me2mom/oauth2.js', 79 'webapp/me2mom/oauth2.js',
80 'webapp/me2mom/oauth2_callback.html', 80 'webapp/me2mom/oauth2_callback.html',
81 'webapp/me2mom/plugin_settings.js', 81 'webapp/me2mom/plugin_settings.js',
82 'webapp/me2mom/remoting.js', 82 'webapp/me2mom/remoting.js',
83 'webapp/me2mom/scale-to-fit.png',
83 'webapp/me2mom/spinner.gif', 84 'webapp/me2mom/spinner.gif',
84 'webapp/me2mom/toolbar.css', 85 'webapp/me2mom/toolbar.css',
85 'webapp/me2mom/toolbar-stub.png', 86 'webapp/me2mom/toolbar-stub.png',
86 'webapp/me2mom/xhr.js', 87 'webapp/me2mom/xhr.js',
87 ], 88 ],
88 'remoting_it2me_locale_files': [ 89 'remoting_it2me_locale_files': [
89 'webapp/me2mom/_locales/en/messages.json', 90 'webapp/me2mom/_locales/en/messages.json',
90 ], 91 ],
91 }, 92 },
92 93
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 '../base/allocator/allocator.gyp:allocator', 840 '../base/allocator/allocator.gyp:allocator',
840 ], 841 ],
841 }, 842 },
842 ], 843 ],
843 ], 844 ],
844 }], 845 }],
845 ], # end of 'conditions' 846 ], # end of 'conditions'
846 }, # end of target 'remoting_unittests' 847 }, # end of target 'remoting_unittests'
847 ], # end of targets 848 ], # end of targets
848 } 849 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/me2mom/_locales/en/messages.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698