| 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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 "chrome_extension_web_contents_observer.cc", | 480 "chrome_extension_web_contents_observer.cc", |
| 481 "chrome_extension_web_contents_observer.h", | 481 "chrome_extension_web_contents_observer.h", |
| 482 "chrome_extensions_browser_client.cc", | 482 "chrome_extensions_browser_client.cc", |
| 483 "chrome_extensions_browser_client.h", | 483 "chrome_extensions_browser_client.h", |
| 484 "chrome_kiosk_delegate.h", | 484 "chrome_kiosk_delegate.h", |
| 485 "chrome_kiosk_delegate_chromeos.cc", | 485 "chrome_kiosk_delegate_chromeos.cc", |
| 486 "chrome_mojo_service_registration.cc", | 486 "chrome_mojo_service_registration.cc", |
| 487 "chrome_mojo_service_registration.h", | 487 "chrome_mojo_service_registration.h", |
| 488 "chrome_process_manager_delegate.cc", | 488 "chrome_process_manager_delegate.cc", |
| 489 "chrome_process_manager_delegate.h", | 489 "chrome_process_manager_delegate.h", |
| 490 "chrome_requirements_checker.cc", | |
| 491 "chrome_requirements_checker.h", | |
| 492 "chrome_url_request_util.cc", | 490 "chrome_url_request_util.cc", |
| 493 "chrome_url_request_util.h", | 491 "chrome_url_request_util.h", |
| 494 "clipboard_extension_helper_chromeos.cc", | 492 "clipboard_extension_helper_chromeos.cc", |
| 495 "clipboard_extension_helper_chromeos.h", | 493 "clipboard_extension_helper_chromeos.h", |
| 496 "component_extensions_whitelist/whitelist.cc", | 494 "component_extensions_whitelist/whitelist.cc", |
| 497 "component_extensions_whitelist/whitelist.h", | 495 "component_extensions_whitelist/whitelist.h", |
| 498 "component_loader.cc", | 496 "component_loader.cc", |
| 499 "component_loader.h", | 497 "component_loader.h", |
| 500 "context_menu_matcher.cc", | 498 "context_menu_matcher.cc", |
| 501 "context_menu_matcher.h", | 499 "context_menu_matcher.h", |
| (...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1179 "api/braille_display_private/brlapi_connection.cc", | 1177 "api/braille_display_private/brlapi_connection.cc", |
| 1180 "api/braille_display_private/brlapi_connection.h", | 1178 "api/braille_display_private/brlapi_connection.h", |
| 1181 "api/braille_display_private/brlapi_keycode_map.cc", | 1179 "api/braille_display_private/brlapi_keycode_map.cc", |
| 1182 "api/braille_display_private/brlapi_keycode_map.h", | 1180 "api/braille_display_private/brlapi_keycode_map.h", |
| 1183 ] | 1181 ] |
| 1184 deps += [ "//build/linux/libbrlapi" ] | 1182 deps += [ "//build/linux/libbrlapi" ] |
| 1185 } else { | 1183 } else { |
| 1186 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1184 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
| 1187 } | 1185 } |
| 1188 } | 1186 } |
| OLD | NEW |