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

Side by Side Diff: components/gcm_driver/BUILD.gn

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « components/gcm_driver.gypi ('k') | components/gcm_driver/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 # GYP version: components/gcm_driver.gypi:gcm_driver 5 # GYP version: components/gcm_driver.gypi:gcm_driver
6 static_library("gcm_driver") { 6 static_library("gcm_driver") {
7 sources = [ 7 sources = [
8 "android/component_jni_registrar.cc", 8 "android/component_jni_registrar.cc",
9 "android/component_jni_registrar.h", 9 "android/component_jni_registrar.h",
10 "default_gcm_app_handler.cc", 10 "default_gcm_app_handler.cc",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 61
62 deps = [ 62 deps = [
63 "//base", 63 "//base",
64 "//components/gcm_driver/common", 64 "//components/gcm_driver/common",
65 "//components/gcm_driver/crypto", 65 "//components/gcm_driver/crypto",
66 "//components/keyed_service/core", 66 "//components/keyed_service/core",
67 "//components/os_crypt", 67 "//components/os_crypt",
68 "//components/pref_registry", 68 "//components/pref_registry",
69 "//components/prefs", 69 "//components/prefs",
70 "//components/signin/core/browser", 70 "//components/signin/core/browser",
71 "//components/sync/protocol", 71 "//components/sync",
72 "//components/sync_driver",
73 "//components/version_info", 72 "//components/version_info",
74 "//google_apis", 73 "//google_apis",
75 "//google_apis/gcm", 74 "//google_apis/gcm",
76 "//net", 75 "//net",
77 "//url:url", 76 "//url:url",
78 ] 77 ]
79 allow_circular_includes_from = [ "//components/gcm_driver/crypto" ] 78 allow_circular_includes_from = [ "//components/gcm_driver/crypto" ]
80 79
81 if (is_chromeos) { 80 if (is_chromeos) {
82 deps += [ "//components/timers" ] 81 deps += [ "//components/timers" ]
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 if (is_android) { 172 if (is_android) {
174 sources -= [ 173 sources -= [
175 "gcm_account_mapper_unittest.cc", 174 "gcm_account_mapper_unittest.cc",
176 "gcm_channel_status_request_unittest.cc", 175 "gcm_channel_status_request_unittest.cc",
177 "gcm_client_impl_unittest.cc", 176 "gcm_client_impl_unittest.cc",
178 "gcm_driver_desktop_unittest.cc", 177 "gcm_driver_desktop_unittest.cc",
179 "gcm_stats_recorder_impl_unittest.cc", 178 "gcm_stats_recorder_impl_unittest.cc",
180 ] 179 ]
181 } 180 }
182 } 181 }
OLDNEW
« no previous file with comments | « components/gcm_driver.gypi ('k') | components/gcm_driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698