| 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 "infobars/infobar.h", | 195 "infobars/infobar.h", |
| 196 "infobars/infobar.mm", | 196 "infobars/infobar.mm", |
| 197 "infobars/infobar_container_ios.h", | 197 "infobars/infobar_container_ios.h", |
| 198 "infobars/infobar_container_ios.mm", | 198 "infobars/infobar_container_ios.mm", |
| 199 "infobars/infobar_container_view.h", | 199 "infobars/infobar_container_view.h", |
| 200 "infobars/infobar_container_view.mm", | 200 "infobars/infobar_container_view.mm", |
| 201 "infobars/infobar_controller.h", | 201 "infobars/infobar_controller.h", |
| 202 "infobars/infobar_controller.mm", | 202 "infobars/infobar_controller.mm", |
| 203 "infobars/infobar_manager_impl.h", | 203 "infobars/infobar_manager_impl.h", |
| 204 "infobars/infobar_manager_impl.mm", | 204 "infobars/infobar_manager_impl.mm", |
| 205 "infobars/infobar_picker_coordinator.h", |
| 206 "infobars/infobar_picker_coordinator.mm", |
| 207 "infobars/infobar_picker_view_controller.h", |
| 208 "infobars/infobar_picker_view_controller.mm", |
| 205 "infobars/infobar_utils.h", | 209 "infobars/infobar_utils.h", |
| 206 "infobars/infobar_utils.mm", | 210 "infobars/infobar_utils.mm", |
| 207 "install_time_util.h", | 211 "install_time_util.h", |
| 208 "install_time_util.mm", | 212 "install_time_util.mm", |
| 209 "installation_notifier.h", | 213 "installation_notifier.h", |
| 210 "installation_notifier.mm", | 214 "installation_notifier.mm", |
| 211 "interstitials/ios_chrome_controller_client.h", | 215 "interstitials/ios_chrome_controller_client.h", |
| 212 "interstitials/ios_chrome_controller_client.mm", | 216 "interstitials/ios_chrome_controller_client.mm", |
| 213 "interstitials/ios_chrome_metrics_helper.h", | 217 "interstitials/ios_chrome_metrics_helper.h", |
| 214 "interstitials/ios_chrome_metrics_helper.mm", | 218 "interstitials/ios_chrome_metrics_helper.mm", |
| (...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 818 "//ios/public/provider/chrome/browser:test_support", | 822 "//ios/public/provider/chrome/browser:test_support", |
| 819 "//ios/web", | 823 "//ios/web", |
| 820 "//net:test_support", | 824 "//net:test_support", |
| 821 "//sync", | 825 "//sync", |
| 822 "//testing/gmock", | 826 "//testing/gmock", |
| 823 "//testing/gtest", | 827 "//testing/gtest", |
| 824 "//ui/base", | 828 "//ui/base", |
| 825 "//url", | 829 "//url", |
| 826 ] | 830 ] |
| 827 } | 831 } |
| OLD | NEW |