Index: ui/events/ipc/events_ipc.gyp |
diff --git a/ios/ios_tests.gyp b/ui/events/ipc/events_ipc.gyp |
similarity index 51% |
copy from ios/ios_tests.gyp |
copy to ui/events/ipc/events_ipc.gyp |
index 563fe495699d5b19a59507217c9923390f13e23e..dd6433d33a678ca93bdd9b1f381f8f885c7ee031 100644 |
--- a/ios/ios_tests.gyp |
+++ b/ui/events/ipc/events_ipc.gyp |
@@ -1,23 +1,28 @@ |
# Copyright 2014 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+ |
{ |
'variables': { |
'chromium_code': 1, |
- }, |
+ }, |
'targets': [ |
- { |
- 'target_name': 'test_support_ios', |
- 'type': 'static_library', |
- 'sources': [ |
- 'public/test/fake_profile_oauth2_token_service_ios_provider.h', |
- 'public/test/fake_profile_oauth2_token_service_ios_provider.mm', |
- ], |
+ { |
+ 'target_name': 'events_ipc', |
+ 'type': '<(component)', |
'dependencies': [ |
- '<(DEPTH)/testing/gtest.gyp:gtest', |
+ '<(DEPTH)/base/base.gyp:base', |
+ '<(DEPTH)/ipc/ipc.gyp:ipc', |
+ ], |
+ 'defines': [ |
+ 'EVENTS_IMPLEMENTATION', |
], |
'include_dirs': [ |
- '<(DEPTH)', |
+ '../..', |
+ ], |
+ 'sources': [ |
+ 'latency_info_param_traits.cc', |
+ 'latency_info_param_traits.h', |
], |
}, |
], |