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 # Use consistent strings across all platforms. Note that the plugin name | 10 # Use consistent strings across all platforms. Note that the plugin name |
(...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1040 'proto/chromotocol.gyp:chromotocol_proto_lib', | 1040 'proto/chromotocol.gyp:chromotocol_proto_lib', |
1041 ], | 1041 ], |
1042 # This target needs a hard dependency because dependent targets | 1042 # This target needs a hard dependency because dependent targets |
1043 # depend on chromotocol_proto_lib for headers. | 1043 # depend on chromotocol_proto_lib for headers. |
1044 'hard_dependency': 1, | 1044 'hard_dependency': 1, |
1045 'sources': [ | 1045 'sources': [ |
1046 'base/auth_token_util.cc', | 1046 'base/auth_token_util.cc', |
1047 'base/auth_token_util.h', | 1047 'base/auth_token_util.h', |
1048 'base/capture_data.cc', | 1048 'base/capture_data.cc', |
1049 'base/capture_data.h', | 1049 'base/capture_data.h', |
| 1050 'base/cursor_shape_data.cc', |
| 1051 'base/cursor_shape_data.h', |
1050 'base/compound_buffer.cc', | 1052 'base/compound_buffer.cc', |
1051 'base/compound_buffer.h', | 1053 'base/compound_buffer.h', |
1052 'base/compressor.h', | 1054 'base/compressor.h', |
1053 'base/compressor_verbatim.cc', | 1055 'base/compressor_verbatim.cc', |
1054 'base/compressor_verbatim.h', | 1056 'base/compressor_verbatim.h', |
1055 'base/compressor_zlib.cc', | 1057 'base/compressor_zlib.cc', |
1056 'base/compressor_zlib.h', | 1058 'base/compressor_zlib.h', |
1057 'base/constants.cc', | 1059 'base/constants.cc', |
1058 'base/constants.h', | 1060 'base/constants.h', |
1059 'base/decoder.h', | 1061 'base/decoder.h', |
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1760 '../base/allocator/allocator.gyp:allocator', | 1762 '../base/allocator/allocator.gyp:allocator', |
1761 ], | 1763 ], |
1762 }, | 1764 }, |
1763 ], | 1765 ], |
1764 ], | 1766 ], |
1765 }], | 1767 }], |
1766 ], # end of 'conditions' | 1768 ], # end of 'conditions' |
1767 }, # end of target 'remoting_unittests' | 1769 }, # end of target 'remoting_unittests' |
1768 ], # end of targets | 1770 ], # end of targets |
1769 } | 1771 } |
OLD | NEW |