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

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

Issue 439533004: Port most sync targets to sync/BUILD.gn (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 6 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 | Annotate | Revision Log
« no previous file with comments | « components/dom_distiller/webui/BUILD.gn ('k') | components/sync_driver/BUILD.gn » ('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 static_library("invalidation") { 5 static_library("invalidation") {
6 sources = [ 6 sources = [
7 "ack_handle.cc", 7 "ack_handle.cc",
8 "ack_handle.h", 8 "ack_handle.h",
9 "ack_handler.cc", 9 "ack_handler.cc",
10 "ack_handler.h", 10 "ack_handler.h",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 deps = [ 125 deps = [
126 "//base", 126 "//base",
127 "//components/keyed_service/core", 127 "//components/keyed_service/core",
128 "//google_apis", 128 "//google_apis",
129 "//jingle:notifier", 129 "//jingle:notifier",
130 "//jingle:notifier_test_util", 130 "//jingle:notifier_test_util",
131 "//net", 131 "//net",
132 "//sync", 132 "//sync",
133 "//testing/gmock", 133 "//testing/gmock",
134 "//third_party/cacheinvalidation", 134 "//third_party/cacheinvalidation",
135 #'../sync/sync.gyp:test_support_sync_notifier', TODO(GYP)
136 #'gcm_driver_test_support', TODO(GYP) 135 #'gcm_driver_test_support', TODO(GYP)
137 ] 136 ]
138 } 137 }
OLDNEW
« no previous file with comments | « components/dom_distiller/webui/BUILD.gn ('k') | components/sync_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698