| 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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 821 "//content/public/browser", | 821 "//content/public/browser", |
| 822 ] | 822 ] |
| 823 deps = [ | 823 deps = [ |
| 824 "//chrome:extra_resources", | 824 "//chrome:extra_resources", |
| 825 "//chrome:resources", | 825 "//chrome:resources", |
| 826 "//chrome:strings", | 826 "//chrome:strings", |
| 827 "//chrome/app:command_ids", | 827 "//chrome/app:command_ids", |
| 828 "//chrome/app/resources:platform_locale_settings", | 828 "//chrome/app/resources:platform_locale_settings", |
| 829 "//chrome/app/theme:chrome_unscaled_resources", | 829 "//chrome/app/theme:chrome_unscaled_resources", |
| 830 "//chrome/app/theme:theme_resources", | 830 "//chrome/app/theme:theme_resources", |
| 831 "//chrome/app/vector_icons", |
| 831 "//chrome/browser/devtools", | 832 "//chrome/browser/devtools", |
| 832 "//chrome/browser/media/router", | 833 "//chrome/browser/media/router", |
| 833 "//chrome/common", | 834 "//chrome/common", |
| 834 "//chrome/common/extensions/api:api_registration", | 835 "//chrome/common/extensions/api:api_registration", |
| 835 "//chrome/common/extensions/api:extensions_features", | 836 "//chrome/common/extensions/api:extensions_features", |
| 836 "//chrome/common/safe_browsing:proto", | 837 "//chrome/common/safe_browsing:proto", |
| 837 "//components/app_modal", | 838 "//components/app_modal", |
| 838 "//components/autofill/content/browser", | 839 "//components/autofill/content/browser", |
| 839 "//components/bookmarks/browser", | 840 "//components/bookmarks/browser", |
| 840 "//components/bookmarks/managed", | 841 "//components/bookmarks/managed", |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1187 "api/braille_display_private/brlapi_connection.cc", | 1188 "api/braille_display_private/brlapi_connection.cc", |
| 1188 "api/braille_display_private/brlapi_connection.h", | 1189 "api/braille_display_private/brlapi_connection.h", |
| 1189 "api/braille_display_private/brlapi_keycode_map.cc", | 1190 "api/braille_display_private/brlapi_keycode_map.cc", |
| 1190 "api/braille_display_private/brlapi_keycode_map.h", | 1191 "api/braille_display_private/brlapi_keycode_map.h", |
| 1191 ] | 1192 ] |
| 1192 deps += [ "//build/linux/libbrlapi" ] | 1193 deps += [ "//build/linux/libbrlapi" ] |
| 1193 } else { | 1194 } else { |
| 1194 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1195 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
| 1195 } | 1196 } |
| 1196 } | 1197 } |
| OLD | NEW |