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

Side by Side Diff: remoting/remoting.gyp

Issue 12566035: Added survey butter-bar to web-app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improved string grammar. Created 7 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/resources/remoting_strings.grd » ('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 10
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'webapp/menu_button.js', 199 'webapp/menu_button.js',
200 'webapp/oauth2.js', 200 'webapp/oauth2.js',
201 'webapp/oauth2_callback.js', 201 'webapp/oauth2_callback.js',
202 'webapp/plugin_settings.js', 202 'webapp/plugin_settings.js',
203 'webapp/xhr_proxy.js', 203 'webapp/xhr_proxy.js',
204 'webapp/remoting.js', 204 'webapp/remoting.js',
205 'webapp/session_connector.js', 205 'webapp/session_connector.js',
206 'webapp/server_log_entry.js', 206 'webapp/server_log_entry.js',
207 'webapp/stats_accumulator.js', 207 'webapp/stats_accumulator.js',
208 'webapp/storage.js', 208 'webapp/storage.js',
209 'webapp/survey.js',
209 'webapp/toolbar.js', 210 'webapp/toolbar.js',
210 'webapp/ui_mode.js', 211 'webapp/ui_mode.js',
211 'webapp/wcs.js', 212 'webapp/wcs.js',
212 'webapp/wcs_loader.js', 213 'webapp/wcs_loader.js',
213 'webapp/wcs_sandbox_container.js', 214 'webapp/wcs_sandbox_container.js',
214 'webapp/wcs_sandbox_content.js', 215 'webapp/wcs_sandbox_content.js',
215 'webapp/xhr.js', 216 'webapp/xhr.js',
216 ], 217 ],
217 'remoting_host_installer_mac_roots': [ 218 'remoting_host_installer_mac_roots': [
218 'host/installer/mac/', 219 'host/installer/mac/',
(...skipping 2448 matching lines...) Expand 10 before | Expand all | Expand 10 after
2667 '../base/allocator/allocator.gyp:allocator', 2668 '../base/allocator/allocator.gyp:allocator',
2668 ], 2669 ],
2669 }, 2670 },
2670 ], 2671 ],
2671 ], 2672 ],
2672 }], # end of 'toolkit_uses_gtk == 1' 2673 }], # end of 'toolkit_uses_gtk == 1'
2673 ], # end of 'conditions' 2674 ], # end of 'conditions'
2674 }, # end of target 'remoting_unittests' 2675 }, # end of target 'remoting_unittests'
2675 ], # end of targets 2676 ], # end of targets
2676 } 2677 }
OLDNEW
« no previous file with comments | « no previous file | remoting/resources/remoting_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698