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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//chrome/common/features.gni") | 7 import("//chrome/common/features.gni") |
8 import("//extensions/features/features.gni") | 8 import("//extensions/features/features.gni") |
9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 "api/settings_private/settings_private_event_router_factory.cc", | 367 "api/settings_private/settings_private_event_router_factory.cc", |
368 "api/settings_private/settings_private_event_router_factory.h", | 368 "api/settings_private/settings_private_event_router_factory.h", |
369 "api/signed_in_devices/id_mapping_helper.cc", | 369 "api/signed_in_devices/id_mapping_helper.cc", |
370 "api/signed_in_devices/id_mapping_helper.h", | 370 "api/signed_in_devices/id_mapping_helper.h", |
371 "api/signed_in_devices/signed_in_devices_api.cc", | 371 "api/signed_in_devices/signed_in_devices_api.cc", |
372 "api/signed_in_devices/signed_in_devices_api.h", | 372 "api/signed_in_devices/signed_in_devices_api.h", |
373 "api/signed_in_devices/signed_in_devices_manager.cc", | 373 "api/signed_in_devices/signed_in_devices_manager.cc", |
374 "api/signed_in_devices/signed_in_devices_manager.h", | 374 "api/signed_in_devices/signed_in_devices_manager.h", |
375 "api/spellcheck/spellcheck_api.cc", | 375 "api/spellcheck/spellcheck_api.cc", |
376 "api/spellcheck/spellcheck_api.h", | 376 "api/spellcheck/spellcheck_api.h", |
| 377 "api/storage/backend_task_runner.cc", |
| 378 "api/storage/backend_task_runner.h", |
377 "api/storage/managed_value_store_cache.cc", | 379 "api/storage/managed_value_store_cache.cc", |
378 "api/storage/managed_value_store_cache.h", | 380 "api/storage/managed_value_store_cache.h", |
379 "api/storage/policy_value_store.cc", | 381 "api/storage/policy_value_store.cc", |
380 "api/storage/policy_value_store.h", | 382 "api/storage/policy_value_store.h", |
381 "api/storage/setting_sync_data.cc", | 383 "api/storage/setting_sync_data.cc", |
382 "api/storage/setting_sync_data.h", | 384 "api/storage/setting_sync_data.h", |
383 "api/storage/settings_sync_processor.cc", | 385 "api/storage/settings_sync_processor.cc", |
384 "api/storage/settings_sync_processor.h", | 386 "api/storage/settings_sync_processor.h", |
385 "api/storage/settings_sync_util.cc", | 387 "api/storage/settings_sync_util.cc", |
386 "api/storage/settings_sync_util.h", | 388 "api/storage/settings_sync_util.h", |
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1171 "api/braille_display_private/brlapi_connection.cc", | 1173 "api/braille_display_private/brlapi_connection.cc", |
1172 "api/braille_display_private/brlapi_connection.h", | 1174 "api/braille_display_private/brlapi_connection.h", |
1173 "api/braille_display_private/brlapi_keycode_map.cc", | 1175 "api/braille_display_private/brlapi_keycode_map.cc", |
1174 "api/braille_display_private/brlapi_keycode_map.h", | 1176 "api/braille_display_private/brlapi_keycode_map.h", |
1175 ] | 1177 ] |
1176 deps += [ "//build/linux/libbrlapi" ] | 1178 deps += [ "//build/linux/libbrlapi" ] |
1177 } else { | 1179 } else { |
1178 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1180 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
1179 } | 1181 } |
1180 } | 1182 } |
OLD | NEW |