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

Side by Side Diff: remoting/remoting.gyp

Issue 10829467: [Chromoting] Introducing refcount-based life time management of the message loops in the service (d… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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
« no previous file with comments | « remoting/host/win/host_service.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 '../base/base.gyp:base', 1117 '../base/base.gyp:base',
1118 '../net/net.gyp:net', 1118 '../net/net.gyp:net',
1119 '../skia/skia.gyp:skia', 1119 '../skia/skia.gyp:skia',
1120 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 1120 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
1121 'proto/chromotocol.gyp:chromotocol_proto_lib', 1121 'proto/chromotocol.gyp:chromotocol_proto_lib',
1122 ], 1122 ],
1123 # This target needs a hard dependency because dependent targets 1123 # This target needs a hard dependency because dependent targets
1124 # depend on chromotocol_proto_lib for headers. 1124 # depend on chromotocol_proto_lib for headers.
1125 'hard_dependency': 1, 1125 'hard_dependency': 1,
1126 'sources': [ 1126 'sources': [
1127 'base/auto_thread_task_runner.cc',
1128 'base/auto_thread_task_runner.h',
1127 'base/auth_token_util.cc', 1129 'base/auth_token_util.cc',
1128 'base/auth_token_util.h', 1130 'base/auth_token_util.h',
1129 'base/capture_data.cc', 1131 'base/capture_data.cc',
1130 'base/capture_data.h', 1132 'base/capture_data.h',
1131 'base/compound_buffer.cc', 1133 'base/compound_buffer.cc',
1132 'base/compound_buffer.h', 1134 'base/compound_buffer.h',
1133 'base/compressor.h', 1135 'base/compressor.h',
1134 'base/compressor_verbatim.cc', 1136 'base/compressor_verbatim.cc',
1135 'base/compressor_verbatim.h', 1137 'base/compressor_verbatim.h',
1136 'base/compressor_zlib.cc', 1138 'base/compressor_zlib.cc',
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 '../ppapi/ppapi.gyp:ppapi_cpp', 1726 '../ppapi/ppapi.gyp:ppapi_cpp',
1725 '../testing/gmock.gyp:gmock', 1727 '../testing/gmock.gyp:gmock',
1726 '../testing/gtest.gyp:gtest', 1728 '../testing/gtest.gyp:gtest',
1727 '../ui/ui.gyp:ui', 1729 '../ui/ui.gyp:ui',
1728 ], 1730 ],
1729 'include_dirs': [ 1731 'include_dirs': [
1730 '../testing/gmock/include', 1732 '../testing/gmock/include',
1731 ], 1733 ],
1732 'sources': [ 1734 'sources': [
1733 'base/auth_token_util_unittest.cc', 1735 'base/auth_token_util_unittest.cc',
1736 'base/auto_thread_task_runner_unittest.cc',
1734 'base/breakpad_win_unittest.cc', 1737 'base/breakpad_win_unittest.cc',
1735 'base/compound_buffer_unittest.cc', 1738 'base/compound_buffer_unittest.cc',
1736 'base/compressor_zlib_unittest.cc', 1739 'base/compressor_zlib_unittest.cc',
1737 'base/decompressor_zlib_unittest.cc', 1740 'base/decompressor_zlib_unittest.cc',
1738 'base/util_unittest.cc', 1741 'base/util_unittest.cc',
1739 'client/key_event_mapper_unittest.cc', 1742 'client/key_event_mapper_unittest.cc',
1740 'client/plugin/mac_key_event_processor_unittest.cc', 1743 'client/plugin/mac_key_event_processor_unittest.cc',
1741 'codec/codec_test.cc', 1744 'codec/codec_test.cc',
1742 'codec/codec_test.h', 1745 'codec/codec_test.h',
1743 'codec/video_decoder_vp8_unittest.cc', 1746 'codec/video_decoder_vp8_unittest.cc',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
1839 '../base/allocator/allocator.gyp:allocator', 1842 '../base/allocator/allocator.gyp:allocator',
1840 ], 1843 ],
1841 }, 1844 },
1842 ], 1845 ],
1843 ], 1846 ],
1844 }], 1847 }],
1845 ], # end of 'conditions' 1848 ], # end of 'conditions'
1846 }, # end of target 'remoting_unittests' 1849 }, # end of target 'remoting_unittests'
1847 ], # end of targets 1850 ], # end of targets
1848 } 1851 }
OLDNEW
« no previous file with comments | « remoting/host/win/host_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698