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 2207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2218 '../base/base.gyp:base', | 2218 '../base/base.gyp:base', |
2219 '../net/net.gyp:net', | 2219 '../net/net.gyp:net', |
2220 '../skia/skia.gyp:skia', | 2220 '../skia/skia.gyp:skia', |
2221 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 2221 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
2222 'proto/chromotocol.gyp:chromotocol_proto_lib', | 2222 'proto/chromotocol.gyp:chromotocol_proto_lib', |
2223 ], | 2223 ], |
2224 # This target needs a hard dependency because dependent targets | 2224 # This target needs a hard dependency because dependent targets |
2225 # depend on chromotocol_proto_lib for headers. | 2225 # depend on chromotocol_proto_lib for headers. |
2226 'hard_dependency': 1, | 2226 'hard_dependency': 1, |
2227 'sources': [ | 2227 'sources': [ |
| 2228 'base/auth_token_util.cc', |
| 2229 'base/auth_token_util.h', |
2228 'base/auto_thread.cc', | 2230 'base/auto_thread.cc', |
2229 'base/auto_thread.h', | 2231 'base/auto_thread.h', |
2230 'base/auto_thread_task_runner.cc', | 2232 'base/auto_thread_task_runner.cc', |
2231 'base/auto_thread_task_runner.h', | 2233 'base/auto_thread_task_runner.h', |
2232 'base/auth_token_util.cc', | 2234 'base/capabilities.cc', |
2233 'base/auth_token_util.h', | 2235 'base/capabilities.h', |
2234 'base/compound_buffer.cc', | 2236 'base/compound_buffer.cc', |
2235 'base/compound_buffer.h', | 2237 'base/compound_buffer.h', |
2236 'base/constants.cc', | 2238 'base/constants.cc', |
2237 'base/constants.h', | 2239 'base/constants.h', |
2238 'base/plugin_thread_task_runner.cc', | 2240 'base/plugin_thread_task_runner.cc', |
2239 'base/plugin_thread_task_runner.h', | 2241 'base/plugin_thread_task_runner.h', |
2240 'base/rate_counter.cc', | 2242 'base/rate_counter.cc', |
2241 'base/rate_counter.h', | 2243 'base/rate_counter.h', |
2242 'base/resources.cc', | 2244 'base/resources.cc', |
2243 'base/resources.h', | 2245 'base/resources.h', |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2510 ], | 2512 ], |
2511 'include_dirs': [ | 2513 'include_dirs': [ |
2512 '../testing/gmock/include', | 2514 '../testing/gmock/include', |
2513 ], | 2515 ], |
2514 'sources': [ | 2516 'sources': [ |
2515 '../chrome/test/base/run_all_remoting_unittests.cc', | 2517 '../chrome/test/base/run_all_remoting_unittests.cc', |
2516 'base/auth_token_util_unittest.cc', | 2518 'base/auth_token_util_unittest.cc', |
2517 'base/auto_thread_task_runner_unittest.cc', | 2519 'base/auto_thread_task_runner_unittest.cc', |
2518 'base/auto_thread_unittest.cc', | 2520 'base/auto_thread_unittest.cc', |
2519 'base/breakpad_win_unittest.cc', | 2521 'base/breakpad_win_unittest.cc', |
| 2522 'base/capabilities_unittest.cc', |
2520 'base/compound_buffer_unittest.cc', | 2523 'base/compound_buffer_unittest.cc', |
2521 'base/rate_counter_unittest.cc', | 2524 'base/rate_counter_unittest.cc', |
2522 'base/resources_unittest.cc', | 2525 'base/resources_unittest.cc', |
2523 'base/rsa_key_pair_unittest.cc', | 2526 'base/rsa_key_pair_unittest.cc', |
2524 'base/running_average_unittest.cc', | 2527 'base/running_average_unittest.cc', |
2525 'base/test_rsa_key_pair.h', | 2528 'base/test_rsa_key_pair.h', |
2526 'base/typed_buffer_unittest.cc', | 2529 'base/typed_buffer_unittest.cc', |
2527 'base/util_unittest.cc', | 2530 'base/util_unittest.cc', |
2528 'client/audio_player_unittest.cc', | 2531 'client/audio_player_unittest.cc', |
2529 'client/key_event_mapper_unittest.cc', | 2532 'client/key_event_mapper_unittest.cc', |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2692 '../base/allocator/allocator.gyp:allocator', | 2695 '../base/allocator/allocator.gyp:allocator', |
2693 ], | 2696 ], |
2694 }, | 2697 }, |
2695 ], | 2698 ], |
2696 ], | 2699 ], |
2697 }], # end of 'toolkit_uses_gtk == 1' | 2700 }], # end of 'toolkit_uses_gtk == 1' |
2698 ], # end of 'conditions' | 2701 ], # end of 'conditions' |
2699 }, # end of target 'remoting_unittests' | 2702 }, # end of target 'remoting_unittests' |
2700 ], # end of targets | 2703 ], # end of targets |
2701 } | 2704 } |
OLD | NEW |