| 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 "history/history_client_impl.cc", | 185 "history/history_client_impl.cc", |
| 186 "history/history_client_impl.h", | 186 "history/history_client_impl.h", |
| 187 "history/history_service_factory.cc", | 187 "history/history_service_factory.cc", |
| 188 "history/history_service_factory.h", | 188 "history/history_service_factory.h", |
| 189 "history/history_utils.cc", | 189 "history/history_utils.cc", |
| 190 "history/history_utils.h", | 190 "history/history_utils.h", |
| 191 "history/top_sites_factory.cc", | 191 "history/top_sites_factory.cc", |
| 192 "history/top_sites_factory.h", | 192 "history/top_sites_factory.h", |
| 193 "history/web_history_service_factory.cc", | 193 "history/web_history_service_factory.cc", |
| 194 "history/web_history_service_factory.h", | 194 "history/web_history_service_factory.h", |
| 195 "infobars/confirm_infobar_controller+protected.h", |
| 195 "infobars/confirm_infobar_controller.h", | 196 "infobars/confirm_infobar_controller.h", |
| 196 "infobars/confirm_infobar_controller.mm", | 197 "infobars/confirm_infobar_controller.mm", |
| 197 "infobars/infobar.h", | 198 "infobars/infobar.h", |
| 198 "infobars/infobar.mm", | 199 "infobars/infobar.mm", |
| 199 "infobars/infobar_container_ios.h", | 200 "infobars/infobar_container_ios.h", |
| 200 "infobars/infobar_container_ios.mm", | 201 "infobars/infobar_container_ios.mm", |
| 201 "infobars/infobar_container_view.h", | 202 "infobars/infobar_container_view.h", |
| 202 "infobars/infobar_container_view.mm", | 203 "infobars/infobar_container_view.mm", |
| 203 "infobars/infobar_controller.h", | 204 "infobars/infobar_controller.h", |
| 204 "infobars/infobar_controller.mm", | 205 "infobars/infobar_controller.mm", |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "passwords/password_generation_agent.h", | 306 "passwords/password_generation_agent.h", |
| 306 "passwords/password_generation_agent.mm", | 307 "passwords/password_generation_agent.mm", |
| 307 "passwords/password_generation_edit_view.h", | 308 "passwords/password_generation_edit_view.h", |
| 308 "passwords/password_generation_edit_view.mm", | 309 "passwords/password_generation_edit_view.mm", |
| 309 "passwords/password_generation_offer_view.h", | 310 "passwords/password_generation_offer_view.h", |
| 310 "passwords/password_generation_offer_view.mm", | 311 "passwords/password_generation_offer_view.mm", |
| 311 "passwords/password_generation_prompt_delegate.h", | 312 "passwords/password_generation_prompt_delegate.h", |
| 312 "passwords/password_generation_utils.h", | 313 "passwords/password_generation_utils.h", |
| 313 "passwords/password_generation_utils.mm", | 314 "passwords/password_generation_utils.mm", |
| 314 "passwords/passwords_ui_delegate.h", | 315 "passwords/passwords_ui_delegate.h", |
| 316 "passwords/update_password_infobar_controller.h", |
| 317 "passwords/update_password_infobar_controller.mm", |
| 315 "pref_names.cc", | 318 "pref_names.cc", |
| 316 "pref_names.h", | 319 "pref_names.h", |
| 317 "prefs/browser_prefs.h", | 320 "prefs/browser_prefs.h", |
| 318 "prefs/browser_prefs.mm", | 321 "prefs/browser_prefs.mm", |
| 319 "prefs/ios_chrome_pref_model_associator_client.cc", | 322 "prefs/ios_chrome_pref_model_associator_client.cc", |
| 320 "prefs/ios_chrome_pref_model_associator_client.h", | 323 "prefs/ios_chrome_pref_model_associator_client.h", |
| 321 "prefs/ios_chrome_pref_service_factory.cc", | 324 "prefs/ios_chrome_pref_service_factory.cc", |
| 322 "prefs/ios_chrome_pref_service_factory.h", | 325 "prefs/ios_chrome_pref_service_factory.h", |
| 323 "prefs/pref_observer_bridge.h", | 326 "prefs/pref_observer_bridge.h", |
| 324 "prefs/pref_observer_bridge.mm", | 327 "prefs/pref_observer_bridge.mm", |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 818 "//ios/public/provider/chrome/browser:test_support", | 821 "//ios/public/provider/chrome/browser:test_support", |
| 819 "//ios/web", | 822 "//ios/web", |
| 820 "//net:test_support", | 823 "//net:test_support", |
| 821 "//sync", | 824 "//sync", |
| 822 "//testing/gmock", | 825 "//testing/gmock", |
| 823 "//testing/gtest", | 826 "//testing/gtest", |
| 824 "//ui/base", | 827 "//ui/base", |
| 825 "//url", | 828 "//url", |
| 826 ] | 829 ] |
| 827 } | 830 } |
| OLD | NEW |