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

Side by Side Diff: components/invalidation/impl/BUILD.gn

Issue 2562733003: Remove duplicated user_prefs::TestingPrefServiceSyncable (Closed)
Patch Set: Fixed usage from .mm files Created 4 years 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 unified diff | Download patch
« no previous file with comments | « components/feedback/feedback_uploader_unittest.cc ('k') | components/invalidation/impl/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 } 7 }
8 8
9 static_library("impl") { 9 static_library("impl") {
10 sources = [ 10 sources = [
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "registration_manager_unittest.cc", 131 "registration_manager_unittest.cc",
132 "single_object_invalidation_set_unittest.cc", 132 "single_object_invalidation_set_unittest.cc",
133 "sync_invalidation_listener_unittest.cc", 133 "sync_invalidation_listener_unittest.cc",
134 "sync_system_resources_unittest.cc", 134 "sync_system_resources_unittest.cc",
135 "ticl_invalidation_service_unittest.cc", 135 "ticl_invalidation_service_unittest.cc",
136 "ticl_profile_settings_provider_unittest.cc", 136 "ticl_profile_settings_provider_unittest.cc",
137 "unacked_invalidation_set_unittest.cc", 137 "unacked_invalidation_set_unittest.cc",
138 ] 138 ]
139 deps += [ 139 deps += [
140 "//components/gcm_driver:test_support", 140 "//components/gcm_driver:test_support",
141 "//components/pref_registry:test_support",
142 "//components/signin/core/browser:test_support", 141 "//components/signin/core/browser:test_support",
142 "//components/sync_preferences:test_support",
143 "//google_apis:test_support", 143 "//google_apis:test_support",
144 "//net", 144 "//net",
145 ] 145 ]
146 } 146 }
147 } 147 }
148 148
149 static_library("test_support") { 149 static_library("test_support") {
150 testonly = true 150 testonly = true
151 sources = [ 151 sources = [
152 "fake_invalidation_handler.cc", 152 "fake_invalidation_handler.cc",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "//base:base_java_test_support", 250 "//base:base_java_test_support",
251 ] 251 ]
252 } 252 }
253 generate_jni("jni_headers") { 253 generate_jni("jni_headers") {
254 sources = [ 254 sources = [
255 "android/java/src/org/chromium/components/invalidation/InvalidationService .java", 255 "android/java/src/org/chromium/components/invalidation/InvalidationService .java",
256 ] 256 ]
257 jni_package = "components/invalidation" 257 jni_package = "components/invalidation"
258 } 258 }
259 } 259 }
OLDNEW
« no previous file with comments | « components/feedback/feedback_uploader_unittest.cc ('k') | components/invalidation/impl/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698