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/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 | 7 |
8 # GYP version: extensions/extensions.gyp:extensions_browser | 8 # GYP version: extensions/extensions.gyp:extensions_browser |
9 source_set("browser") { | 9 source_set("browser") { |
10 sources = [ | 10 sources = [ |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 "api/storage/settings_storage_quota_enforcer.cc", | 146 "api/storage/settings_storage_quota_enforcer.cc", |
147 "api/storage/settings_storage_quota_enforcer.h", | 147 "api/storage/settings_storage_quota_enforcer.h", |
148 "api/storage/storage_api.cc", | 148 "api/storage/storage_api.cc", |
149 "api/storage/storage_api.h", | 149 "api/storage/storage_api.h", |
150 "api/storage/storage_frontend.cc", | 150 "api/storage/storage_frontend.cc", |
151 "api/storage/storage_frontend.h", | 151 "api/storage/storage_frontend.h", |
152 "api/storage/value_store_cache.cc", | 152 "api/storage/value_store_cache.cc", |
153 "api/storage/value_store_cache.h", | 153 "api/storage/value_store_cache.h", |
154 "api/storage/weak_unlimited_settings_storage.cc", | 154 "api/storage/weak_unlimited_settings_storage.cc", |
155 "api/storage/weak_unlimited_settings_storage.h", | 155 "api/storage/weak_unlimited_settings_storage.h", |
| 156 "api/system_cpu/cpu_info_provider.cc", |
| 157 "api/system_cpu/cpu_info_provider.h", |
| 158 "api/system_cpu/cpu_info_provider_linux.cc", |
| 159 "api/system_cpu/cpu_info_provider_mac.cc", |
| 160 "api/system_cpu/cpu_info_provider_win.cc", |
| 161 "api/system_cpu/system_cpu_api.cc", |
| 162 "api/system_cpu/system_cpu_api.h", |
| 163 "api/system_display/display_info_provider.cc", |
| 164 "api/system_display/display_info_provider.h", |
| 165 "api/system_display/system_display_api.cc", |
| 166 "api/system_display/system_display_api.h", |
| 167 "api/system_info/system_info_api.cc", |
| 168 "api/system_info/system_info_api.h", |
| 169 "api/system_info/system_info_provider.cc", |
| 170 "api/system_info/system_info_provider.h", |
| 171 "api/system_memory/memory_info_provider.cc", |
| 172 "api/system_memory/memory_info_provider.h", |
| 173 "api/system_memory/system_memory_api.cc", |
| 174 "api/system_memory/system_memory_api.h", |
| 175 "api/system_network/system_network_api.cc", |
| 176 "api/system_network/system_network_api.h", |
| 177 "api/system_storage/storage_info_provider.cc", |
| 178 "api/system_storage/storage_info_provider.h", |
| 179 "api/system_storage/system_storage_api.cc", |
| 180 "api/system_storage/system_storage_api.h", |
156 "api/test/test_api.cc", | 181 "api/test/test_api.cc", |
157 "api/test/test_api.h", | 182 "api/test/test_api.h", |
158 "api/usb/usb_api.cc", | 183 "api/usb/usb_api.cc", |
159 "api/usb/usb_api.h", | 184 "api/usb/usb_api.h", |
160 "api/usb/usb_device_resource.cc", | 185 "api/usb/usb_device_resource.cc", |
161 "api/usb/usb_device_resource.h", | 186 "api/usb/usb_device_resource.h", |
162 "api/usb_private/usb_private_api.cc", | 187 "api/usb_private/usb_private_api.cc", |
163 "api/usb_private/usb_private_api.h", | 188 "api/usb_private/usb_private_api.h", |
164 "api_activity_monitor.h", | 189 "api_activity_monitor.h", |
165 "app_sorting.h", | 190 "app_sorting.h", |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
344 "verified_contents.h", | 369 "verified_contents.h", |
345 "view_type_utils.cc", | 370 "view_type_utils.cc", |
346 "view_type_utils.h", | 371 "view_type_utils.h", |
347 "warning_service.cc", | 372 "warning_service.cc", |
348 "warning_service.h", | 373 "warning_service.h", |
349 "warning_set.cc", | 374 "warning_set.cc", |
350 "warning_set.h", | 375 "warning_set.h", |
351 ] | 376 ] |
352 | 377 |
353 deps += [ | 378 deps += [ |
| 379 "//components/storage_monitor", |
354 "//crypto:platform", | 380 "//crypto:platform", |
355 "//device/bluetooth", | 381 "//device/bluetooth", |
356 "//device/hid", | 382 "//device/hid", |
357 "//device/serial", | 383 "//device/serial", |
358 "//device/usb", | 384 "//device/usb", |
359 "//extensions/browser/api/cast_channel:cast_channel_proto", | 385 "//extensions/browser/api/cast_channel:cast_channel_proto", |
360 ] | 386 ] |
361 | 387 |
362 if (use_openssl) { | 388 if (use_openssl) { |
363 sources += [ | 389 sources += [ |
364 "api/cast_channel/cast_auth_util_openssl.cc", | 390 "api/cast_channel/cast_auth_util_openssl.cc", |
365 ] | 391 ] |
366 } else { | 392 } else { |
367 sources += [ | 393 sources += [ |
368 "api/cast_channel/cast_auth_util_nss.cc", | 394 "api/cast_channel/cast_auth_util_nss.cc", |
369 ] | 395 ] |
370 } | 396 } |
371 } | 397 } |
372 | 398 |
373 if (is_win) { | 399 if (is_win) { |
374 cflags = [ | 400 cflags = [ |
375 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 401 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
376 ] | 402 ] |
377 } | 403 } |
378 } | 404 } |
OLD | NEW |