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

Side by Side Diff: remoting/remoting.gyp

Issue 8865005: The chromoting client logs connection statistics to the server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review. Created 9 years 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'webapp/me2mom/log_to_server.js', 120 'webapp/me2mom/log_to_server.js',
121 'webapp/me2mom/main.css', 121 'webapp/me2mom/main.css',
122 'webapp/me2mom/manifest.json', 122 'webapp/me2mom/manifest.json',
123 'webapp/me2mom/oauth2.js', 123 'webapp/me2mom/oauth2.js',
124 'webapp/me2mom/oauth2_callback.html', 124 'webapp/me2mom/oauth2_callback.html',
125 'webapp/me2mom/plugin_settings.js', 125 'webapp/me2mom/plugin_settings.js',
126 'webapp/me2mom/remoting.js', 126 'webapp/me2mom/remoting.js',
127 'webapp/me2mom/scale-to-fit.png', 127 'webapp/me2mom/scale-to-fit.png',
128 'webapp/me2mom/server_log_entry.js', 128 'webapp/me2mom/server_log_entry.js',
129 'webapp/me2mom/spinner.gif', 129 'webapp/me2mom/spinner.gif',
130 'webapp/me2mom/stats_accumulator.js',
130 'webapp/me2mom/toolbar.css', 131 'webapp/me2mom/toolbar.css',
131 'webapp/me2mom/toolbar.js', 132 'webapp/me2mom/toolbar.js',
132 'webapp/me2mom/ui_mode.js', 133 'webapp/me2mom/ui_mode.js',
133 'webapp/me2mom/util.js', 134 'webapp/me2mom/util.js',
134 'webapp/me2mom/wcs.js', 135 'webapp/me2mom/wcs.js',
135 'webapp/me2mom/wcs_loader.js', 136 'webapp/me2mom/wcs_loader.js',
136 'webapp/me2mom/xhr.js', 137 'webapp/me2mom/xhr.js',
137 'resources/chromoting16.png', 138 'resources/chromoting16.png',
138 'resources/chromoting48.png', 139 'resources/chromoting48.png',
139 'resources/chromoting128.png', 140 'resources/chromoting128.png',
(...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 '../base/allocator/allocator.gyp:allocator', 956 '../base/allocator/allocator.gyp:allocator',
956 ], 957 ],
957 }, 958 },
958 ], 959 ],
959 ], 960 ],
960 }], 961 }],
961 ], # end of 'conditions' 962 ], # end of 'conditions'
962 }, # end of target 'remoting_unittests' 963 }, # end of target 'remoting_unittests'
963 ], # end of targets 964 ], # end of targets
964 } 965 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/me2mom/choice.html » ('j') | remoting/webapp/me2mom/client_session.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698