| 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("//rlz/features/features.gni") | 10 import("//rlz/features/features.gni") |
| (...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 976 "api/terminal/terminal_extension_helper.h", | 976 "api/terminal/terminal_extension_helper.h", |
| 977 "api/terminal/terminal_private_api.cc", | 977 "api/terminal/terminal_private_api.cc", |
| 978 "api/terminal/terminal_private_api.h", | 978 "api/terminal/terminal_private_api.h", |
| 979 "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.cc", | 979 "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.cc", |
| 980 "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.h", | 980 "api/virtual_keyboard_private/chrome_virtual_keyboard_delegate.h", |
| 981 "api/vpn_provider/vpn_service_factory.cc", | 981 "api/vpn_provider/vpn_service_factory.cc", |
| 982 "api/webstore_widget_private/app_installer.cc", | 982 "api/webstore_widget_private/app_installer.cc", |
| 983 "api/webstore_widget_private/app_installer.h", | 983 "api/webstore_widget_private/app_installer.h", |
| 984 "api/webstore_widget_private/webstore_widget_private_api.cc", | 984 "api/webstore_widget_private/webstore_widget_private_api.cc", |
| 985 "api/webstore_widget_private/webstore_widget_private_api.h", | 985 "api/webstore_widget_private/webstore_widget_private_api.h", |
| 986 "permissions_updater_delegate_chromeos.cc", |
| 987 "permissions_updater_delegate_chromeos.h", |
| 986 "updater/chromeos_extension_cache_delegate.cc", | 988 "updater/chromeos_extension_cache_delegate.cc", |
| 987 "updater/chromeos_extension_cache_delegate.h", | 989 "updater/chromeos_extension_cache_delegate.h", |
| 988 "updater/extension_cache_delegate.cc", | 990 "updater/extension_cache_delegate.cc", |
| 989 "updater/extension_cache_delegate.h", | 991 "updater/extension_cache_delegate.h", |
| 990 "updater/extension_cache_impl.cc", | 992 "updater/extension_cache_impl.cc", |
| 991 "updater/extension_cache_impl.h", | 993 "updater/extension_cache_impl.h", |
| 992 "updater/local_extension_cache.cc", | 994 "updater/local_extension_cache.cc", |
| 993 "updater/local_extension_cache.h", | 995 "updater/local_extension_cache.h", |
| 994 ] | 996 ] |
| 995 | 997 |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1188 "api/braille_display_private/brlapi_connection.cc", | 1190 "api/braille_display_private/brlapi_connection.cc", |
| 1189 "api/braille_display_private/brlapi_connection.h", | 1191 "api/braille_display_private/brlapi_connection.h", |
| 1190 "api/braille_display_private/brlapi_keycode_map.cc", | 1192 "api/braille_display_private/brlapi_keycode_map.cc", |
| 1191 "api/braille_display_private/brlapi_keycode_map.h", | 1193 "api/braille_display_private/brlapi_keycode_map.h", |
| 1192 ] | 1194 ] |
| 1193 deps += [ "//build/linux/libbrlapi" ] | 1195 deps += [ "//build/linux/libbrlapi" ] |
| 1194 } else { | 1196 } else { |
| 1195 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1197 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
| 1196 } | 1198 } |
| 1197 } | 1199 } |
| OLD | NEW |