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

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: Delete debugging and clean up comments. 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 1426 matching lines...) Expand 10 before | Expand all | Expand 10 after
1437 'remoting_jingle_glue', 1437 'remoting_jingle_glue',
1438 '../base/base.gyp:base', 1438 '../base/base.gyp:base',
1439 '../base/base.gyp:base_i18n', 1439 '../base/base.gyp:base_i18n',
1440 '../ipc/ipc.gyp:ipc', 1440 '../ipc/ipc.gyp:ipc',
1441 '../media/media.gyp:media', 1441 '../media/media.gyp:media',
1442 '../net/net.gyp:net', 1442 '../net/net.gyp:net',
1443 ], 1443 ],
1444 'sources': [ 1444 'sources': [
1445 'host/branding.cc', 1445 'host/branding.cc',
1446 'host/branding.h', 1446 'host/branding.h',
1447 'host/posix/sighup_listener.cc', 1447 'host/posix/signal_handler.cc',
1448 'host/posix/sighup_listener.h', 1448 'host/posix/signal_handler.h',
1449 'host/remoting_me2me_host.cc', 1449 'host/remoting_me2me_host.cc',
1450 'host/usage_stats_consent.h', 1450 'host/usage_stats_consent.h',
1451 'host/usage_stats_consent_win.cc', 1451 'host/usage_stats_consent_win.cc',
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 ], 1454 ],
1455 'conditions': [ 1455 'conditions': [
1456 ['os_posix != 1', { 1456 ['os_posix != 1', {
1457 'sources/': [ 1457 'sources/': [
1458 ['exclude', '^host/posix/'], 1458 ['exclude', '^host/posix/'],
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
1839 '../base/allocator/allocator.gyp:allocator', 1839 '../base/allocator/allocator.gyp:allocator',
1840 ], 1840 ],
1841 }, 1841 },
1842 ], 1842 ],
1843 ], 1843 ],
1844 }], 1844 }],
1845 ], # end of 'conditions' 1845 ], # end of 'conditions'
1846 }, # end of target 'remoting_unittests' 1846 }, # end of target 'remoting_unittests'
1847 ], # end of targets 1847 ], # end of targets
1848 } 1848 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698