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

Side by Side Diff: remoting/remoting.gyp

Issue 10825149: [Chromoting] Add new Chromoting enterprise policies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add 'remote access' to caption and desc Created 8 years, 4 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 | « remoting/host/policy_hack/policy_watcher_unittest.cc ('k') | no next file » | 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 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 'host/chromoting_host_context.cc', 1215 'host/chromoting_host_context.cc',
1216 'host/chromoting_host_context.h', 1216 'host/chromoting_host_context.h',
1217 'host/client_session.cc', 1217 'host/client_session.cc',
1218 'host/client_session.h', 1218 'host/client_session.h',
1219 'host/clipboard.h', 1219 'host/clipboard.h',
1220 'host/clipboard_linux.cc', 1220 'host/clipboard_linux.cc',
1221 'host/clipboard_mac.mm', 1221 'host/clipboard_mac.mm',
1222 'host/clipboard_win.cc', 1222 'host/clipboard_win.cc',
1223 'host/composite_host_config.cc', 1223 'host/composite_host_config.cc',
1224 'host/composite_host_config.h', 1224 'host/composite_host_config.h',
1225 'host/constants.cc',
1225 'host/constants.h', 1226 'host/constants.h',
1226 'host/constants_mac.cc', 1227 'host/constants_mac.cc',
1227 'host/constants_mac.h', 1228 'host/constants_mac.h',
1228 'host/constants_win.cc', 1229 'host/constants_win.cc',
1229 'host/continue_window.h', 1230 'host/continue_window.h',
1230 'host/continue_window_gtk.cc', 1231 'host/continue_window_gtk.cc',
1231 'host/continue_window_mac.mm', 1232 'host/continue_window_mac.mm',
1232 'host/continue_window_win.cc', 1233 'host/continue_window_win.cc',
1233 'host/desktop_environment.cc', 1234 'host/desktop_environment.cc',
1234 'host/desktop_environment.h', 1235 'host/desktop_environment.h',
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
1845 '../base/allocator/allocator.gyp:allocator', 1846 '../base/allocator/allocator.gyp:allocator',
1846 ], 1847 ],
1847 }, 1848 },
1848 ], 1849 ],
1849 ], 1850 ],
1850 }], 1851 }],
1851 ], # end of 'conditions' 1852 ], # end of 'conditions'
1852 }, # end of target 'remoting_unittests' 1853 }, # end of target 'remoting_unittests'
1853 ], # end of targets 1854 ], # end of targets
1854 } 1855 }
OLDNEW
« no previous file with comments | « remoting/host/policy_hack/policy_watcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698