| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |