Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(536)

Unified Diff: ui/events/ipc/events_ipc.gyp

Issue 291443006: Move LatencyInfo ipc traits from content/common/ to ui/events/ipc/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/events/ipc/OWNERS ('k') | ui/events/ipc/latency_info_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
],
« no previous file with comments | « ui/events/ipc/OWNERS ('k') | ui/events/ipc/latency_info_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698