| 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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 #"app_shim" TODO(GYP) | 346 #"app_shim" TODO(GYP) |
| 347 #"browser_app_shim" TODO(GYP) | 347 #"browser_app_shim" TODO(GYP) |
| 348 ] | 348 ] |
| 349 } | 349 } |
| 350 if (enable_extensions) { | 350 if (enable_extensions) { |
| 351 public_deps += [ "//chrome/browser/extensions" ] | 351 public_deps += [ "//chrome/browser/extensions" ] |
| 352 deps += [ | 352 deps += [ |
| 353 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr
oto", | 353 "//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_pr
oto", |
| 354 "//chrome/common/extensions/api", | 354 "//chrome/common/extensions/api", |
| 355 "//chrome/common/extensions/api:api_registration", | 355 "//chrome/common/extensions/api:api_registration", |
| 356 "//components/drive:drive", |
| 356 "//components/proximity_auth/ble", | 357 "//components/proximity_auth/ble", |
| 357 "//components/proximity_auth/cryptauth", | 358 "//components/proximity_auth/cryptauth", |
| 358 "//extensions/components/javascript_dialog_extensions_client", | 359 "//extensions/components/javascript_dialog_extensions_client", |
| 359 "//media/cast:net", | 360 "//media/cast:net", |
| 360 ] | 361 ] |
| 361 sources += rebase_path(gypi_values.chrome_browser_extensions_sources, | 362 sources += rebase_path(gypi_values.chrome_browser_extensions_sources, |
| 362 ".", | 363 ".", |
| 363 "//chrome") | 364 "//chrome") |
| 364 } | 365 } |
| 365 if (enable_background) { | 366 if (enable_background) { |
| (...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1140 | 1141 |
| 1141 if (safe_browsing_mode == 1) { | 1142 if (safe_browsing_mode == 1) { |
| 1142 sources += [ | 1143 sources += [ |
| 1143 "extensions/fake_safe_browsing_database_manager.cc", | 1144 "extensions/fake_safe_browsing_database_manager.cc", |
| 1144 "extensions/fake_safe_browsing_database_manager.h", | 1145 "extensions/fake_safe_browsing_database_manager.h", |
| 1145 ] | 1146 ] |
| 1146 } | 1147 } |
| 1147 | 1148 |
| 1148 if (enable_extensions) { | 1149 if (enable_extensions) { |
| 1149 sources += [ | 1150 sources += [ |
| 1150 "drive/dummy_drive_service.cc", | |
| 1151 "drive/dummy_drive_service.h", | |
| 1152 "drive/fake_drive_service.cc", | |
| 1153 "drive/fake_drive_service.h", | |
| 1154 "drive/test_util.cc", | |
| 1155 "drive/test_util.h", | |
| 1156 "extensions/api/messaging/native_messaging_test_util.cc", | 1151 "extensions/api/messaging/native_messaging_test_util.cc", |
| 1157 "extensions/api/messaging/native_messaging_test_util.h", | 1152 "extensions/api/messaging/native_messaging_test_util.h", |
| 1158 "extensions/extension_notification_observer.cc", | 1153 "extensions/extension_notification_observer.cc", |
| 1159 "extensions/extension_notification_observer.h", | 1154 "extensions/extension_notification_observer.h", |
| 1160 "extensions/mock_extension_special_storage_policy.cc", | 1155 "extensions/mock_extension_special_storage_policy.cc", |
| 1161 "extensions/mock_extension_special_storage_policy.h", | 1156 "extensions/mock_extension_special_storage_policy.h", |
| 1162 "extensions/test_blacklist.cc", | 1157 "extensions/test_blacklist.cc", |
| 1163 "extensions/test_blacklist.h", | 1158 "extensions/test_blacklist.h", |
| 1164 "extensions/test_blacklist_state_fetcher.cc", | 1159 "extensions/test_blacklist_state_fetcher.cc", |
| 1165 "extensions/test_blacklist_state_fetcher.h", | 1160 "extensions/test_blacklist_state_fetcher.h", |
| 1166 "extensions/test_extension_dir.cc", | 1161 "extensions/test_extension_dir.cc", |
| 1167 "extensions/test_extension_dir.h", | 1162 "extensions/test_extension_dir.h", |
| 1168 "extensions/test_extension_environment.cc", | 1163 "extensions/test_extension_environment.cc", |
| 1169 "extensions/test_extension_environment.h", | 1164 "extensions/test_extension_environment.h", |
| 1170 "extensions/test_extension_prefs.cc", | 1165 "extensions/test_extension_prefs.cc", |
| 1171 "extensions/test_extension_prefs.h", | 1166 "extensions/test_extension_prefs.h", |
| 1172 "extensions/test_extension_service.cc", | 1167 "extensions/test_extension_service.cc", |
| 1173 "extensions/test_extension_service.h", | 1168 "extensions/test_extension_service.h", |
| 1174 "extensions/test_extension_system.cc", | 1169 "extensions/test_extension_system.cc", |
| 1175 "extensions/test_extension_system.h", | 1170 "extensions/test_extension_system.h", |
| 1176 "media_galleries/media_galleries_test_util.cc", | 1171 "media_galleries/media_galleries_test_util.cc", |
| 1177 "media_galleries/media_galleries_test_util.h", | 1172 "media_galleries/media_galleries_test_util.h", |
| 1178 ] | 1173 ] |
| 1179 deps += [ "//components/storage_monitor:test_support" ] | 1174 deps += [ |
| 1175 "//components/drive:test_support", |
| 1176 "//components/storage_monitor:test_support", |
| 1177 ] |
| 1180 } | 1178 } |
| 1181 | 1179 |
| 1182 if (enable_mdns) { | 1180 if (enable_mdns) { |
| 1183 sources += [ | 1181 sources += [ |
| 1184 "local_discovery/test_service_discovery_client.cc", | 1182 "local_discovery/test_service_discovery_client.cc", |
| 1185 "local_discovery/test_service_discovery_client.h", | 1183 "local_discovery/test_service_discovery_client.h", |
| 1186 ] | 1184 ] |
| 1187 } | 1185 } |
| 1188 | 1186 |
| 1189 if (enable_app_list) { | 1187 if (enable_app_list) { |
| (...skipping 19 matching lines...) Expand all Loading... |
| 1209 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1207 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1210 deps = [ | 1208 deps = [ |
| 1211 "//components/google/core/browser", | 1209 "//components/google/core/browser", |
| 1212 "//components/omnibox/browser", | 1210 "//components/omnibox/browser", |
| 1213 "//components/rlz", | 1211 "//components/rlz", |
| 1214 "//components/search_engines", | 1212 "//components/search_engines", |
| 1215 "//rlz:rlz_lib", | 1213 "//rlz:rlz_lib", |
| 1216 ] | 1214 ] |
| 1217 } | 1215 } |
| 1218 } | 1216 } |
| OLD | NEW |