| 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 | 10 |
| (...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 600 "extension_management_constants.cc", | 600 "extension_management_constants.cc", |
| 601 "extension_management_constants.h", | 601 "extension_management_constants.h", |
| 602 "extension_management_internal.cc", | 602 "extension_management_internal.cc", |
| 603 "extension_management_internal.h", | 603 "extension_management_internal.h", |
| 604 "extension_message_bubble_controller.cc", | 604 "extension_message_bubble_controller.cc", |
| 605 "extension_message_bubble_controller.h", | 605 "extension_message_bubble_controller.h", |
| 606 "extension_migrator.cc", | 606 "extension_migrator.cc", |
| 607 "extension_migrator.h", | 607 "extension_migrator.h", |
| 608 "extension_reenabler.cc", | 608 "extension_reenabler.cc", |
| 609 "extension_reenabler.h", | 609 "extension_reenabler.h", |
| 610 "extension_resource_protocols.cc", | |
| 611 "extension_resource_protocols.h", | |
| 612 "extension_service.cc", | 610 "extension_service.cc", |
| 613 "extension_service.h", | 611 "extension_service.h", |
| 614 "extension_special_storage_policy.cc", | 612 "extension_special_storage_policy.cc", |
| 615 "extension_special_storage_policy.h", | 613 "extension_special_storage_policy.h", |
| 616 "extension_storage_monitor.cc", | 614 "extension_storage_monitor.cc", |
| 617 "extension_storage_monitor.h", | 615 "extension_storage_monitor.h", |
| 618 "extension_storage_monitor_factory.cc", | 616 "extension_storage_monitor_factory.cc", |
| 619 "extension_storage_monitor_factory.h", | 617 "extension_storage_monitor_factory.h", |
| 620 "extension_sync_data.cc", | 618 "extension_sync_data.cc", |
| 621 "extension_sync_data.h", | 619 "extension_sync_data.h", |
| (...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1180 "api/braille_display_private/brlapi_connection.cc", | 1178 "api/braille_display_private/brlapi_connection.cc", |
| 1181 "api/braille_display_private/brlapi_connection.h", | 1179 "api/braille_display_private/brlapi_connection.h", |
| 1182 "api/braille_display_private/brlapi_keycode_map.cc", | 1180 "api/braille_display_private/brlapi_keycode_map.cc", |
| 1183 "api/braille_display_private/brlapi_keycode_map.h", | 1181 "api/braille_display_private/brlapi_keycode_map.h", |
| 1184 ] | 1182 ] |
| 1185 deps += [ "//build/linux/libbrlapi" ] | 1183 deps += [ "//build/linux/libbrlapi" ] |
| 1186 } else { | 1184 } else { |
| 1187 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1185 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
| 1188 } | 1186 } |
| 1189 } | 1187 } |
| OLD | NEW |