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 1460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1471 '../net/net.gyp:net', | 1471 '../net/net.gyp:net', |
1472 ], | 1472 ], |
1473 'sources': [ | 1473 'sources': [ |
1474 'host/branding.cc', | 1474 'host/branding.cc', |
1475 'host/branding.h', | 1475 'host/branding.h', |
1476 'host/sighup_listener_mac.cc', | 1476 'host/sighup_listener_mac.cc', |
1477 'host/sighup_listener_mac.h', | 1477 'host/sighup_listener_mac.h', |
1478 'host/remoting_me2me_host.cc', | 1478 'host/remoting_me2me_host.cc', |
1479 'host/usage_stats_consent.h', | 1479 'host/usage_stats_consent.h', |
1480 'host/usage_stats_consent_win.cc', | 1480 'host/usage_stats_consent_win.cc', |
| 1481 'host/curtain_mode_mac.h', |
| 1482 'host/curtain_mode_mac.cc', |
1481 ], | 1483 ], |
1482 'conditions': [ | 1484 'conditions': [ |
1483 ['OS=="mac"', { | 1485 ['OS=="mac"', { |
1484 'mac_bundle': 1, | 1486 'mac_bundle': 1, |
1485 'conditions': [ | 1487 'conditions': [ |
1486 ['branding == "Chrome"', { | 1488 ['branding == "Chrome"', { |
1487 'variables': { | 1489 'variables': { |
1488 'host_bundle_id': 'com.google.chrome_remote_desktop.remoting_me
2me_host', | 1490 'host_bundle_id': 'com.google.chrome_remote_desktop.remoting_me
2me_host', |
1489 }, | 1491 }, |
1490 }, { # else branding!="Chrome" | 1492 }, { # else branding!="Chrome" |
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1864 '../base/allocator/allocator.gyp:allocator', | 1866 '../base/allocator/allocator.gyp:allocator', |
1865 ], | 1867 ], |
1866 }, | 1868 }, |
1867 ], | 1869 ], |
1868 ], | 1870 ], |
1869 }], | 1871 }], |
1870 ], # end of 'conditions' | 1872 ], # end of 'conditions' |
1871 }, # end of target 'remoting_unittests' | 1873 }, # end of target 'remoting_unittests' |
1872 ], # end of targets | 1874 ], # end of targets |
1873 } | 1875 } |
OLD | NEW |