| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 "api/feedback_private/feedback_private_api.cc", | 211 "api/feedback_private/feedback_private_api.cc", |
| 212 "api/feedback_private/feedback_private_api.h", | 212 "api/feedback_private/feedback_private_api.h", |
| 213 "api/feedback_private/feedback_service.cc", | 213 "api/feedback_private/feedback_service.cc", |
| 214 "api/feedback_private/feedback_service.h", | 214 "api/feedback_private/feedback_service.h", |
| 215 "api/file_handlers/app_file_handler_util.cc", | 215 "api/file_handlers/app_file_handler_util.cc", |
| 216 "api/file_handlers/app_file_handler_util.h", | 216 "api/file_handlers/app_file_handler_util.h", |
| 217 "api/file_handlers/directory_util.cc", | 217 "api/file_handlers/directory_util.cc", |
| 218 "api/file_handlers/directory_util.h", | 218 "api/file_handlers/directory_util.h", |
| 219 "api/file_handlers/mime_util.cc", | 219 "api/file_handlers/mime_util.cc", |
| 220 "api/file_handlers/mime_util.h", | 220 "api/file_handlers/mime_util.h", |
| 221 "api/file_handlers/non_native_file_system_delegate_chromeos.cc", |
| 222 "api/file_handlers/non_native_file_system_delegate_chromeos.h", |
| 221 "api/file_system/file_system_api.cc", | 223 "api/file_system/file_system_api.cc", |
| 222 "api/file_system/file_system_api.h", | 224 "api/file_system/file_system_api.h", |
| 223 "api/font_settings/font_settings_api.cc", | 225 "api/font_settings/font_settings_api.cc", |
| 224 "api/font_settings/font_settings_api.h", | 226 "api/font_settings/font_settings_api.h", |
| 225 "api/gcm/gcm_api.cc", | 227 "api/gcm/gcm_api.cc", |
| 226 "api/gcm/gcm_api.h", | 228 "api/gcm/gcm_api.h", |
| 227 "api/history/history_api.cc", | 229 "api/history/history_api.cc", |
| 228 "api/history/history_api.h", | 230 "api/history/history_api.h", |
| 229 "api/hotword_private/hotword_private_api.cc", | 231 "api/hotword_private/hotword_private_api.cc", |
| 230 "api/hotword_private/hotword_private_api.h", | 232 "api/hotword_private/hotword_private_api.h", |
| (...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1196 "api/braille_display_private/brlapi_connection.cc", | 1198 "api/braille_display_private/brlapi_connection.cc", |
| 1197 "api/braille_display_private/brlapi_connection.h", | 1199 "api/braille_display_private/brlapi_connection.h", |
| 1198 "api/braille_display_private/brlapi_keycode_map.cc", | 1200 "api/braille_display_private/brlapi_keycode_map.cc", |
| 1199 "api/braille_display_private/brlapi_keycode_map.h", | 1201 "api/braille_display_private/brlapi_keycode_map.h", |
| 1200 ] | 1202 ] |
| 1201 deps += [ "//build/linux/libbrlapi" ] | 1203 deps += [ "//build/linux/libbrlapi" ] |
| 1202 } else { | 1204 } else { |
| 1203 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1205 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
| 1204 } | 1206 } |
| 1205 } | 1207 } |
| OLD | NEW |