| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 "history/history_client_impl.cc", | 183 "history/history_client_impl.cc", |
| 184 "history/history_client_impl.h", | 184 "history/history_client_impl.h", |
| 185 "history/history_service_factory.cc", | 185 "history/history_service_factory.cc", |
| 186 "history/history_service_factory.h", | 186 "history/history_service_factory.h", |
| 187 "history/history_utils.cc", | 187 "history/history_utils.cc", |
| 188 "history/history_utils.h", | 188 "history/history_utils.h", |
| 189 "history/top_sites_factory.cc", | 189 "history/top_sites_factory.cc", |
| 190 "history/top_sites_factory.h", | 190 "history/top_sites_factory.h", |
| 191 "history/web_history_service_factory.cc", | 191 "history/web_history_service_factory.cc", |
| 192 "history/web_history_service_factory.h", | 192 "history/web_history_service_factory.h", |
| 193 "infobars/confirm_infobar_controller+protected.h", |
| 193 "infobars/confirm_infobar_controller.h", | 194 "infobars/confirm_infobar_controller.h", |
| 194 "infobars/confirm_infobar_controller.mm", | 195 "infobars/confirm_infobar_controller.mm", |
| 195 "infobars/infobar.h", | 196 "infobars/infobar.h", |
| 196 "infobars/infobar.mm", | 197 "infobars/infobar.mm", |
| 197 "infobars/infobar_container_ios.h", | 198 "infobars/infobar_container_ios.h", |
| 198 "infobars/infobar_container_ios.mm", | 199 "infobars/infobar_container_ios.mm", |
| 199 "infobars/infobar_container_view.h", | 200 "infobars/infobar_container_view.h", |
| 200 "infobars/infobar_container_view.mm", | 201 "infobars/infobar_container_view.mm", |
| 201 "infobars/infobar_controller.h", | 202 "infobars/infobar_controller.h", |
| 202 "infobars/infobar_controller.mm", | 203 "infobars/infobar_controller.mm", |
| (...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 804 "//ios/public/provider/chrome/browser:test_support", | 805 "//ios/public/provider/chrome/browser:test_support", |
| 805 "//ios/web", | 806 "//ios/web", |
| 806 "//net:test_support", | 807 "//net:test_support", |
| 807 "//sync", | 808 "//sync", |
| 808 "//testing/gmock", | 809 "//testing/gmock", |
| 809 "//testing/gtest", | 810 "//testing/gtest", |
| 810 "//ui/base", | 811 "//ui/base", |
| 811 "//url", | 812 "//url", |
| 812 ] | 813 ] |
| 813 } | 814 } |
| OLD | NEW |