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

Side by Side Diff: sync/BUILD.gn

Issue 465693002: GN: Remove duplicate entries from sources lists (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « printing/BUILD.gn ('k') | ui/base/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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 6
7 component("sync") { 7 component("sync") {
8 deps = [ 8 deps = [
9 ":sync_core", 9 ":sync_core",
10 "//sync/protocol", 10 "//sync/protocol",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "internal_api/public/attachments/attachment_uploader_impl.h", 167 "internal_api/public/attachments/attachment_uploader_impl.h",
168 "internal_api/public/attachments/fake_attachment_downloader.h", 168 "internal_api/public/attachments/fake_attachment_downloader.h",
169 "internal_api/public/attachments/fake_attachment_uploader.h", 169 "internal_api/public/attachments/fake_attachment_uploader.h",
170 "internal_api/public/base/attachment_id_proto.cc", 170 "internal_api/public/base/attachment_id_proto.cc",
171 "internal_api/public/base/attachment_id_proto.h", 171 "internal_api/public/base/attachment_id_proto.h",
172 "internal_api/public/base/cancelation_observer.cc", 172 "internal_api/public/base/cancelation_observer.cc",
173 "internal_api/public/base/cancelation_observer.h", 173 "internal_api/public/base/cancelation_observer.h",
174 "internal_api/public/base/cancelation_signal.cc", 174 "internal_api/public/base/cancelation_signal.cc",
175 "internal_api/public/base/cancelation_signal.h", 175 "internal_api/public/base/cancelation_signal.h",
176 "internal_api/public/base/enum_set.h", 176 "internal_api/public/base/enum_set.h",
177 "internal_api/public/base/enum_set.h",
178 "internal_api/public/base/invalidation_interface.cc", 177 "internal_api/public/base/invalidation_interface.cc",
179 "internal_api/public/base/invalidation_interface.h", 178 "internal_api/public/base/invalidation_interface.h",
180 "internal_api/public/base/model_type.h", 179 "internal_api/public/base/model_type.h",
181 "internal_api/public/base_node.h", 180 "internal_api/public/base_node.h",
182 "internal_api/public/base/node_ordinal.cc", 181 "internal_api/public/base/node_ordinal.cc",
183 "internal_api/public/base/node_ordinal.h", 182 "internal_api/public/base/node_ordinal.h",
184 "internal_api/public/base/ordinal.h", 183 "internal_api/public/base/ordinal.h",
185 "internal_api/public/base/progress_marker_map.cc", 184 "internal_api/public/base/progress_marker_map.cc",
186 "internal_api/public/base/progress_marker_map.h", 185 "internal_api/public/base/progress_marker_map.h",
187 "internal_api/public/base_transaction.h", 186 "internal_api/public/base_transaction.h",
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 "//base", 768 "//base",
770 "//base/test:test_support", 769 "//base/test:test_support",
771 "//net:test_support", 770 "//net:test_support",
772 "//testing/gtest", 771 "//testing/gtest",
773 ":test_support_sync_testserver", 772 ":test_support_sync_testserver",
774 ] 773 ]
775 } 774 }
776 } 775 }
777 776
778 #TODO(GYP): Need to port sync_android.gypi and Android test targets. 777 #TODO(GYP): Need to port sync_android.gypi and Android test targets.
OLDNEW
« no previous file with comments | « printing/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698