| 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 "api/experience_sampling_private/experience_sampling_private_api.cc", | 205 "api/experience_sampling_private/experience_sampling_private_api.cc", |
| 206 "api/experience_sampling_private/experience_sampling_private_api.h", | 206 "api/experience_sampling_private/experience_sampling_private_api.h", |
| 207 "api/extension_action/extension_action_api.cc", | 207 "api/extension_action/extension_action_api.cc", |
| 208 "api/extension_action/extension_action_api.h", | 208 "api/extension_action/extension_action_api.h", |
| 209 "api/extension_action/extension_page_actions_api_constants.cc", | 209 "api/extension_action/extension_page_actions_api_constants.cc", |
| 210 "api/extension_action/extension_page_actions_api_constants.h", | 210 "api/extension_action/extension_page_actions_api_constants.h", |
| 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", | |
| 216 "api/file_handlers/app_file_handler_util.h", | |
| 217 "api/file_handlers/directory_util.cc", | |
| 218 "api/file_handlers/directory_util.h", | |
| 219 "api/file_handlers/mime_util.cc", | |
| 220 "api/file_handlers/mime_util.h", | |
| 221 "api/file_handlers/non_native_file_system_delegate_chromeos.cc", | 215 "api/file_handlers/non_native_file_system_delegate_chromeos.cc", |
| 222 "api/file_handlers/non_native_file_system_delegate_chromeos.h", | 216 "api/file_handlers/non_native_file_system_delegate_chromeos.h", |
| 223 "api/file_system/file_system_api.cc", | 217 "api/file_system/file_system_api.cc", |
| 224 "api/file_system/file_system_api.h", | 218 "api/file_system/file_system_api.h", |
| 225 "api/font_settings/font_settings_api.cc", | 219 "api/font_settings/font_settings_api.cc", |
| 226 "api/font_settings/font_settings_api.h", | 220 "api/font_settings/font_settings_api.h", |
| 227 "api/gcm/gcm_api.cc", | 221 "api/gcm/gcm_api.cc", |
| 228 "api/gcm/gcm_api.h", | 222 "api/gcm/gcm_api.h", |
| 229 "api/history/history_api.cc", | 223 "api/history/history_api.cc", |
| 230 "api/history/history_api.h", | 224 "api/history/history_api.h", |
| (...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1198 "api/braille_display_private/brlapi_connection.cc", | 1192 "api/braille_display_private/brlapi_connection.cc", |
| 1199 "api/braille_display_private/brlapi_connection.h", | 1193 "api/braille_display_private/brlapi_connection.h", |
| 1200 "api/braille_display_private/brlapi_keycode_map.cc", | 1194 "api/braille_display_private/brlapi_keycode_map.cc", |
| 1201 "api/braille_display_private/brlapi_keycode_map.h", | 1195 "api/braille_display_private/brlapi_keycode_map.h", |
| 1202 ] | 1196 ] |
| 1203 deps += [ "//build/linux/libbrlapi" ] | 1197 deps += [ "//build/linux/libbrlapi" ] |
| 1204 } else { | 1198 } else { |
| 1205 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1199 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
| 1206 } | 1200 } |
| 1207 } | 1201 } |
| OLD | NEW |