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

Side by Side Diff: remoting/remoting_host.gypi

Issue 2080723008: [Chromoting] Use device::PowerSaveBlocker to block screen saver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve review comments Created 4 years, 5 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
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/remoting_host_srcs.gypi » ('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 'includes': [ 6 'includes': [
7 'remoting_enable.gypi', 7 'remoting_enable.gypi',
8 ], 8 ],
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 26 matching lines...) Expand all
37 }, 37 },
38 'dependencies': [ 38 'dependencies': [
39 'remoting_base', 39 'remoting_base',
40 'remoting_host_credits', 40 'remoting_host_credits',
41 'remoting_protocol', 41 'remoting_protocol',
42 'remoting_resources', 42 'remoting_resources',
43 '../base/base.gyp:base_i18n', 43 '../base/base.gyp:base_i18n',
44 '../components/components.gyp:policy', 44 '../components/components.gyp:policy',
45 '../components/components.gyp:policy_component_common', 45 '../components/components.gyp:policy_component_common',
46 '../crypto/crypto.gyp:crypto', 46 '../crypto/crypto.gyp:crypto',
47 '../device/power_save_blocker/power_save_blocker.gyp:device_power_sa ve_blocker',
47 '../google_apis/google_apis.gyp:google_apis', 48 '../google_apis/google_apis.gyp:google_apis',
48 '../ipc/ipc.gyp:ipc', 49 '../ipc/ipc.gyp:ipc',
49 '../ui/events/events.gyp:dom_keycode_converter', 50 '../ui/events/events.gyp:dom_keycode_converter',
50 ], 51 ],
51 'defines': [ 52 'defines': [
52 'HOST_BUNDLE_NAME="<(host_bundle_name)"', 53 'HOST_BUNDLE_NAME="<(host_bundle_name)"',
53 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"', 54 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"',
54 'VERSION=<(version_full)', 55 'VERSION=<(version_full)',
55 ], 56 ],
56 'sources': [ 57 'sources': [
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 # Dummy target for chromeos==1 732 # Dummy target for chromeos==1
732 'target_name': 'remoting_it2me_native_messaging_host', 733 'target_name': 'remoting_it2me_native_messaging_host',
733 'type': 'executable', 734 'type': 'executable',
734 }, 735 },
735 ], # targets 736 ], # targets
736 }], # end of chromeos==0 737 }], # end of chromeos==0
737 ], # end of conditions 738 ], # end of conditions
738 }], # end of OS!="win" and enable_remoting_host==1 739 }], # end of OS!="win" and enable_remoting_host==1
739 ], # end of 'conditions' 740 ], # end of 'conditions'
740 } 741 }
OLDNEW
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/remoting_host_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698