| 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 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 "chrome_extension_web_contents_observer.cc", | 492 "chrome_extension_web_contents_observer.cc", |
| 493 "chrome_extension_web_contents_observer.h", | 493 "chrome_extension_web_contents_observer.h", |
| 494 "chrome_extensions_browser_client.cc", | 494 "chrome_extensions_browser_client.cc", |
| 495 "chrome_extensions_browser_client.h", | 495 "chrome_extensions_browser_client.h", |
| 496 "chrome_kiosk_delegate.h", | 496 "chrome_kiosk_delegate.h", |
| 497 "chrome_kiosk_delegate_chromeos.cc", | 497 "chrome_kiosk_delegate_chromeos.cc", |
| 498 "chrome_mojo_service_registration.cc", | 498 "chrome_mojo_service_registration.cc", |
| 499 "chrome_mojo_service_registration.h", | 499 "chrome_mojo_service_registration.h", |
| 500 "chrome_process_manager_delegate.cc", | 500 "chrome_process_manager_delegate.cc", |
| 501 "chrome_process_manager_delegate.h", | 501 "chrome_process_manager_delegate.h", |
| 502 "chrome_requirements_checker.cc", | |
| 503 "chrome_requirements_checker.h", | |
| 504 "chrome_url_request_util.cc", | 502 "chrome_url_request_util.cc", |
| 505 "chrome_url_request_util.h", | 503 "chrome_url_request_util.h", |
| 506 "clipboard_extension_helper_chromeos.cc", | 504 "clipboard_extension_helper_chromeos.cc", |
| 507 "clipboard_extension_helper_chromeos.h", | 505 "clipboard_extension_helper_chromeos.h", |
| 508 "component_extensions_whitelist/whitelist.cc", | 506 "component_extensions_whitelist/whitelist.cc", |
| 509 "component_extensions_whitelist/whitelist.h", | 507 "component_extensions_whitelist/whitelist.h", |
| 510 "component_loader.cc", | 508 "component_loader.cc", |
| 511 "component_loader.h", | 509 "component_loader.h", |
| 512 "context_menu_matcher.cc", | 510 "context_menu_matcher.cc", |
| 513 "context_menu_matcher.h", | 511 "context_menu_matcher.h", |
| (...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1187 "api/braille_display_private/brlapi_connection.cc", | 1185 "api/braille_display_private/brlapi_connection.cc", |
| 1188 "api/braille_display_private/brlapi_connection.h", | 1186 "api/braille_display_private/brlapi_connection.h", |
| 1189 "api/braille_display_private/brlapi_keycode_map.cc", | 1187 "api/braille_display_private/brlapi_keycode_map.cc", |
| 1190 "api/braille_display_private/brlapi_keycode_map.h", | 1188 "api/braille_display_private/brlapi_keycode_map.h", |
| 1191 ] | 1189 ] |
| 1192 deps += [ "//build/linux/libbrlapi" ] | 1190 deps += [ "//build/linux/libbrlapi" ] |
| 1193 } else { | 1191 } else { |
| 1194 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1192 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
| 1195 } | 1193 } |
| 1196 } | 1194 } |
| OLD | NEW |