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

Side by Side Diff: remoting/remoting.gyp

Issue 11273024: Remove GaiaOauthClient and GaiaUserEmailFetcher from remoting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 { 1451 {
1452 'target_name': 'remoting_host', 1452 'target_name': 'remoting_host',
1453 'type': 'static_library', 1453 'type': 'static_library',
1454 'variables': { 'enable_wexit_time_destructors': 1, }, 1454 'variables': { 'enable_wexit_time_destructors': 1, },
1455 'dependencies': [ 1455 'dependencies': [
1456 'remoting_base', 1456 'remoting_base',
1457 'remoting_jingle_glue', 1457 'remoting_jingle_glue',
1458 'remoting_protocol', 1458 'remoting_protocol',
1459 'differ_block', 1459 'differ_block',
1460 '../crypto/crypto.gyp:crypto', 1460 '../crypto/crypto.gyp:crypto',
1461 '../google_apis/google_apis.gyp:google_apis',
1461 '../ipc/ipc.gyp:ipc', 1462 '../ipc/ipc.gyp:ipc',
1462 ], 1463 ],
1463 'defines': [ 1464 'defines': [
1464 'VERSION=<(version_full)', 1465 'VERSION=<(version_full)',
1465 ], 1466 ],
1466 'sources': [ 1467 'sources': [
1467 'host/audio_capturer.cc', 1468 'host/audio_capturer.cc',
1468 'host/audio_capturer.h', 1469 'host/audio_capturer.h',
1469 'host/audio_capturer_linux.cc', 1470 'host/audio_capturer_linux.cc',
1470 'host/audio_capturer_linux.h', 1471 'host/audio_capturer_linux.h',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1509 'host/disconnect_window_mac.mm', 1510 'host/disconnect_window_mac.mm',
1510 'host/disconnect_window_win.cc', 1511 'host/disconnect_window_win.cc',
1511 'host/dns_blackhole_checker.cc', 1512 'host/dns_blackhole_checker.cc',
1512 'host/dns_blackhole_checker.h', 1513 'host/dns_blackhole_checker.h',
1513 'host/event_executor.h', 1514 'host/event_executor.h',
1514 'host/event_executor_fake.cc', 1515 'host/event_executor_fake.cc',
1515 'host/event_executor_fake.h', 1516 'host/event_executor_fake.h',
1516 'host/event_executor_linux.cc', 1517 'host/event_executor_linux.cc',
1517 'host/event_executor_mac.cc', 1518 'host/event_executor_mac.cc',
1518 'host/event_executor_win.cc', 1519 'host/event_executor_win.cc',
1519 'host/gaia_oauth_client.cc',
1520 'host/gaia_oauth_client.h',
1521 'host/gaia_user_email_fetcher.cc',
1522 'host/gaia_user_email_fetcher.h',
1523 'host/heartbeat_sender.cc', 1520 'host/heartbeat_sender.cc',
1524 'host/heartbeat_sender.h', 1521 'host/heartbeat_sender.h',
1525 'host/host_config.cc', 1522 'host/host_config.cc',
1526 'host/host_config.h', 1523 'host/host_config.h',
1527 'host/host_exit_codes.h', 1524 'host/host_exit_codes.h',
1528 'host/host_key_pair.cc', 1525 'host/host_key_pair.cc',
1529 'host/host_key_pair.h', 1526 'host/host_key_pair.h',
1530 'host/host_port_allocator.cc', 1527 'host/host_port_allocator.cc',
1531 'host/host_port_allocator.h', 1528 'host/host_port_allocator.h',
1532 'host/host_secret.cc', 1529 'host/host_secret.cc',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1720 'variables': { 'enable_wexit_time_destructors': 1, }, 1717 'variables': { 'enable_wexit_time_destructors': 1, },
1721 'dependencies': [ 1718 'dependencies': [
1722 'remoting_base', 1719 'remoting_base',
1723 'remoting_breakpad', 1720 'remoting_breakpad',
1724 'remoting_host', 1721 'remoting_host',
1725 'remoting_host_event_logger', 1722 'remoting_host_event_logger',
1726 'remoting_host_logging', 1723 'remoting_host_logging',
1727 'remoting_jingle_glue', 1724 'remoting_jingle_glue',
1728 '../base/base.gyp:base', 1725 '../base/base.gyp:base',
1729 '../base/base.gyp:base_i18n', 1726 '../base/base.gyp:base_i18n',
1730 '../google_apis/google_apis.gyp:google_apis',
1731 '../media/media.gyp:media', 1727 '../media/media.gyp:media',
1732 '../net/net.gyp:net', 1728 '../net/net.gyp:net',
1733 ], 1729 ],
1734 'defines': [ 1730 'defines': [
1735 'VERSION=<(version_full)', 1731 'VERSION=<(version_full)',
1736 ], 1732 ],
1737 'sources': [ 1733 'sources': [
1738 'host/config_file_watcher.cc', 1734 'host/config_file_watcher.cc',
1739 'host/config_file_watcher.h', 1735 'host/config_file_watcher.h',
1740 'host/curtain_mode.h', 1736 'host/curtain_mode.h',
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
2198 '../base/allocator/allocator.gyp:allocator', 2194 '../base/allocator/allocator.gyp:allocator',
2199 ], 2195 ],
2200 }, 2196 },
2201 ], 2197 ],
2202 ], 2198 ],
2203 }], # end of 'toolkit_uses_gtk == 1' 2199 }], # end of 'toolkit_uses_gtk == 1'
2204 ], # end of 'conditions' 2200 ], # end of 'conditions'
2205 }, # end of target 'remoting_unittests' 2201 }, # end of target 'remoting_unittests'
2206 ], # end of targets 2202 ], # end of targets
2207 } 2203 }
OLDNEW
« remoting/host/signaling_connector.cc ('K') | « remoting/host/signaling_connector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698