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 1946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1957 'client/plugin/pepper_view.cc', | 1957 'client/plugin/pepper_view.cc', |
1958 'client/plugin/pepper_view.h', | 1958 'client/plugin/pepper_view.h', |
1959 'client/plugin/pepper_util.cc', | 1959 'client/plugin/pepper_util.cc', |
1960 'client/plugin/pepper_util.h', | 1960 'client/plugin/pepper_util.h', |
1961 'client/plugin/pepper_signal_strategy.cc', | 1961 'client/plugin/pepper_signal_strategy.cc', |
1962 'client/plugin/pepper_signal_strategy.h', | 1962 'client/plugin/pepper_signal_strategy.h', |
1963 ], | 1963 ], |
1964 }, # end of target 'remoting_client_plugin' | 1964 }, # end of target 'remoting_client_plugin' |
1965 | 1965 |
1966 { | 1966 { |
| 1967 'target_name': 'remoting_client_jni', |
| 1968 'type': 'shared_library', |
| 1969 'dependencies': [ |
| 1970 'remoting_base', |
| 1971 'remoting_client', |
| 1972 'remoting_jingle_glue', |
| 1973 'remoting_protocol', |
| 1974 ], |
| 1975 'sources': [ |
| 1976 'client/jni/audio_player_impl.cc', |
| 1977 'client/jni/audio_player_impl.h', |
| 1978 'client/jni/token_fetcher.cc', |
| 1979 'client/jni/token_fetcher.h', |
| 1980 ], |
| 1981 }, # end of target 'remoting_client_jni' |
| 1982 |
| 1983 { |
1967 'target_name': 'remoting_host_event_logger', | 1984 'target_name': 'remoting_host_event_logger', |
1968 'type': 'static_library', | 1985 'type': 'static_library', |
1969 'variables': { 'enable_wexit_time_destructors': 1, }, | 1986 'variables': { 'enable_wexit_time_destructors': 1, }, |
1970 'dependencies': [ | 1987 'dependencies': [ |
1971 'remoting_base', | 1988 'remoting_base', |
1972 ], | 1989 ], |
1973 'sources': [ | 1990 'sources': [ |
1974 'host/host_event_logger.h', | 1991 'host/host_event_logger.h', |
1975 'host/host_event_logger_posix.cc', | 1992 'host/host_event_logger_posix.cc', |
1976 'host/host_event_logger_win.cc', | 1993 'host/host_event_logger_win.cc', |
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2790 '../base/allocator/allocator.gyp:allocator', | 2807 '../base/allocator/allocator.gyp:allocator', |
2791 ], | 2808 ], |
2792 }, | 2809 }, |
2793 ], | 2810 ], |
2794 ], | 2811 ], |
2795 }], # end of 'toolkit_uses_gtk == 1' | 2812 }], # end of 'toolkit_uses_gtk == 1' |
2796 ], # end of 'conditions' | 2813 ], # end of 'conditions' |
2797 }, # end of target 'remoting_unittests' | 2814 }, # end of target 'remoting_unittests' |
2798 ], # end of targets | 2815 ], # end of targets |
2799 } | 2816 } |
OLD | NEW |