| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 "api/identity/extension_token_key.cc", | 233 "api/identity/extension_token_key.cc", |
| 234 "api/identity/extension_token_key.h", | 234 "api/identity/extension_token_key.h", |
| 235 "api/identity/gaia_web_auth_flow.cc", | 235 "api/identity/gaia_web_auth_flow.cc", |
| 236 "api/identity/gaia_web_auth_flow.h", | 236 "api/identity/gaia_web_auth_flow.h", |
| 237 "api/identity/identity_api.cc", | 237 "api/identity/identity_api.cc", |
| 238 "api/identity/identity_api.h", | 238 "api/identity/identity_api.h", |
| 239 "api/identity/identity_launch_web_auth_flow_function.cc", | 239 "api/identity/identity_launch_web_auth_flow_function.cc", |
| 240 "api/identity/identity_launch_web_auth_flow_function.h", | 240 "api/identity/identity_launch_web_auth_flow_function.h", |
| 241 "api/identity/identity_mint_queue.cc", | 241 "api/identity/identity_mint_queue.cc", |
| 242 "api/identity/identity_mint_queue.h", | 242 "api/identity/identity_mint_queue.h", |
| 243 "api/identity/identity_remove_cached_auth_token_function.cc", |
| 244 "api/identity/identity_remove_cached_auth_token_function.h", |
| 243 "api/identity/identity_signin_flow.cc", | 245 "api/identity/identity_signin_flow.cc", |
| 244 "api/identity/identity_signin_flow.h", | 246 "api/identity/identity_signin_flow.h", |
| 245 "api/identity/web_auth_flow.cc", | 247 "api/identity/web_auth_flow.cc", |
| 246 "api/identity/web_auth_flow.h", | 248 "api/identity/web_auth_flow.h", |
| 247 "api/idltest/idltest_api.cc", | 249 "api/idltest/idltest_api.cc", |
| 248 "api/idltest/idltest_api.h", | 250 "api/idltest/idltest_api.h", |
| 249 "api/image_writer_private/destroy_partitions_operation.cc", | 251 "api/image_writer_private/destroy_partitions_operation.cc", |
| 250 "api/image_writer_private/destroy_partitions_operation.h", | 252 "api/image_writer_private/destroy_partitions_operation.h", |
| 251 "api/image_writer_private/error_messages.cc", | 253 "api/image_writer_private/error_messages.cc", |
| 252 "api/image_writer_private/error_messages.h", | 254 "api/image_writer_private/error_messages.h", |
| (...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1186 "api/braille_display_private/brlapi_connection.cc", | 1188 "api/braille_display_private/brlapi_connection.cc", |
| 1187 "api/braille_display_private/brlapi_connection.h", | 1189 "api/braille_display_private/brlapi_connection.h", |
| 1188 "api/braille_display_private/brlapi_keycode_map.cc", | 1190 "api/braille_display_private/brlapi_keycode_map.cc", |
| 1189 "api/braille_display_private/brlapi_keycode_map.h", | 1191 "api/braille_display_private/brlapi_keycode_map.h", |
| 1190 ] | 1192 ] |
| 1191 deps += [ "//build/linux/libbrlapi" ] | 1193 deps += [ "//build/linux/libbrlapi" ] |
| 1192 } else { | 1194 } else { |
| 1193 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1195 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
| 1194 } | 1196 } |
| 1195 } | 1197 } |
| OLD | NEW |