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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'variables': { | 9 'variables': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 2120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2131 'variables': { 'enable_wexit_time_destructors': 1, }, | 2131 'variables': { 'enable_wexit_time_destructors': 1, }, |
2132 'defines': [ | 2132 'defines': [ |
2133 'HAVE_STDINT_H', # Required by on2_integer.h | 2133 'HAVE_STDINT_H', # Required by on2_integer.h |
2134 ], | 2134 ], |
2135 'dependencies': [ | 2135 'dependencies': [ |
2136 'remoting_base', | 2136 'remoting_base', |
2137 'remoting_client', | 2137 'remoting_client', |
2138 'remoting_jingle_glue', | 2138 'remoting_jingle_glue', |
2139 '../net/net.gyp:net', | 2139 '../net/net.gyp:net', |
2140 '../ppapi/ppapi.gyp:ppapi_cpp_objects', | 2140 '../ppapi/ppapi.gyp:ppapi_cpp_objects', |
2141 '../skia/skia.gyp:skia', | |
2142 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 2141 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
2143 '../ui/events/events.gyp:dom4_keycode_converter', | 2142 '../ui/events/events.gyp:dom4_keycode_converter', |
2144 ], | 2143 ], |
2145 'sources': [ | 2144 'sources': [ |
2146 'client/plugin/chromoting_instance.cc', | 2145 'client/plugin/chromoting_instance.cc', |
2147 'client/plugin/chromoting_instance.h', | 2146 'client/plugin/chromoting_instance.h', |
2148 'client/plugin/normalizing_input_filter.cc', | 2147 'client/plugin/normalizing_input_filter.cc', |
2149 'client/plugin/delegating_signal_strategy.cc', | 2148 'client/plugin/delegating_signal_strategy.cc', |
2150 'client/plugin/delegating_signal_strategy.h', | 2149 'client/plugin/delegating_signal_strategy.h', |
2151 'client/plugin/normalizing_input_filter.h', | 2150 'client/plugin/normalizing_input_filter.h', |
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2517 { | 2516 { |
2518 'target_name': 'remoting_base', | 2517 'target_name': 'remoting_base', |
2519 'type': 'static_library', | 2518 'type': 'static_library', |
2520 'variables': { 'enable_wexit_time_destructors': 1, }, | 2519 'variables': { 'enable_wexit_time_destructors': 1, }, |
2521 'dependencies': [ | 2520 'dependencies': [ |
2522 '../base/base.gyp:base', | 2521 '../base/base.gyp:base', |
2523 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 2522 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
2524 '../ui/gfx/gfx.gyp:gfx', | 2523 '../ui/gfx/gfx.gyp:gfx', |
2525 '../ui/ui.gyp:ui', | 2524 '../ui/ui.gyp:ui', |
2526 '../net/net.gyp:net', | 2525 '../net/net.gyp:net', |
2527 '../skia/skia.gyp:skia', | |
2528 '../third_party/libvpx/libvpx.gyp:libvpx', | 2526 '../third_party/libvpx/libvpx.gyp:libvpx', |
2529 '../third_party/libyuv/libyuv.gyp:libyuv', | 2527 '../third_party/libyuv/libyuv.gyp:libyuv', |
2530 '../third_party/opus/opus.gyp:opus', | 2528 '../third_party/opus/opus.gyp:opus', |
2531 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 2529 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
2532 '../media/media.gyp:media', | 2530 '../media/media.gyp:media', |
2533 '../media/media.gyp:shared_memory_support', | 2531 '../media/media.gyp:shared_memory_support', |
2534 'remoting_jingle_glue', | 2532 'remoting_jingle_glue', |
2535 'remoting_resources', | 2533 'remoting_resources', |
2536 'proto/chromotocol.gyp:chromotocol_proto_lib', | 2534 'proto/chromotocol.gyp:chromotocol_proto_lib', |
2537 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 2535 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
2538 ], | 2536 ], |
2539 'export_dependent_settings': [ | 2537 'export_dependent_settings': [ |
2540 '../base/base.gyp:base', | 2538 '../base/base.gyp:base', |
2541 '../net/net.gyp:net', | 2539 '../net/net.gyp:net', |
2542 '../skia/skia.gyp:skia', | |
2543 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 2540 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
2544 'proto/chromotocol.gyp:chromotocol_proto_lib', | 2541 'proto/chromotocol.gyp:chromotocol_proto_lib', |
2545 ], | 2542 ], |
2546 # This target needs a hard dependency because dependent targets | 2543 # This target needs a hard dependency because dependent targets |
2547 # depend on chromotocol_proto_lib for headers. | 2544 # depend on chromotocol_proto_lib for headers. |
2548 'hard_dependency': 1, | 2545 'hard_dependency': 1, |
2549 'sources': [ | 2546 'sources': [ |
2550 'base/auth_token_util.cc', | 2547 'base/auth_token_util.cc', |
2551 'base/auth_token_util.h', | 2548 'base/auth_token_util.h', |
2552 'base/auto_thread.cc', | 2549 'base/auto_thread.cc', |
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3050 '../base/allocator/allocator.gyp:allocator', | 3047 '../base/allocator/allocator.gyp:allocator', |
3051 ], | 3048 ], |
3052 }, | 3049 }, |
3053 ], | 3050 ], |
3054 ], | 3051 ], |
3055 }], # end of 'toolkit_uses_gtk == 1' | 3052 }], # end of 'toolkit_uses_gtk == 1' |
3056 ], # end of 'conditions' | 3053 ], # end of 'conditions' |
3057 }, # end of target 'remoting_unittests' | 3054 }, # end of target 'remoting_unittests' |
3058 ], # end of targets | 3055 ], # end of targets |
3059 } | 3056 } |
OLD | NEW |