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

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

Issue 2859033002: [sync] Add constexpr to EnumSet (Closed)
Patch Set: Move reading list switches and buildflag to /features Created 3 years, 6 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/reading_list/features/reading_list_switches.cc ('k') | components/sync/base/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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//components/sync/protocol/protocol_sources.gni") 7 import("//components/sync/protocol/protocol_sources.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 static_library("sync") { 10 static_library("sync") {
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 deps = [ 595 deps = [
596 "//base:i18n", 596 "//base:i18n",
597 "//base/third_party/dynamic_annotations", 597 "//base/third_party/dynamic_annotations",
598 "//components/data_use_measurement/core", 598 "//components/data_use_measurement/core",
599 "//components/invalidation/public", 599 "//components/invalidation/public",
600 "//components/keyed_service/core", 600 "//components/keyed_service/core",
601 "//components/metrics", 601 "//components/metrics",
602 "//components/os_crypt", 602 "//components/os_crypt",
603 "//components/pref_registry", 603 "//components/pref_registry",
604 "//components/prefs", 604 "//components/prefs",
605 "//components/reading_list/core:reading_list_enable_flags", 605 "//components/reading_list/features:reading_list_enable_flags",
606 "//components/signin/core/browser", 606 "//components/signin/core/browser",
607 "//components/sync/engine_impl/attachments/proto", 607 "//components/sync/engine_impl/attachments/proto",
608 "//components/version_info", 608 "//components/version_info",
609 "//crypto", 609 "//crypto",
610 "//google_apis", 610 "//google_apis",
611 "//sql", 611 "//sql",
612 "//third_party/cacheinvalidation", 612 "//third_party/cacheinvalidation",
613 "//third_party/leveldatabase", 613 "//third_party/leveldatabase",
614 "//third_party/zlib", 614 "//third_party/zlib",
615 "//third_party/zlib/google:compression_utils", 615 "//third_party/zlib/google:compression_utils",
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
1157 deps = [ 1157 deps = [
1158 ":fake_server_jni", 1158 ":fake_server_jni",
1159 ":sync", 1159 ":sync",
1160 ":test_support_fake_server", 1160 ":test_support_fake_server",
1161 "//base", 1161 "//base",
1162 "//testing/gtest", 1162 "//testing/gtest",
1163 "//url:url", 1163 "//url:url",
1164 ] 1164 ]
1165 } 1165 }
1166 } 1166 }
OLDNEW
« no previous file with comments | « components/reading_list/features/reading_list_switches.cc ('k') | components/sync/base/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698