| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//third_party/protobuf/proto_library.gni") | 9 import("//third_party/protobuf/proto_library.gni") |
| 10 | 10 |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 #"app_shim" TODO(GYP) | 342 #"app_shim" TODO(GYP) |
| 343 #"browser_app_shim" TODO(GYP) | 343 #"browser_app_shim" TODO(GYP) |
| 344 ] | 344 ] |
| 345 } | 345 } |
| 346 if (enable_extensions) { | 346 if (enable_extensions) { |
| 347 public_deps += [ "//chrome/browser/extensions" ] | 347 public_deps += [ "//chrome/browser/extensions" ] |
| 348 deps += [ | 348 deps += [ |
| 349 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr
oto", | 349 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr
oto", |
| 350 "//chrome/common/extensions/api", | 350 "//chrome/common/extensions/api", |
| 351 "//chrome/common/extensions/api:api_registration", | 351 "//chrome/common/extensions/api:api_registration", |
| 352 "//components/drive:drive", |
| 352 "//components/proximity_auth/ble", | 353 "//components/proximity_auth/ble", |
| 353 "//components/proximity_auth/cryptauth", | 354 "//components/proximity_auth/cryptauth", |
| 354 "//extensions/components/javascript_dialog_extensions_client", | 355 "//extensions/components/javascript_dialog_extensions_client", |
| 355 "//media/cast:net", | 356 "//media/cast:net", |
| 356 ] | 357 ] |
| 357 sources += rebase_path(gypi_values.chrome_browser_extensions_sources, | 358 sources += rebase_path(gypi_values.chrome_browser_extensions_sources, |
| 358 ".", | 359 ".", |
| 359 "//chrome") | 360 "//chrome") |
| 360 } | 361 } |
| 361 if (enable_background) { | 362 if (enable_background) { |
| (...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1121 | 1122 |
| 1122 if (safe_browsing_mode == 1) { | 1123 if (safe_browsing_mode == 1) { |
| 1123 sources += [ | 1124 sources += [ |
| 1124 "extensions/fake_safe_browsing_database_manager.cc", | 1125 "extensions/fake_safe_browsing_database_manager.cc", |
| 1125 "extensions/fake_safe_browsing_database_manager.h", | 1126 "extensions/fake_safe_browsing_database_manager.h", |
| 1126 ] | 1127 ] |
| 1127 } | 1128 } |
| 1128 | 1129 |
| 1129 if (enable_extensions) { | 1130 if (enable_extensions) { |
| 1130 sources += [ | 1131 sources += [ |
| 1131 "drive/dummy_drive_service.cc", | |
| 1132 "drive/dummy_drive_service.h", | |
| 1133 "drive/fake_drive_service.cc", | |
| 1134 "drive/fake_drive_service.h", | |
| 1135 "drive/test_util.cc", | |
| 1136 "drive/test_util.h", | |
| 1137 "extensions/api/messaging/native_messaging_test_util.cc", | 1132 "extensions/api/messaging/native_messaging_test_util.cc", |
| 1138 "extensions/api/messaging/native_messaging_test_util.h", | 1133 "extensions/api/messaging/native_messaging_test_util.h", |
| 1139 "extensions/extension_notification_observer.cc", | 1134 "extensions/extension_notification_observer.cc", |
| 1140 "extensions/extension_notification_observer.h", | 1135 "extensions/extension_notification_observer.h", |
| 1141 "extensions/mock_extension_special_storage_policy.cc", | 1136 "extensions/mock_extension_special_storage_policy.cc", |
| 1142 "extensions/mock_extension_special_storage_policy.h", | 1137 "extensions/mock_extension_special_storage_policy.h", |
| 1143 "extensions/test_blacklist.cc", | 1138 "extensions/test_blacklist.cc", |
| 1144 "extensions/test_blacklist.h", | 1139 "extensions/test_blacklist.h", |
| 1145 "extensions/test_blacklist_state_fetcher.cc", | 1140 "extensions/test_blacklist_state_fetcher.cc", |
| 1146 "extensions/test_blacklist_state_fetcher.h", | 1141 "extensions/test_blacklist_state_fetcher.h", |
| 1147 "extensions/test_extension_dir.cc", | 1142 "extensions/test_extension_dir.cc", |
| 1148 "extensions/test_extension_dir.h", | 1143 "extensions/test_extension_dir.h", |
| 1149 "extensions/test_extension_environment.cc", | 1144 "extensions/test_extension_environment.cc", |
| 1150 "extensions/test_extension_environment.h", | 1145 "extensions/test_extension_environment.h", |
| 1151 "extensions/test_extension_prefs.cc", | 1146 "extensions/test_extension_prefs.cc", |
| 1152 "extensions/test_extension_prefs.h", | 1147 "extensions/test_extension_prefs.h", |
| 1153 "extensions/test_extension_service.cc", | 1148 "extensions/test_extension_service.cc", |
| 1154 "extensions/test_extension_service.h", | 1149 "extensions/test_extension_service.h", |
| 1155 "extensions/test_extension_system.cc", | 1150 "extensions/test_extension_system.cc", |
| 1156 "extensions/test_extension_system.h", | 1151 "extensions/test_extension_system.h", |
| 1157 "media_galleries/media_galleries_test_util.cc", | 1152 "media_galleries/media_galleries_test_util.cc", |
| 1158 "media_galleries/media_galleries_test_util.h", | 1153 "media_galleries/media_galleries_test_util.h", |
| 1159 ] | 1154 ] |
| 1160 deps += [ "//components/storage_monitor:test_support" ] | 1155 deps += [ |
| 1156 "//components/drive:test_support", |
| 1157 "//components/storage_monitor:test_support", |
| 1158 ] |
| 1161 } | 1159 } |
| 1162 | 1160 |
| 1163 if (enable_mdns) { | 1161 if (enable_mdns) { |
| 1164 sources += [ | 1162 sources += [ |
| 1165 "local_discovery/test_service_discovery_client.cc", | 1163 "local_discovery/test_service_discovery_client.cc", |
| 1166 "local_discovery/test_service_discovery_client.h", | 1164 "local_discovery/test_service_discovery_client.h", |
| 1167 ] | 1165 ] |
| 1168 } | 1166 } |
| 1169 | 1167 |
| 1170 if (enable_app_list) { | 1168 if (enable_app_list) { |
| 1171 sources += [ | 1169 sources += [ |
| 1172 "ui/app_list/test/chrome_app_list_test_support.cc", | 1170 "ui/app_list/test/chrome_app_list_test_support.cc", |
| 1173 "ui/app_list/test/chrome_app_list_test_support.h", | 1171 "ui/app_list/test/chrome_app_list_test_support.h", |
| 1174 "ui/app_list/test/test_app_list_controller_delegate.cc", | 1172 "ui/app_list/test/test_app_list_controller_delegate.cc", |
| 1175 "ui/app_list/test/test_app_list_controller_delegate.h", | 1173 "ui/app_list/test/test_app_list_controller_delegate.h", |
| 1176 ] | 1174 ] |
| 1177 } | 1175 } |
| 1178 | 1176 |
| 1179 if (enable_wifi_bootstrapping) { | 1177 if (enable_wifi_bootstrapping) { |
| 1180 sources += [ | 1178 sources += [ |
| 1181 "local_discovery/wifi/mock_wifi_manager.cc", | 1179 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1182 "local_discovery/wifi/mock_wifi_manager.h", | 1180 "local_discovery/wifi/mock_wifi_manager.h", |
| 1183 ] | 1181 ] |
| 1184 } | 1182 } |
| 1185 } | 1183 } |
| OLD | NEW |