Chromium Code Reviews| Index: remoting/app_remoting_test.gyp |
| diff --git a/remoting/app_remoting_test.gyp b/remoting/app_remoting_test.gyp |
| index 8c330431f18f14fc32ffe3e29adc5aca09b9f32b..c1a1221679b9226d2b13f7dc523d0713c615c1a4 100644 |
| --- a/remoting/app_remoting_test.gyp |
| +++ b/remoting/app_remoting_test.gyp |
| @@ -10,44 +10,30 @@ |
| 'target_defaults': { |
| 'type': 'none', |
| }, # target_defaults |
| - |
| 'targets': [ |
| { |
| 'target_name': 'ar_test_driver_common', |
| 'type': 'static_library', |
| 'dependencies': [ |
| - '../base/base.gyp:base', |
| - '../base/base.gyp:test_support_base', |
| - '../google_apis/google_apis.gyp:google_apis', |
| - '../net/net.gyp:net', |
| - '../remoting/remoting.gyp:remoting_base', |
| - '../remoting/remoting.gyp:remoting_client', |
| - '../remoting/remoting.gyp:remoting_protocol', |
| + '<(DEPTH)/remoting/remoting_test_driver_common.gyp:remoting_test_driver_common', |
|
joedow
2015/06/08 17:20:04
Instead of using <(DEPTH) here, you probably want
|
| '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib', |
| - '../testing/gtest.gyp:gtest', |
| ], |
| 'defines': [ |
| 'VERSION=<(version_full)', |
| ], |
| 'sources': [ |
| - 'test/access_token_fetcher.cc', |
| - 'test/access_token_fetcher.h', |
| - 'test/app_remoting_connected_client_fixture.cc', |
| - 'test/app_remoting_connected_client_fixture.h', |
| - 'test/app_remoting_test_driver_environment.cc', |
| - 'test/app_remoting_test_driver_environment.h', |
| - 'test/refresh_token_store.cc', |
| - 'test/refresh_token_store.h', |
| 'test/remote_application_details.h', |
| - 'test/remote_connection_observer.h', |
| 'test/remote_host_info.cc', |
| 'test/remote_host_info.h', |
| 'test/remote_host_info_fetcher.cc', |
| 'test/remote_host_info_fetcher.h', |
| - 'test/test_chromoting_client.cc', |
| - 'test/test_chromoting_client.h', |
| - 'test/test_video_renderer.cc', |
| - 'test/test_video_renderer.h', |
| + 'test/app_remoting_connected_client_fixture.cc', |
| + 'test/app_remoting_connected_client_fixture.h', |
| + 'test/app_remoting_test_driver_environment.cc', |
| + 'test/app_remoting_test_driver_environment.h', |
| + ], |
| + 'include_dirs': [ |
| + '../testing/gtest/include', |
| ], |
| }, # end of target 'ar_test_driver_common' |
| { |