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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 "ui/webui/history/browsing_history_handler.h", | 557 "ui/webui/history/browsing_history_handler.h", |
558 "ui/webui/history/favicon_source.cc", | 558 "ui/webui/history/favicon_source.cc", |
559 "ui/webui/history/favicon_source.h", | 559 "ui/webui/history/favicon_source.h", |
560 "ui/webui/history/history_ui.h", | 560 "ui/webui/history/history_ui.h", |
561 "ui/webui/history/history_ui.mm", | 561 "ui/webui/history/history_ui.mm", |
562 "ui/webui/history/metrics_handler.cc", | 562 "ui/webui/history/metrics_handler.cc", |
563 "ui/webui/history/metrics_handler.h", | 563 "ui/webui/history/metrics_handler.h", |
564 "ui/webui/mojo_web_ui_ios_controller.h", | 564 "ui/webui/mojo_web_ui_ios_controller.h", |
565 "ui/webui/net_export/net_export_ui.cc", | 565 "ui/webui/net_export/net_export_ui.cc", |
566 "ui/webui/net_export/net_export_ui.h", | 566 "ui/webui/net_export/net_export_ui.h", |
| 567 "ui/webui/physical_web_ui.cc", |
| 568 "ui/webui/physical_web_ui.h", |
567 "ui/webui/sync_internals/sync_internals_message_handler.cc", | 569 "ui/webui/sync_internals/sync_internals_message_handler.cc", |
568 "ui/webui/sync_internals/sync_internals_message_handler.h", | 570 "ui/webui/sync_internals/sync_internals_message_handler.h", |
569 "ui/webui/sync_internals/sync_internals_ui.cc", | 571 "ui/webui/sync_internals/sync_internals_ui.cc", |
570 "ui/webui/sync_internals/sync_internals_ui.h", | 572 "ui/webui/sync_internals/sync_internals_ui.h", |
571 "ui/webui/version_handler.cc", | 573 "ui/webui/version_handler.cc", |
572 "ui/webui/version_handler.h", | 574 "ui/webui/version_handler.h", |
573 "ui/webui/version_ui.h", | 575 "ui/webui/version_ui.h", |
574 "ui/webui/version_ui.mm", | 576 "ui/webui/version_ui.mm", |
575 "undo/bookmark_undo_service_factory.cc", | 577 "undo/bookmark_undo_service_factory.cc", |
576 "undo/bookmark_undo_service_factory.h", | 578 "undo/bookmark_undo_service_factory.h", |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
646 "//components/net_log", | 648 "//components/net_log", |
647 "//components/network_session_configurator", | 649 "//components/network_session_configurator", |
648 "//components/network_time", | 650 "//components/network_time", |
649 "//components/ntp_snippets", | 651 "//components/ntp_snippets", |
650 "//components/omnibox/browser", | 652 "//components/omnibox/browser", |
651 "//components/open_from_clipboard", | 653 "//components/open_from_clipboard", |
652 "//components/password_manager/core/browser", | 654 "//components/password_manager/core/browser", |
653 "//components/password_manager/core/common", | 655 "//components/password_manager/core/common", |
654 "//components/password_manager/sync/browser", | 656 "//components/password_manager/sync/browser", |
655 "//components/physical_web/data_source", | 657 "//components/physical_web/data_source", |
| 658 "//components/physical_web/webui", |
656 "//components/policy/core/common", | 659 "//components/policy/core/common", |
657 "//components/pref_registry", | 660 "//components/pref_registry", |
658 "//components/prefs", | 661 "//components/prefs", |
659 "//components/profile_metrics", | 662 "//components/profile_metrics", |
660 "//components/proxy_config", | 663 "//components/proxy_config", |
661 "//components/rappor", | 664 "//components/rappor", |
662 "//components/resources", | 665 "//components/resources", |
663 "//components/search", | 666 "//components/search", |
664 "//components/search_engines", | 667 "//components/search_engines", |
665 "//components/security_interstitials/core", | 668 "//components/security_interstitials/core", |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 "//ios/public/provider/chrome/browser", | 848 "//ios/public/provider/chrome/browser", |
846 "//ios/public/provider/chrome/browser:test_support", | 849 "//ios/public/provider/chrome/browser:test_support", |
847 "//ios/web", | 850 "//ios/web", |
848 "//net:test_support", | 851 "//net:test_support", |
849 "//testing/gmock", | 852 "//testing/gmock", |
850 "//testing/gtest", | 853 "//testing/gtest", |
851 "//ui/base", | 854 "//ui/base", |
852 "//url", | 855 "//url", |
853 ] | 856 ] |
854 } | 857 } |
OLD | NEW |