| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 "notification_promo.h", | 67 "notification_promo.h", |
| 68 "open_url_util.h", | 68 "open_url_util.h", |
| 69 "open_url_util.mm", | 69 "open_url_util.mm", |
| 70 "pref_names.cc", | 70 "pref_names.cc", |
| 71 "pref_names.h", | 71 "pref_names.h", |
| 72 "procedural_block_types.h", | 72 "procedural_block_types.h", |
| 73 "tab_parenting_global_observer.cc", | 73 "tab_parenting_global_observer.cc", |
| 74 "tab_parenting_global_observer.h", | 74 "tab_parenting_global_observer.h", |
| 75 "web_data_service_factory.cc", | 75 "web_data_service_factory.cc", |
| 76 "web_data_service_factory.h", | 76 "web_data_service_factory.h", |
| 77 "xcallback_parameters.h", | |
| 78 "xcallback_parameters.mm", | |
| 79 ] | 77 ] |
| 80 | 78 |
| 81 deps = [ | 79 deps = [ |
| 82 ":settings_resources", | 80 ":settings_resources", |
| 83 "//base", | 81 "//base", |
| 84 "//components/autofill/core/browser", | 82 "//components/autofill/core/browser", |
| 85 "//components/autofill/core/common", | 83 "//components/autofill/core/common", |
| 86 "//components/dom_distiller/core", | 84 "//components/dom_distiller/core", |
| 87 "//components/flags_ui", | 85 "//components/flags_ui", |
| 88 "//components/flags_ui:switches", | 86 "//components/flags_ui:switches", |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 source_set("browser_internal") { | 238 source_set("browser_internal") { |
| 241 configs += [ "//build/config/compiler:enable_arc" ] | 239 configs += [ "//build/config/compiler:enable_arc" ] |
| 242 sources = [ | 240 sources = [ |
| 243 "callback_counter.h", | 241 "callback_counter.h", |
| 244 "callback_counter.mm", | 242 "callback_counter.mm", |
| 245 ] | 243 ] |
| 246 deps = [ | 244 deps = [ |
| 247 "//base", | 245 "//base", |
| 248 ] | 246 ] |
| 249 } | 247 } |
| OLD | NEW |