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

Side by Side Diff: remoting/remoting.gyp

Issue 10823215: Curtain mode implementation for Mac OS X. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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/remoting_me2me_host.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 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 '../net/net.gyp:net', 1461 '../net/net.gyp:net',
1462 ], 1462 ],
1463 'sources': [ 1463 'sources': [
1464 'host/branding.cc', 1464 'host/branding.cc',
1465 'host/branding.h', 1465 'host/branding.h',
1466 'host/sighup_listener_mac.cc', 1466 'host/sighup_listener_mac.cc',
1467 'host/sighup_listener_mac.h', 1467 'host/sighup_listener_mac.h',
1468 'host/remoting_me2me_host.cc', 1468 'host/remoting_me2me_host.cc',
1469 'host/usage_stats_consent.h', 1469 'host/usage_stats_consent.h',
1470 'host/usage_stats_consent_win.cc', 1470 'host/usage_stats_consent_win.cc',
1471 'host/curtain_mode_mac.h',
1472 'host/curtain_mode_mac.cc',
1471 ], 1473 ],
1472 'conditions': [ 1474 'conditions': [
1473 ['OS=="mac"', { 1475 ['OS=="mac"', {
1474 'mac_bundle': 1, 1476 'mac_bundle': 1,
1475 'conditions': [ 1477 'conditions': [
1476 ['branding == "Chrome"', { 1478 ['branding == "Chrome"', {
1477 'variables': { 1479 'variables': {
1478 'host_bundle_id': 'com.google.chrome_remote_desktop.remoting_me 2me_host', 1480 'host_bundle_id': 'com.google.chrome_remote_desktop.remoting_me 2me_host',
1479 }, 1481 },
1480 }, { # else branding!="Chrome" 1482 }, { # else branding!="Chrome"
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
1854 '../base/allocator/allocator.gyp:allocator', 1856 '../base/allocator/allocator.gyp:allocator',
1855 ], 1857 ],
1856 }, 1858 },
1857 ], 1859 ],
1858 ], 1860 ],
1859 }], 1861 }],
1860 ], # end of 'conditions' 1862 ], # end of 'conditions'
1861 }, # end of target 'remoting_unittests' 1863 }, # end of target 'remoting_unittests'
1862 ], # end of targets 1864 ], # end of targets
1863 } 1865 }
OLDNEW
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698