OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |