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

Side by Side Diff: ios/chrome/browser/BUILD.gn

Issue 2184163002: Register delete time period pref for CBD on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make pref syncable 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 | « no previous file | ios/chrome/browser/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 declare_args() { 9 declare_args() {
10 google_test_gaia_client_id = "" 10 google_test_gaia_client_id = ""
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 "//base", 595 "//base",
596 "//base:i18n", 596 "//base:i18n",
597 "//breakpad:client", 597 "//breakpad:client",
598 "//components/about_handler", 598 "//components/about_handler",
599 "//components/autofill/core/browser", 599 "//components/autofill/core/browser",
600 "//components/autofill/core/common", 600 "//components/autofill/core/common",
601 "//components/autofill/ios/browser", 601 "//components/autofill/ios/browser",
602 "//components/bookmarks/browser", 602 "//components/bookmarks/browser",
603 "//components/browser_sync/browser", 603 "//components/browser_sync/browser",
604 "//components/browser_sync/common", 604 "//components/browser_sync/common",
605 "//components/browsing_data/core",
605 "//components/browsing_data_ui", 606 "//components/browsing_data_ui",
606 "//components/component_updater", 607 "//components/component_updater",
607 "//components/content_settings/core/browser", 608 "//components/content_settings/core/browser",
608 "//components/content_settings/core/common", 609 "//components/content_settings/core/common",
609 "//components/cookie_config", 610 "//components/cookie_config",
610 "//components/crash/core/browser", 611 "//components/crash/core/browser",
611 "//components/crash/core/common", 612 "//components/crash/core/common",
612 "//components/dom_distiller/core", 613 "//components/dom_distiller/core",
613 "//components/dom_distiller/ios", 614 "//components/dom_distiller/ios",
614 "//components/favicon/core", 615 "//components/favicon/core",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 "//ios/public/provider/chrome/browser:test_support", 836 "//ios/public/provider/chrome/browser:test_support",
836 "//ios/web", 837 "//ios/web",
837 "//net:test_support", 838 "//net:test_support",
838 "//sync", 839 "//sync",
839 "//testing/gmock", 840 "//testing/gmock",
840 "//testing/gtest", 841 "//testing/gtest",
841 "//ui/base", 842 "//ui/base",
842 "//url", 843 "//url",
843 ] 844 ]
844 } 845 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698