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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 "api/i18n/i18n_api.cc", | 231 "api/i18n/i18n_api.cc", |
232 "api/i18n/i18n_api.h", | 232 "api/i18n/i18n_api.h", |
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_constants.cc", | 239 "api/identity/identity_constants.cc", |
240 "api/identity/identity_constants.h", | 240 "api/identity/identity_constants.h", |
| 241 "api/identity/identity_get_accounts_function.cc", |
| 242 "api/identity/identity_get_accounts_function.h", |
241 "api/identity/identity_get_auth_token_function.cc", | 243 "api/identity/identity_get_auth_token_function.cc", |
242 "api/identity/identity_get_auth_token_function.h", | 244 "api/identity/identity_get_auth_token_function.h", |
243 "api/identity/identity_get_profile_user_info_function.cc", | 245 "api/identity/identity_get_profile_user_info_function.cc", |
244 "api/identity/identity_get_profile_user_info_function.h", | 246 "api/identity/identity_get_profile_user_info_function.h", |
245 "api/identity/identity_launch_web_auth_flow_function.cc", | 247 "api/identity/identity_launch_web_auth_flow_function.cc", |
246 "api/identity/identity_launch_web_auth_flow_function.h", | 248 "api/identity/identity_launch_web_auth_flow_function.h", |
247 "api/identity/identity_mint_queue.cc", | 249 "api/identity/identity_mint_queue.cc", |
248 "api/identity/identity_mint_queue.h", | 250 "api/identity/identity_mint_queue.h", |
249 "api/identity/identity_remove_cached_auth_token_function.cc", | 251 "api/identity/identity_remove_cached_auth_token_function.cc", |
250 "api/identity/identity_remove_cached_auth_token_function.h", | 252 "api/identity/identity_remove_cached_auth_token_function.h", |
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1194 "api/braille_display_private/brlapi_connection.cc", | 1196 "api/braille_display_private/brlapi_connection.cc", |
1195 "api/braille_display_private/brlapi_connection.h", | 1197 "api/braille_display_private/brlapi_connection.h", |
1196 "api/braille_display_private/brlapi_keycode_map.cc", | 1198 "api/braille_display_private/brlapi_keycode_map.cc", |
1197 "api/braille_display_private/brlapi_keycode_map.h", | 1199 "api/braille_display_private/brlapi_keycode_map.h", |
1198 ] | 1200 ] |
1199 deps += [ "//build/linux/libbrlapi" ] | 1201 deps += [ "//build/linux/libbrlapi" ] |
1200 } else { | 1202 } else { |
1201 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1203 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
1202 } | 1204 } |
1203 } | 1205 } |
OLD | NEW |