| 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 28 matching lines...) Expand all Loading... |
| 39 "experimental_flags.h", | 39 "experimental_flags.h", |
| 40 "experimental_flags.mm", | 40 "experimental_flags.mm", |
| 41 "file_metadata_util.h", | 41 "file_metadata_util.h", |
| 42 "file_metadata_util.mm", | 42 "file_metadata_util.mm", |
| 43 "install_time_util.h", | 43 "install_time_util.h", |
| 44 "install_time_util.mm", | 44 "install_time_util.mm", |
| 45 "installation_notifier.h", | 45 "installation_notifier.h", |
| 46 "installation_notifier.mm", | 46 "installation_notifier.mm", |
| 47 "ios_chrome_field_trials.cc", | 47 "ios_chrome_field_trials.cc", |
| 48 "ios_chrome_field_trials.h", | 48 "ios_chrome_field_trials.h", |
| 49 "ios_chrome_flag_descriptions.cc", |
| 50 "ios_chrome_flag_descriptions.h", |
| 49 "ios_chrome_io_thread.h", | 51 "ios_chrome_io_thread.h", |
| 50 "ios_chrome_io_thread.mm", | 52 "ios_chrome_io_thread.mm", |
| 51 "notification_promo.cc", | 53 "notification_promo.cc", |
| 52 "notification_promo.h", | 54 "notification_promo.h", |
| 53 "open_url_util.h", | 55 "open_url_util.h", |
| 54 "open_url_util.mm", | 56 "open_url_util.mm", |
| 55 "pref_names.cc", | 57 "pref_names.cc", |
| 56 "pref_names.h", | 58 "pref_names.h", |
| 57 "procedural_block_types.h", | 59 "procedural_block_types.h", |
| 58 "root_coordinator.h", | 60 "root_coordinator.h", |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 | 223 |
| 222 source_set("browser_internal") { | 224 source_set("browser_internal") { |
| 223 sources = [ | 225 sources = [ |
| 224 "callback_counter.h", | 226 "callback_counter.h", |
| 225 "callback_counter.mm", | 227 "callback_counter.mm", |
| 226 ] | 228 ] |
| 227 deps = [ | 229 deps = [ |
| 228 "//base", | 230 "//base", |
| 229 ] | 231 ] |
| 230 } | 232 } |
| OLD | NEW |