| 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 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1115 '../base/base.gyp:base', | 1115 '../base/base.gyp:base', |
| 1116 '../net/net.gyp:net', | 1116 '../net/net.gyp:net', |
| 1117 '../skia/skia.gyp:skia', | 1117 '../skia/skia.gyp:skia', |
| 1118 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 1118 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 1119 'proto/chromotocol.gyp:chromotocol_proto_lib', | 1119 'proto/chromotocol.gyp:chromotocol_proto_lib', |
| 1120 ], | 1120 ], |
| 1121 # This target needs a hard dependency because dependent targets | 1121 # This target needs a hard dependency because dependent targets |
| 1122 # depend on chromotocol_proto_lib for headers. | 1122 # depend on chromotocol_proto_lib for headers. |
| 1123 'hard_dependency': 1, | 1123 'hard_dependency': 1, |
| 1124 'sources': [ | 1124 'sources': [ |
| 1125 'base/auto_thread_task_runner.cc', |
| 1126 'base/auto_thread_task_runner.h', |
| 1125 'base/auth_token_util.cc', | 1127 'base/auth_token_util.cc', |
| 1126 'base/auth_token_util.h', | 1128 'base/auth_token_util.h', |
| 1127 'base/capture_data.cc', | 1129 'base/capture_data.cc', |
| 1128 'base/capture_data.h', | 1130 'base/capture_data.h', |
| 1129 'base/compound_buffer.cc', | 1131 'base/compound_buffer.cc', |
| 1130 'base/compound_buffer.h', | 1132 'base/compound_buffer.h', |
| 1131 'base/compressor.h', | 1133 'base/compressor.h', |
| 1132 'base/compressor_verbatim.cc', | 1134 'base/compressor_verbatim.cc', |
| 1133 'base/compressor_verbatim.h', | 1135 'base/compressor_verbatim.h', |
| 1134 'base/compressor_zlib.cc', | 1136 'base/compressor_zlib.cc', |
| (...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1708 '../ppapi/ppapi.gyp:ppapi_cpp', | 1710 '../ppapi/ppapi.gyp:ppapi_cpp', |
| 1709 '../testing/gmock.gyp:gmock', | 1711 '../testing/gmock.gyp:gmock', |
| 1710 '../testing/gtest.gyp:gtest', | 1712 '../testing/gtest.gyp:gtest', |
| 1711 '../ui/ui.gyp:ui', | 1713 '../ui/ui.gyp:ui', |
| 1712 ], | 1714 ], |
| 1713 'include_dirs': [ | 1715 'include_dirs': [ |
| 1714 '../testing/gmock/include', | 1716 '../testing/gmock/include', |
| 1715 ], | 1717 ], |
| 1716 'sources': [ | 1718 'sources': [ |
| 1717 'base/auth_token_util_unittest.cc', | 1719 'base/auth_token_util_unittest.cc', |
| 1720 'base/auto_thread_task_runner_unittest.cc', |
| 1718 'base/base_mock_objects.cc', | 1721 'base/base_mock_objects.cc', |
| 1719 'base/base_mock_objects.h', | 1722 'base/base_mock_objects.h', |
| 1720 'base/breakpad_win_unittest.cc', | 1723 'base/breakpad_win_unittest.cc', |
| 1721 'base/codec_test.cc', | 1724 'base/codec_test.cc', |
| 1722 'base/codec_test.h', | 1725 'base/codec_test.h', |
| 1723 'base/compound_buffer_unittest.cc', | 1726 'base/compound_buffer_unittest.cc', |
| 1724 'base/compressor_zlib_unittest.cc', | 1727 'base/compressor_zlib_unittest.cc', |
| 1725 'base/decoder_vp8_unittest.cc', | 1728 'base/decoder_vp8_unittest.cc', |
| 1726 'base/decompressor_zlib_unittest.cc', | 1729 'base/decompressor_zlib_unittest.cc', |
| 1727 'base/encode_decode_unittest.cc', | 1730 'base/encode_decode_unittest.cc', |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1822 '../base/allocator/allocator.gyp:allocator', | 1825 '../base/allocator/allocator.gyp:allocator', |
| 1823 ], | 1826 ], |
| 1824 }, | 1827 }, |
| 1825 ], | 1828 ], |
| 1826 ], | 1829 ], |
| 1827 }], | 1830 }], |
| 1828 ], # end of 'conditions' | 1831 ], # end of 'conditions' |
| 1829 }, # end of target 'remoting_unittests' | 1832 }, # end of target 'remoting_unittests' |
| 1830 ], # end of targets | 1833 ], # end of targets |
| 1831 } | 1834 } |
| OLD | NEW |