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

Side by Side Diff: sync/BUILD.gn

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure rebase Created 4 years, 10 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 | « sql/sql.gyp ('k') | sync/sync_tests.gypi » ('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 import("//sync/protocol/protocol_sources.gni") 6 import("//sync/protocol/protocol_sources.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 component("sync") { 9 component("sync") {
10 public_deps = [ 10 public_deps = [
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 "//third_party/pyftpdlib/", 717 "//third_party/pyftpdlib/",
718 "//third_party/pywebsocket/", 718 "//third_party/pywebsocket/",
719 "//third_party/tlslite/", 719 "//third_party/tlslite/",
720 "$root_out_dir/pyproto/google/", 720 "$root_out_dir/pyproto/google/",
721 ] 721 ]
722 722
723 deps = [ 723 deps = [
724 ":test_support_sync_core", 724 ":test_support_sync_core",
725 ":test_support_sync_internal_api", 725 ":test_support_sync_internal_api",
726 "//base", 726 "//base",
727 "//base/allocator",
728 "//base/test:run_all_unittests", 727 "//base/test:run_all_unittests",
729 "//google_apis", 728 "//google_apis",
730 "//google_apis:test_support", 729 "//google_apis:test_support",
731 "//net", 730 "//net",
732 "//net:test_support", 731 "//net:test_support",
733 "//sql", 732 "//sql",
734 "//sql:test_support", 733 "//sql:test_support",
735 "//sync", 734 "//sync",
736 "//sync/protocol", 735 "//sync/protocol",
737 "//testing/gmock", 736 "//testing/gmock",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 ":fake_server_jni", 900 ":fake_server_jni",
902 ":sync_core", 901 ":sync_core",
903 ":test_support_sync_fake_server", 902 ":test_support_sync_fake_server",
904 "//base", 903 "//base",
905 "//sync/protocol:protocol", 904 "//sync/protocol:protocol",
906 "//testing/gtest", 905 "//testing/gtest",
907 "//url:url", 906 "//url:url",
908 ] 907 ]
909 } 908 }
910 } 909 }
OLDNEW
« no previous file with comments | « sql/sql.gyp ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698