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

Side by Side Diff: remoting/remoting.gyp

Issue 10905081: Pass Me2Me config via stdin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 7739 Created 8 years, 3 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
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 1433 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 '../media/media.gyp:media', 1444 '../media/media.gyp:media',
1445 '../net/net.gyp:net', 1445 '../net/net.gyp:net',
1446 ], 1446 ],
1447 'sources': [ 1447 'sources': [
1448 'host/branding.cc', 1448 'host/branding.cc',
1449 'host/branding.h', 1449 'host/branding.h',
1450 'host/config_file_watcher.cc', 1450 'host/config_file_watcher.cc',
1451 'host/config_file_watcher.h', 1451 'host/config_file_watcher.h',
1452 'host/curtain_mode_mac.h', 1452 'host/curtain_mode_mac.h',
1453 'host/curtain_mode_mac.cc', 1453 'host/curtain_mode_mac.cc',
1454 'host/posix/signal_handler.cc',
1455 'host/posix/signal_handler.h',
1454 'host/remoting_me2me_host.cc', 1456 'host/remoting_me2me_host.cc',
1455 'host/usage_stats_consent.h', 1457 'host/usage_stats_consent.h',
1456 'host/usage_stats_consent_win.cc', 1458 'host/usage_stats_consent_win.cc',
1457 ], 1459 ],
1458 'conditions': [ 1460 'conditions': [
1459 ['os_posix != 1', { 1461 ['os_posix != 1', {
1460 'sources/': [ 1462 'sources/': [
1461 ['exclude', '^host/posix/'], 1463 ['exclude', '^host/posix/'],
1462 ], 1464 ],
1463 }], 1465 }],
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1843 '../base/allocator/allocator.gyp:allocator', 1845 '../base/allocator/allocator.gyp:allocator',
1844 ], 1846 ],
1845 }, 1847 },
1846 ], 1848 ],
1847 ], 1849 ],
1848 }], 1850 }],
1849 ], # end of 'conditions' 1851 ], # end of 'conditions'
1850 }, # end of target 'remoting_unittests' 1852 }, # end of target 'remoting_unittests'
1851 ], # end of targets 1853 ], # end of targets
1852 } 1854 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698