| 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 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/auth_token_util.cc', | 1125 'base/auth_token_util.cc', |
| 1126 'base/auth_token_util.h', | 1126 'base/auth_token_util.h', |
| 1127 'base/auto_message_loop.cc', |
| 1128 'base/auto_message_loop.h', |
| 1129 'base/auto_thread.cc', |
| 1130 'base/auto_thread.h', |
| 1127 'base/capture_data.cc', | 1131 'base/capture_data.cc', |
| 1128 'base/capture_data.h', | 1132 'base/capture_data.h', |
| 1129 'base/compound_buffer.cc', | 1133 'base/compound_buffer.cc', |
| 1130 'base/compound_buffer.h', | 1134 'base/compound_buffer.h', |
| 1131 'base/compressor.h', | 1135 'base/compressor.h', |
| 1132 'base/compressor_verbatim.cc', | 1136 'base/compressor_verbatim.cc', |
| 1133 'base/compressor_verbatim.h', | 1137 'base/compressor_verbatim.h', |
| 1134 'base/compressor_zlib.cc', | 1138 'base/compressor_zlib.cc', |
| 1135 'base/compressor_zlib.h', | 1139 'base/compressor_zlib.h', |
| 1136 'base/constants.cc', | 1140 'base/constants.cc', |
| (...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1822 '../base/allocator/allocator.gyp:allocator', | 1826 '../base/allocator/allocator.gyp:allocator', |
| 1823 ], | 1827 ], |
| 1824 }, | 1828 }, |
| 1825 ], | 1829 ], |
| 1826 ], | 1830 ], |
| 1827 }], | 1831 }], |
| 1828 ], # end of 'conditions' | 1832 ], # end of 'conditions' |
| 1829 }, # end of target 'remoting_unittests' | 1833 }, # end of target 'remoting_unittests' |
| 1830 ], # end of targets | 1834 ], # end of targets |
| 1831 } | 1835 } |
| OLD | NEW |