| 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 989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1000 deps += [ | 1000 deps += [ |
| 1001 "//components/chrome_apps", | 1001 "//components/chrome_apps", |
| 1002 "//components/constrained_window", | 1002 "//components/constrained_window", |
| 1003 "//components/drive", | 1003 "//components/drive", |
| 1004 "//components/user_manager", | 1004 "//components/user_manager", |
| 1005 "//remoting/host", | 1005 "//remoting/host", |
| 1006 "//remoting/host/it2me:common", | 1006 "//remoting/host/it2me:common", |
| 1007 "//third_party/protobuf:protobuf_lite", | 1007 "//third_party/protobuf:protobuf_lite", |
| 1008 "//ui/app_list", | 1008 "//ui/app_list", |
| 1009 "//ui/chromeos", | 1009 "//ui/chromeos", |
| 1010 "//ui/chromeos/events", |
| 1010 "//ui/file_manager", | 1011 "//ui/file_manager", |
| 1011 "//ui/views/", | 1012 "//ui/views/", |
| 1012 ] | 1013 ] |
| 1013 } else { | 1014 } else { |
| 1014 sources += [ | 1015 sources += [ |
| 1015 "api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc", | 1016 "api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc", |
| 1016 "api/image_writer_private/operation_nonchromeos.cc", | 1017 "api/image_writer_private/operation_nonchromeos.cc", |
| 1017 "api/image_writer_private/removable_storage_provider_linux.cc", | 1018 "api/image_writer_private/removable_storage_provider_linux.cc", |
| 1018 "api/messaging/native_message_process_host.cc", | 1019 "api/messaging/native_message_process_host.cc", |
| 1019 "api/messaging/native_message_process_host.h", | 1020 "api/messaging/native_message_process_host.h", |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1185 "api/braille_display_private/brlapi_connection.cc", | 1186 "api/braille_display_private/brlapi_connection.cc", |
| 1186 "api/braille_display_private/brlapi_connection.h", | 1187 "api/braille_display_private/brlapi_connection.h", |
| 1187 "api/braille_display_private/brlapi_keycode_map.cc", | 1188 "api/braille_display_private/brlapi_keycode_map.cc", |
| 1188 "api/braille_display_private/brlapi_keycode_map.h", | 1189 "api/braille_display_private/brlapi_keycode_map.h", |
| 1189 ] | 1190 ] |
| 1190 deps += [ "//build/linux/libbrlapi" ] | 1191 deps += [ "//build/linux/libbrlapi" ] |
| 1191 } else { | 1192 } else { |
| 1192 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1193 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
| 1193 } | 1194 } |
| 1194 } | 1195 } |
| OLD | NEW |