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

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

Issue 2041603002: [ios Mojo] Implemented chrome://version. Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_version
Patch Set: Self review Created 4 years, 5 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
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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 "//components/translate/ios/browser", 660 "//components/translate/ios/browser",
661 "//components/undo", 661 "//components/undo",
662 "//components/update_client", 662 "//components/update_client",
663 "//components/upload_list", 663 "//components/upload_list",
664 "//components/url_formatter", 664 "//components/url_formatter",
665 "//components/user_prefs", 665 "//components/user_prefs",
666 "//components/variations", 666 "//components/variations",
667 "//components/variations/service", 667 "//components/variations/service",
668 "//components/version_info", 668 "//components/version_info",
669 "//components/version_ui", 669 "//components/version_ui",
670 "//components/version_ui:mojo_bindings_cpp_sources",
670 "//components/web_resource", 671 "//components/web_resource",
671 "//components/webdata_services", 672 "//components/webdata_services",
672 "//google_apis", 673 "//google_apis",
673 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory", 674 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory",
674 "//ios/chrome/common", 675 "//ios/chrome/common",
675 "//ios/chrome/common/app_group", 676 "//ios/chrome/common/app_group",
676 "//ios/net", 677 "//ios/net",
677 "//ios/public/provider/chrome/browser", 678 "//ios/public/provider/chrome/browser",
678 "//ios/public/provider/web", 679 "//ios/public/provider/web",
679 "//ios/web", 680 "//ios/web",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 "//ios/public/provider/chrome/browser:test_support", 828 "//ios/public/provider/chrome/browser:test_support",
828 "//ios/web", 829 "//ios/web",
829 "//net:test_support", 830 "//net:test_support",
830 "//sync", 831 "//sync",
831 "//testing/gmock", 832 "//testing/gmock",
832 "//testing/gtest", 833 "//testing/gtest",
833 "//ui/base", 834 "//ui/base",
834 "//url", 835 "//url",
835 ] 836 ]
836 } 837 }
OLDNEW
« no previous file with comments | « components/version_ui/version_handler_helper.cc ('k') | ios/chrome/browser/ui/webui/version_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698