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

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

Issue 2238453002: Merge //components/browsing_data_ui into //components/browsing_data/core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase over https://codereview.chromium.org/2345843003/ Created 4 years, 3 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/browsing_data_ui/history_notice_utils_unittest.cc ('k') | 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 "//base", 610 "//base",
611 "//base:i18n", 611 "//base:i18n",
612 "//breakpad:client", 612 "//breakpad:client",
613 "//components/about_handler", 613 "//components/about_handler",
614 "//components/autofill/core/browser", 614 "//components/autofill/core/browser",
615 "//components/autofill/core/common", 615 "//components/autofill/core/common",
616 "//components/autofill/ios/browser", 616 "//components/autofill/ios/browser",
617 "//components/bookmarks/browser", 617 "//components/bookmarks/browser",
618 "//components/browser_sync", 618 "//components/browser_sync",
619 "//components/browsing_data/core", 619 "//components/browsing_data/core",
620 "//components/browsing_data_ui",
621 "//components/component_updater", 620 "//components/component_updater",
622 "//components/content_settings/core/browser", 621 "//components/content_settings/core/browser",
623 "//components/content_settings/core/common", 622 "//components/content_settings/core/common",
624 "//components/cookie_config", 623 "//components/cookie_config",
625 "//components/crash/core/browser", 624 "//components/crash/core/browser",
626 "//components/crash/core/common", 625 "//components/crash/core/common",
627 "//components/dom_distiller/core", 626 "//components/dom_distiller/core",
628 "//components/dom_distiller/ios", 627 "//components/dom_distiller/ios",
629 "//components/favicon/core", 628 "//components/favicon/core",
630 "//components/favicon_base", 629 "//components/favicon_base",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 "//ios/public/provider/chrome/browser", 851 "//ios/public/provider/chrome/browser",
853 "//ios/public/provider/chrome/browser:test_support", 852 "//ios/public/provider/chrome/browser:test_support",
854 "//ios/web", 853 "//ios/web",
855 "//net:test_support", 854 "//net:test_support",
856 "//testing/gmock", 855 "//testing/gmock",
857 "//testing/gtest", 856 "//testing/gtest",
858 "//ui/base", 857 "//ui/base",
859 "//url", 858 "//url",
860 ] 859 ]
861 } 860 }
OLDNEW
« no previous file with comments | « components/browsing_data_ui/history_notice_utils_unittest.cc ('k') | ios/chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698