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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 { | 290 { |
291 'target_name': 'remoting_host', | 291 'target_name': 'remoting_host', |
292 'type': 'static_library', | 292 'type': 'static_library', |
293 'variables': { 'enable_wexit_time_destructors': 1, }, | 293 'variables': { 'enable_wexit_time_destructors': 1, }, |
294 'dependencies': [ | 294 'dependencies': [ |
295 'remoting_base', | 295 'remoting_base', |
296 'remoting_jingle_glue', | 296 'remoting_jingle_glue', |
297 'remoting_protocol', | 297 'remoting_protocol', |
298 '../crypto/crypto.gyp:crypto', | 298 '../crypto/crypto.gyp:crypto', |
299 '../google_apis/google_apis.gyp:google_apis', | 299 '../google_apis/google_apis.gyp:google_apis', |
300 '../media/media.gyp:media', | |
301 '../ipc/ipc.gyp:ipc', | 300 '../ipc/ipc.gyp:ipc', |
302 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 301 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
303 ], | 302 ], |
304 'defines': [ | 303 'defines': [ |
305 'VERSION=<(version_full)', | 304 'VERSION=<(version_full)', |
306 ], | 305 ], |
307 'sources': [ | 306 'sources': [ |
308 'host/audio_capturer.cc', | 307 'host/audio_capturer.cc', |
309 'host/audio_capturer.h', | 308 'host/audio_capturer.h', |
310 'host/audio_capturer_linux.cc', | 309 'host/audio_capturer_linux.cc', |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
547 ], | 546 ], |
548 }, # end of target 'remoting_host' | 547 }, # end of target 'remoting_host' |
549 | 548 |
550 { | 549 { |
551 'target_name': 'remoting_me2me_host_static', | 550 'target_name': 'remoting_me2me_host_static', |
552 'type': 'static_library', | 551 'type': 'static_library', |
553 'variables': { 'enable_wexit_time_destructors': 1, }, | 552 'variables': { 'enable_wexit_time_destructors': 1, }, |
554 'dependencies': [ | 553 'dependencies': [ |
555 '../base/base.gyp:base', | 554 '../base/base.gyp:base', |
556 '../base/base.gyp:base_i18n', | 555 '../base/base.gyp:base_i18n', |
557 '../media/media.gyp:media', | |
558 '../net/net.gyp:net', | 556 '../net/net.gyp:net', |
| 557 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
559 'remoting_base', | 558 'remoting_base', |
560 'remoting_breakpad', | 559 'remoting_breakpad', |
561 'remoting_host', | 560 'remoting_host', |
562 'remoting_host_event_logger', | 561 'remoting_host_event_logger', |
563 'remoting_host_logging', | 562 'remoting_host_logging', |
564 'remoting_jingle_glue', | 563 'remoting_jingle_glue', |
565 ], | 564 ], |
566 'defines': [ | 565 'defines': [ |
567 'VERSION=<(version_full)', | 566 'VERSION=<(version_full)', |
568 ], | 567 ], |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
833 }], | 832 }], |
834 ], | 833 ], |
835 'targets': [ | 834 'targets': [ |
836 { | 835 { |
837 'target_name': 'remoting_me2me_host', | 836 'target_name': 'remoting_me2me_host', |
838 'type': 'executable', | 837 'type': 'executable', |
839 'variables': { 'enable_wexit_time_destructors': 1, }, | 838 'variables': { 'enable_wexit_time_destructors': 1, }, |
840 'dependencies': [ | 839 'dependencies': [ |
841 '../base/base.gyp:base', | 840 '../base/base.gyp:base', |
842 '../base/base.gyp:base_i18n', | 841 '../base/base.gyp:base_i18n', |
843 '../media/media.gyp:media', | |
844 '../net/net.gyp:net', | 842 '../net/net.gyp:net', |
| 843 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
845 'remoting_base', | 844 'remoting_base', |
846 'remoting_breakpad', | 845 'remoting_breakpad', |
847 'remoting_host', | 846 'remoting_host', |
848 'remoting_host_event_logger', | 847 'remoting_host_event_logger', |
849 'remoting_host_logging', | 848 'remoting_host_logging', |
850 'remoting_jingle_glue', | 849 'remoting_jingle_glue', |
851 'remoting_me2me_host_static', | 850 'remoting_me2me_host_static', |
852 ], | 851 ], |
853 'defines': [ | 852 'defines': [ |
854 'VERSION=<(version_full)', | 853 'VERSION=<(version_full)', |
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1420 'HOST_IMPLEMENTATION', | 1419 'HOST_IMPLEMENTATION', |
1421 'ISOLATION_AWARE_ENABLED=1', | 1420 'ISOLATION_AWARE_ENABLED=1', |
1422 'STRICT', | 1421 'STRICT', |
1423 'VERSION=<(version_full)', | 1422 'VERSION=<(version_full)', |
1424 ], | 1423 ], |
1425 'dependencies': [ | 1424 'dependencies': [ |
1426 '../base/base.gyp:base', | 1425 '../base/base.gyp:base', |
1427 '../base/base.gyp:base_static', | 1426 '../base/base.gyp:base_static', |
1428 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 1427 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
1429 '../ipc/ipc.gyp:ipc', | 1428 '../ipc/ipc.gyp:ipc', |
1430 '../media/media.gyp:media', | |
1431 '../net/net.gyp:net', | 1429 '../net/net.gyp:net', |
| 1430 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
1432 'remoting_base', | 1431 'remoting_base', |
1433 'remoting_breakpad', | 1432 'remoting_breakpad', |
1434 'remoting_host', | 1433 'remoting_host', |
1435 'remoting_host_event_logger', | 1434 'remoting_host_event_logger', |
1436 'remoting_host_logging', | 1435 'remoting_host_logging', |
1437 'remoting_lib_idl', | 1436 'remoting_lib_idl', |
1438 'remoting_lib_ps', | 1437 'remoting_lib_ps', |
1439 'remoting_lib_rc', | 1438 'remoting_lib_rc', |
1440 'remoting_me2me_host_static', | 1439 'remoting_me2me_host_static', |
1441 'remoting_protocol', | 1440 'remoting_protocol', |
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1935 'target_name': 'remoting_client_plugin', | 1934 'target_name': 'remoting_client_plugin', |
1936 'type': 'static_library', | 1935 'type': 'static_library', |
1937 'variables': { 'enable_wexit_time_destructors': 1, }, | 1936 'variables': { 'enable_wexit_time_destructors': 1, }, |
1938 'defines': [ | 1937 'defines': [ |
1939 'HAVE_STDINT_H', # Required by on2_integer.h | 1938 'HAVE_STDINT_H', # Required by on2_integer.h |
1940 ], | 1939 ], |
1941 'dependencies': [ | 1940 'dependencies': [ |
1942 'remoting_base', | 1941 'remoting_base', |
1943 'remoting_client', | 1942 'remoting_client', |
1944 'remoting_jingle_glue', | 1943 'remoting_jingle_glue', |
1945 '../media/media.gyp:media', | |
1946 '../net/net.gyp:net', | 1944 '../net/net.gyp:net', |
1947 '../ppapi/ppapi.gyp:ppapi_cpp_objects', | 1945 '../ppapi/ppapi.gyp:ppapi_cpp_objects', |
1948 '../skia/skia.gyp:skia', | 1946 '../skia/skia.gyp:skia', |
| 1947 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
1949 ], | 1948 ], |
1950 'sources': [ | 1949 'sources': [ |
1951 'client/plugin/chromoting_instance.cc', | 1950 'client/plugin/chromoting_instance.cc', |
1952 'client/plugin/chromoting_instance.h', | 1951 'client/plugin/chromoting_instance.h', |
1953 'client/plugin/mac_key_event_processor.cc', | 1952 'client/plugin/mac_key_event_processor.cc', |
1954 'client/plugin/mac_key_event_processor.h', | 1953 'client/plugin/mac_key_event_processor.h', |
1955 'client/plugin/pepper_audio_player.cc', | 1954 'client/plugin/pepper_audio_player.cc', |
1956 'client/plugin/pepper_audio_player.h', | 1955 'client/plugin/pepper_audio_player.h', |
1957 'client/plugin/pepper_entrypoints.cc', | 1956 'client/plugin/pepper_entrypoints.cc', |
1958 'client/plugin/pepper_entrypoints.h', | 1957 'client/plugin/pepper_entrypoints.h', |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2108 '<@(remoting_webapp_files)', | 2107 '<@(remoting_webapp_files)', |
2109 '<@(remoting_webapp_js_files)', | 2108 '<@(remoting_webapp_js_files)', |
2110 '--locales', | 2109 '--locales', |
2111 '<@(remoting_webapp_locale_files)', | 2110 '<@(remoting_webapp_locale_files)', |
2112 ], | 2111 ], |
2113 'msvs_cygwin_shell': 1, | 2112 'msvs_cygwin_shell': 1, |
2114 }, | 2113 }, |
2115 ], | 2114 ], |
2116 'target_conditions': [ | 2115 'target_conditions': [ |
2117 # We cannot currently build the appsv2 version of WebApp on Windows as | 2116 # We cannot currently build the appsv2 version of WebApp on Windows as |
2118 # there isn't a version of the "patch" tool available on windows. We | 2117 # there isn't a version of the "patch" tool available on windows. We |
2119 # should remove this condition when we remove the reliance on the 'patch
'. | 2118 # should remove this condition when we remove the reliance on the 'patch
'. |
2120 | 2119 |
2121 # We define this in a 'target_conditions' section because 'plugin_path' | 2120 # We define this in a 'target_conditions' section because 'plugin_path' |
2122 # is defined in a 'conditions' section so its value is not available | 2121 # is defined in a 'conditions' section so its value is not available |
2123 # when gyp processes the 'actions' in a 'conditions" section. | 2122 # when gyp processes the 'actions' in a 'conditions" section. |
2124 ['OS != "win"', { | 2123 ['OS != "win"', { |
2125 'actions': [ | 2124 'actions': [ |
2126 { | 2125 { |
2127 'action_name': 'Build Remoting WebApp V2', | 2126 'action_name': 'Build Remoting WebApp V2', |
2128 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.v2', | 2127 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.v2', |
(...skipping 27 matching lines...) Expand all Loading... |
2156 '<(_output_dir)', | 2155 '<(_output_dir)', |
2157 '<(_zip_path)', | 2156 '<(_zip_path)', |
2158 '<(plugin_path)', | 2157 '<(plugin_path)', |
2159 '<@(remoting_webapp_apps_v2_js_files)', | 2158 '<@(remoting_webapp_apps_v2_js_files)', |
2160 '<@(remoting_webapp_files)', | 2159 '<@(remoting_webapp_files)', |
2161 '<@(remoting_webapp_js_files)', | 2160 '<@(remoting_webapp_js_files)', |
2162 '--locales', | 2161 '--locales', |
2163 '<@(remoting_webapp_locale_files)', | 2162 '<@(remoting_webapp_locale_files)', |
2164 '--patches', | 2163 '--patches', |
2165 '<@(remoting_webapp_patch_files)', | 2164 '<@(remoting_webapp_patch_files)', |
2166 ], | 2165 ], |
2167 'msvs_cygwin_shell': 1, | 2166 'msvs_cygwin_shell': 1, |
2168 }, | 2167 }, |
2169 ], | 2168 ], |
2170 }], | 2169 }], |
2171 ], | 2170 ], |
2172 }, # end of target 'remoting_webapp' | 2171 }, # end of target 'remoting_webapp' |
2173 | 2172 |
2174 { | 2173 { |
2175 'target_name': 'remoting_resources', | 2174 'target_name': 'remoting_resources', |
2176 'type': 'none', | 2175 'type': 'none', |
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2584 | 2583 |
2585 # Remoting unit tests | 2584 # Remoting unit tests |
2586 { | 2585 { |
2587 'target_name': 'remoting_unittests', | 2586 'target_name': 'remoting_unittests', |
2588 'type': 'executable', | 2587 'type': 'executable', |
2589 'dependencies': [ | 2588 'dependencies': [ |
2590 '../base/base.gyp:base', | 2589 '../base/base.gyp:base', |
2591 '../base/base.gyp:base_i18n', | 2590 '../base/base.gyp:base_i18n', |
2592 '../base/base.gyp:test_support_base', | 2591 '../base/base.gyp:test_support_base', |
2593 '../ipc/ipc.gyp:ipc', | 2592 '../ipc/ipc.gyp:ipc', |
2594 '../media/media.gyp:media', | |
2595 '../media/media.gyp:media_test_support', | |
2596 '../net/net.gyp:net_test_support', | 2593 '../net/net.gyp:net_test_support', |
2597 '../ppapi/ppapi.gyp:ppapi_cpp', | 2594 '../ppapi/ppapi.gyp:ppapi_cpp', |
2598 '../testing/gmock.gyp:gmock', | 2595 '../testing/gmock.gyp:gmock', |
2599 '../testing/gtest.gyp:gtest', | 2596 '../testing/gtest.gyp:gtest', |
2600 '../ui/ui.gyp:ui', | 2597 '../ui/ui.gyp:ui', |
2601 'remoting_base', | 2598 'remoting_base', |
2602 'remoting_breakpad', | 2599 'remoting_breakpad', |
2603 'remoting_client', | 2600 'remoting_client', |
2604 'remoting_client_plugin', | 2601 'remoting_client_plugin', |
2605 'remoting_host', | 2602 'remoting_host', |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2670 'host/log_to_server_unittest.cc', | 2667 'host/log_to_server_unittest.cc', |
2671 'host/pin_hash_unittest.cc', | 2668 'host/pin_hash_unittest.cc', |
2672 'host/policy_hack/fake_policy_watcher.cc', | 2669 'host/policy_hack/fake_policy_watcher.cc', |
2673 'host/policy_hack/fake_policy_watcher.h', | 2670 'host/policy_hack/fake_policy_watcher.h', |
2674 'host/policy_hack/mock_policy_callback.cc', | 2671 'host/policy_hack/mock_policy_callback.cc', |
2675 'host/policy_hack/mock_policy_callback.h', | 2672 'host/policy_hack/mock_policy_callback.h', |
2676 'host/policy_hack/policy_watcher_unittest.cc', | 2673 'host/policy_hack/policy_watcher_unittest.cc', |
2677 'host/register_support_host_request_unittest.cc', | 2674 'host/register_support_host_request_unittest.cc', |
2678 'host/remote_input_filter_unittest.cc', | 2675 'host/remote_input_filter_unittest.cc', |
2679 'host/resizing_host_observer_unittest.cc', | 2676 'host/resizing_host_observer_unittest.cc', |
| 2677 'host/screen_capturer_fake.cc', |
| 2678 'host/screen_capturer_fake.h', |
2680 'host/screen_resolution_unittest.cc', | 2679 'host/screen_resolution_unittest.cc', |
2681 'host/server_log_entry_unittest.cc', | 2680 'host/server_log_entry_unittest.cc', |
2682 'host/setup/native_messaging_host_unittest.cc', | 2681 'host/setup/native_messaging_host_unittest.cc', |
2683 'host/setup/native_messaging_reader_unittest.cc', | 2682 'host/setup/native_messaging_reader_unittest.cc', |
2684 'host/setup/native_messaging_writer_unittest.cc', | 2683 'host/setup/native_messaging_writer_unittest.cc', |
2685 'host/setup/oauth_helper_unittest.cc', | 2684 'host/setup/oauth_helper_unittest.cc', |
2686 'host/setup/pin_validator_unittest.cc', | 2685 'host/setup/pin_validator_unittest.cc', |
2687 'host/token_validator_factory_impl_unittest.cc', | 2686 'host/token_validator_factory_impl_unittest.cc', |
2688 'host/video_scheduler_unittest.cc', | 2687 'host/video_scheduler_unittest.cc', |
2689 'host/win/message_window_unittest.cc', | 2688 'host/win/message_window_unittest.cc', |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2801 '../base/allocator/allocator.gyp:allocator', | 2800 '../base/allocator/allocator.gyp:allocator', |
2802 ], | 2801 ], |
2803 }, | 2802 }, |
2804 ], | 2803 ], |
2805 ], | 2804 ], |
2806 }], # end of 'toolkit_uses_gtk == 1' | 2805 }], # end of 'toolkit_uses_gtk == 1' |
2807 ], # end of 'conditions' | 2806 ], # end of 'conditions' |
2808 }, # end of target 'remoting_unittests' | 2807 }, # end of target 'remoting_unittests' |
2809 ], # end of targets | 2808 ], # end of targets |
2810 } | 2809 } |
OLD | NEW |