| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 "browser_state/chrome_browser_state_manager_impl.h", | 84 "browser_state/chrome_browser_state_manager_impl.h", |
| 85 "browser_state/chrome_browser_state_removal_controller.h", | 85 "browser_state/chrome_browser_state_removal_controller.h", |
| 86 "browser_state/chrome_browser_state_removal_controller.mm", | 86 "browser_state/chrome_browser_state_removal_controller.mm", |
| 87 "browser_state/off_the_record_chrome_browser_state_impl.cc", | 87 "browser_state/off_the_record_chrome_browser_state_impl.cc", |
| 88 "browser_state/off_the_record_chrome_browser_state_impl.h", | 88 "browser_state/off_the_record_chrome_browser_state_impl.h", |
| 89 "browser_state/off_the_record_chrome_browser_state_io_data.h", | 89 "browser_state/off_the_record_chrome_browser_state_io_data.h", |
| 90 "browser_state/off_the_record_chrome_browser_state_io_data.mm", | 90 "browser_state/off_the_record_chrome_browser_state_io_data.mm", |
| 91 "browser_state_metrics/browser_state_metrics.cc", | 91 "browser_state_metrics/browser_state_metrics.cc", |
| 92 "browser_state_metrics/browser_state_metrics.h", | 92 "browser_state_metrics/browser_state_metrics.h", |
| 93 "browsing_data/browsing_data_change_listening.h", | 93 "browsing_data/browsing_data_change_listening.h", |
| 94 "browsing_data/browsing_data_counter_wrapper.cc", |
| 95 "browsing_data/browsing_data_counter_wrapper.h", |
| 94 "browsing_data/browsing_data_remover_helper.cc", | 96 "browsing_data/browsing_data_remover_helper.cc", |
| 95 "browsing_data/browsing_data_remover_helper.h", | 97 "browsing_data/browsing_data_remover_helper.h", |
| 98 "browsing_data/ios_browsing_data_counter_factory.cc", |
| 99 "browsing_data/ios_browsing_data_counter_factory.h", |
| 96 "browsing_data/ios_chrome_browsing_data_remover.h", | 100 "browsing_data/ios_chrome_browsing_data_remover.h", |
| 97 "browsing_data/ios_chrome_browsing_data_remover.mm", | 101 "browsing_data/ios_chrome_browsing_data_remover.mm", |
| 98 "chrome_constants.cc", | 102 "chrome_constants.cc", |
| 99 "chrome_constants.h", | 103 "chrome_constants.h", |
| 100 "chrome_coordinator.h", | 104 "chrome_coordinator.h", |
| 101 "chrome_coordinator.mm", | 105 "chrome_coordinator.mm", |
| 102 "chrome_paths.h", | 106 "chrome_paths.h", |
| 103 "chrome_paths.mm", | 107 "chrome_paths.mm", |
| 104 "chrome_paths_internal.h", | 108 "chrome_paths_internal.h", |
| 105 "chrome_switches.cc", | 109 "chrome_switches.cc", |
| (...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 851 "//ios/public/provider/chrome/browser", | 855 "//ios/public/provider/chrome/browser", |
| 852 "//ios/public/provider/chrome/browser:test_support", | 856 "//ios/public/provider/chrome/browser:test_support", |
| 853 "//ios/web", | 857 "//ios/web", |
| 854 "//net:test_support", | 858 "//net:test_support", |
| 855 "//testing/gmock", | 859 "//testing/gmock", |
| 856 "//testing/gtest", | 860 "//testing/gtest", |
| 857 "//ui/base", | 861 "//ui/base", |
| 858 "//url", | 862 "//url", |
| 859 ] | 863 ] |
| 860 } | 864 } |
| OLD | NEW |