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

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

Issue 2146833002: Move webp_transcode to ios/chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup DEPS 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
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/browser/net/image_fetcher.mm » ('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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 "variations/ios_chrome_variations_service_client.cc", 567 "variations/ios_chrome_variations_service_client.cc",
568 "variations/ios_chrome_variations_service_client.h", 568 "variations/ios_chrome_variations_service_client.h",
569 "web/dom_altering_lock.h", 569 "web/dom_altering_lock.h",
570 "web/dom_altering_lock.mm", 570 "web/dom_altering_lock.mm",
571 "web/resubmit_data_controller.h", 571 "web/resubmit_data_controller.h",
572 "web/resubmit_data_controller.mm", 572 "web/resubmit_data_controller.mm",
573 "web_data_service_factory.cc", 573 "web_data_service_factory.cc",
574 "web_data_service_factory.h", 574 "web_data_service_factory.h",
575 "web_resource/web_resource_util.cc", 575 "web_resource/web_resource_util.cc",
576 "web_resource/web_resource_util.h", 576 "web_resource/web_resource_util.h",
577 "webp_transcode/webp_decoder.h",
578 "webp_transcode/webp_decoder.mm",
577 "xcallback_parameters.h", 579 "xcallback_parameters.h",
578 "xcallback_parameters.mm", 580 "xcallback_parameters.mm",
579 ] 581 ]
580 582
581 deps = [ 583 deps = [
582 ":about_flags", 584 ":about_flags",
583 ":injected_js", 585 ":injected_js",
584 "//base", 586 "//base",
585 "//base:i18n", 587 "//base:i18n",
586 "//breakpad:client", 588 "//breakpad:client",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 "//components/update_client", 662 "//components/update_client",
661 "//components/upload_list", 663 "//components/upload_list",
662 "//components/url_formatter", 664 "//components/url_formatter",
663 "//components/user_prefs", 665 "//components/user_prefs",
664 "//components/variations", 666 "//components/variations",
665 "//components/variations/service", 667 "//components/variations/service",
666 "//components/version_info", 668 "//components/version_info",
667 "//components/version_ui", 669 "//components/version_ui",
668 "//components/web_resource", 670 "//components/web_resource",
669 "//components/webdata_services", 671 "//components/webdata_services",
670 "//components/webp_transcode",
671 "//google_apis", 672 "//google_apis",
672 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory", 673 "//ios/chrome/browser/variations:ios_chrome_ui_string_overrider_factory",
673 "//ios/chrome/common", 674 "//ios/chrome/common",
674 "//ios/chrome/common/app_group", 675 "//ios/chrome/common/app_group",
675 "//ios/net", 676 "//ios/net",
676 "//ios/public/provider/chrome/browser", 677 "//ios/public/provider/chrome/browser",
677 "//ios/public/provider/web", 678 "//ios/public/provider/web",
678 "//ios/web", 679 "//ios/web",
679 "//ios/web:user_agent", 680 "//ios/web:user_agent",
680 "//ios/web/public/app", 681 "//ios/web/public/app",
681 "//net", 682 "//net",
682 "//net:extras", 683 "//net:extras",
683 "//services/shell/public/cpp", 684 "//services/shell/public/cpp",
684 "//skia", 685 "//skia",
685 "//sync", 686 "//sync",
686 "//third_party/brotli", 687 "//third_party/brotli",
687 "//third_party/google_toolbox_for_mac", 688 "//third_party/google_toolbox_for_mac",
689 "//third_party/libwebp:libwebp_dec",
688 "//ui/base", 690 "//ui/base",
689 "//ui/gfx", 691 "//ui/gfx",
690 "//ui/resources", 692 "//ui/resources",
691 "//ui/strings", 693 "//ui/strings",
692 "//url", 694 "//url",
693 695
694 # TODO(crbug.com/459705): add support for resource packing and change the 696 # TODO(crbug.com/459705): add support for resource packing and change the
695 # dependency to be on the packed resources instead of the unpacked ones. 697 # dependency to be on the packed resources instead of the unpacked ones.
696 "//ios/chrome/app/resources", 698 "//ios/chrome/app/resources",
697 "//ios/chrome/app/strings", 699 "//ios/chrome/app/strings",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 "//ios/public/provider/chrome/browser:test_support", 827 "//ios/public/provider/chrome/browser:test_support",
826 "//ios/web", 828 "//ios/web",
827 "//net:test_support", 829 "//net:test_support",
828 "//sync", 830 "//sync",
829 "//testing/gmock", 831 "//testing/gmock",
830 "//testing/gtest", 832 "//testing/gtest",
831 "//ui/base", 833 "//ui/base",
832 "//url", 834 "//url",
833 ] 835 ]
834 } 836 }
OLDNEW
« no previous file with comments | « ios/chrome/BUILD.gn ('k') | ios/chrome/browser/net/image_fetcher.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698