| 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 888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 899 "//extensions/browser/api:api_registration", | 899 "//extensions/browser/api:api_registration", |
| 900 "//extensions/common", | 900 "//extensions/common", |
| 901 "//extensions/common/api", | 901 "//extensions/common/api", |
| 902 "//extensions/features", | 902 "//extensions/features", |
| 903 "//extensions/strings", | 903 "//extensions/strings", |
| 904 "//media:media_features", | 904 "//media:media_features", |
| 905 "//net", | 905 "//net", |
| 906 "//ppapi/features", | 906 "//ppapi/features", |
| 907 "//printing/features", | 907 "//printing/features", |
| 908 "//rlz/features", | 908 "//rlz/features", |
| 909 "//services/identity/public/interfaces", |
| 910 "//services/service_manager/public/cpp", |
| 911 "//services/service_manager/public/interfaces", |
| 909 "//skia", | 912 "//skia", |
| 910 "//sql", | 913 "//sql", |
| 911 "//storage/browser", | 914 "//storage/browser", |
| 912 "//storage/common", | 915 "//storage/common", |
| 913 "//third_party/WebKit/public:image_resources", | 916 "//third_party/WebKit/public:image_resources", |
| 914 "//third_party/WebKit/public:resources", | 917 "//third_party/WebKit/public:resources", |
| 915 "//third_party/cacheinvalidation", | 918 "//third_party/cacheinvalidation", |
| 916 "//third_party/icu", | 919 "//third_party/icu", |
| 917 "//third_party/leveldatabase", | 920 "//third_party/leveldatabase", |
| 918 "//third_party/libaddressinput:util", | 921 "//third_party/libaddressinput:util", |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1197 "api/braille_display_private/brlapi_connection.cc", | 1200 "api/braille_display_private/brlapi_connection.cc", |
| 1198 "api/braille_display_private/brlapi_connection.h", | 1201 "api/braille_display_private/brlapi_connection.h", |
| 1199 "api/braille_display_private/brlapi_keycode_map.cc", | 1202 "api/braille_display_private/brlapi_keycode_map.cc", |
| 1200 "api/braille_display_private/brlapi_keycode_map.h", | 1203 "api/braille_display_private/brlapi_keycode_map.h", |
| 1201 ] | 1204 ] |
| 1202 deps += [ "//build/linux/libbrlapi" ] | 1205 deps += [ "//build/linux/libbrlapi" ] |
| 1203 } else { | 1206 } else { |
| 1204 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1207 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
| 1205 } | 1208 } |
| 1206 } | 1209 } |
| OLD | NEW |