| 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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 "chrome_extension_web_contents_observer.cc", | 502 "chrome_extension_web_contents_observer.cc", |
| 503 "chrome_extension_web_contents_observer.h", | 503 "chrome_extension_web_contents_observer.h", |
| 504 "chrome_extensions_browser_client.cc", | 504 "chrome_extensions_browser_client.cc", |
| 505 "chrome_extensions_browser_client.h", | 505 "chrome_extensions_browser_client.h", |
| 506 "chrome_kiosk_delegate.h", | 506 "chrome_kiosk_delegate.h", |
| 507 "chrome_kiosk_delegate_chromeos.cc", | 507 "chrome_kiosk_delegate_chromeos.cc", |
| 508 "chrome_mojo_service_registration.cc", | 508 "chrome_mojo_service_registration.cc", |
| 509 "chrome_mojo_service_registration.h", | 509 "chrome_mojo_service_registration.h", |
| 510 "chrome_process_manager_delegate.cc", | 510 "chrome_process_manager_delegate.cc", |
| 511 "chrome_process_manager_delegate.h", | 511 "chrome_process_manager_delegate.h", |
| 512 "chrome_requirements_checker.cc", | |
| 513 "chrome_requirements_checker.h", | |
| 514 "chrome_url_request_util.cc", | 512 "chrome_url_request_util.cc", |
| 515 "chrome_url_request_util.h", | 513 "chrome_url_request_util.h", |
| 516 "clipboard_extension_helper_chromeos.cc", | 514 "clipboard_extension_helper_chromeos.cc", |
| 517 "clipboard_extension_helper_chromeos.h", | 515 "clipboard_extension_helper_chromeos.h", |
| 518 "component_extensions_whitelist/whitelist.cc", | 516 "component_extensions_whitelist/whitelist.cc", |
| 519 "component_extensions_whitelist/whitelist.h", | 517 "component_extensions_whitelist/whitelist.h", |
| 520 "component_loader.cc", | 518 "component_loader.cc", |
| 521 "component_loader.h", | 519 "component_loader.h", |
| 522 "context_menu_matcher.cc", | 520 "context_menu_matcher.cc", |
| 523 "context_menu_matcher.h", | 521 "context_menu_matcher.h", |
| (...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1186 "api/braille_display_private/brlapi_connection.cc", | 1184 "api/braille_display_private/brlapi_connection.cc", |
| 1187 "api/braille_display_private/brlapi_connection.h", | 1185 "api/braille_display_private/brlapi_connection.h", |
| 1188 "api/braille_display_private/brlapi_keycode_map.cc", | 1186 "api/braille_display_private/brlapi_keycode_map.cc", |
| 1189 "api/braille_display_private/brlapi_keycode_map.h", | 1187 "api/braille_display_private/brlapi_keycode_map.h", |
| 1190 ] | 1188 ] |
| 1191 deps += [ "//build/linux/libbrlapi" ] | 1189 deps += [ "//build/linux/libbrlapi" ] |
| 1192 } else { | 1190 } else { |
| 1193 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1191 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
| 1194 } | 1192 } |
| 1195 } | 1193 } |
| OLD | NEW |