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

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

Issue 2015133003: Decompress credits page on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « 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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "//ios/net", 651 "//ios/net",
652 "//ios/public/provider/chrome/browser", 652 "//ios/public/provider/chrome/browser",
653 "//ios/public/provider/web", 653 "//ios/public/provider/web",
654 "//ios/web", 654 "//ios/web",
655 "//ios/web:user_agent", 655 "//ios/web:user_agent",
656 "//ios/web/public/app", 656 "//ios/web/public/app",
657 "//net", 657 "//net",
658 "//net:extras", 658 "//net:extras",
659 "//skia", 659 "//skia",
660 "//sync", 660 "//sync",
661 "//third_party/brotli",
661 "//third_party/google_toolbox_for_mac", 662 "//third_party/google_toolbox_for_mac",
662 "//ui/base", 663 "//ui/base",
663 "//ui/gfx", 664 "//ui/gfx",
664 "//ui/resources", 665 "//ui/resources",
665 "//ui/strings", 666 "//ui/strings",
666 "//url", 667 "//url",
667 668
668 # TODO(crbug.com/459705): add support for resource packing and change the 669 # TODO(crbug.com/459705): add support for resource packing and change the
669 # dependency to be on the packed resources instead of the unpacked ones. 670 # dependency to be on the packed resources instead of the unpacked ones.
670 "//ios/chrome/app/resources", 671 "//ios/chrome/app/resources",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 "//ios/public/provider/chrome/browser:test_support", 798 "//ios/public/provider/chrome/browser:test_support",
798 "//ios/web", 799 "//ios/web",
799 "//net:test_support", 800 "//net:test_support",
800 "//sync", 801 "//sync",
801 "//testing/gmock", 802 "//testing/gmock",
802 "//testing/gtest", 803 "//testing/gtest",
803 "//ui/base", 804 "//ui/base",
804 "//url", 805 "//url",
805 ] 806 ]
806 } 807 }
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