| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ios/rules.gni") | 7 import("//build/config/ios/rules.gni") |
| 8 import("//rlz/features/features.gni") | 8 import("//rlz/features/features.gni") |
| 9 import("//third_party/protobuf/proto_library.gni") | 9 import("//third_party/protobuf/proto_library.gni") |
| 10 | 10 |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 "ios_chrome_io_thread.mm", | 50 "ios_chrome_io_thread.mm", |
| 51 "notification_promo.cc", | 51 "notification_promo.cc", |
| 52 "notification_promo.h", | 52 "notification_promo.h", |
| 53 "open_url_util.h", | 53 "open_url_util.h", |
| 54 "open_url_util.mm", | 54 "open_url_util.mm", |
| 55 "pref_names.cc", | 55 "pref_names.cc", |
| 56 "pref_names.h", | 56 "pref_names.h", |
| 57 "procedural_block_types.h", | 57 "procedural_block_types.h", |
| 58 "root_coordinator.h", | 58 "root_coordinator.h", |
| 59 "root_coordinator.mm", | 59 "root_coordinator.mm", |
| 60 "storekit_launcher.h", | |
| 61 "tab_parenting_global_observer.cc", | 60 "tab_parenting_global_observer.cc", |
| 62 "tab_parenting_global_observer.h", | 61 "tab_parenting_global_observer.h", |
| 63 "web_data_service_factory.cc", | 62 "web_data_service_factory.cc", |
| 64 "web_data_service_factory.h", | 63 "web_data_service_factory.h", |
| 65 "xcallback_parameters.h", | 64 "xcallback_parameters.h", |
| 66 "xcallback_parameters.mm", | 65 "xcallback_parameters.mm", |
| 67 ] | 66 ] |
| 68 deps = [ | 67 deps = [ |
| 69 ":settings_resources", | 68 ":settings_resources", |
| 70 "//base", | 69 "//base", |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 | 222 |
| 224 source_set("browser_internal") { | 223 source_set("browser_internal") { |
| 225 sources = [ | 224 sources = [ |
| 226 "callback_counter.h", | 225 "callback_counter.h", |
| 227 "callback_counter.mm", | 226 "callback_counter.mm", |
| 228 ] | 227 ] |
| 229 deps = [ | 228 deps = [ |
| 230 "//base", | 229 "//base", |
| 231 ] | 230 ] |
| 232 } | 231 } |
| OLD | NEW |