| 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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 "chrome_requirements_checker.cc", | 513 "chrome_requirements_checker.cc", |
| 514 "chrome_requirements_checker.h", | 514 "chrome_requirements_checker.h", |
| 515 "chrome_url_request_util.cc", | 515 "chrome_url_request_util.cc", |
| 516 "chrome_url_request_util.h", | 516 "chrome_url_request_util.h", |
| 517 "clipboard_extension_helper_chromeos.cc", | 517 "clipboard_extension_helper_chromeos.cc", |
| 518 "clipboard_extension_helper_chromeos.h", | 518 "clipboard_extension_helper_chromeos.h", |
| 519 "component_extensions_whitelist/whitelist.cc", | 519 "component_extensions_whitelist/whitelist.cc", |
| 520 "component_extensions_whitelist/whitelist.h", | 520 "component_extensions_whitelist/whitelist.h", |
| 521 "component_loader.cc", | 521 "component_loader.cc", |
| 522 "component_loader.h", | 522 "component_loader.h", |
| 523 "component_migration_helper.cc", | |
| 524 "component_migration_helper.h", | |
| 525 "context_menu_matcher.cc", | 523 "context_menu_matcher.cc", |
| 526 "context_menu_matcher.h", | 524 "context_menu_matcher.h", |
| 527 "convert_user_script.cc", | 525 "convert_user_script.cc", |
| 528 "convert_user_script.h", | 526 "convert_user_script.h", |
| 529 "convert_web_app.cc", | 527 "convert_web_app.cc", |
| 530 "convert_web_app.h", | 528 "convert_web_app.h", |
| 531 "crx_installer.cc", | 529 "crx_installer.cc", |
| 532 "crx_installer.h", | 530 "crx_installer.h", |
| 533 "data_deleter.cc", | 531 "data_deleter.cc", |
| 534 "data_deleter.h", | 532 "data_deleter.h", |
| (...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1192 "api/braille_display_private/brlapi_connection.cc", | 1190 "api/braille_display_private/brlapi_connection.cc", |
| 1193 "api/braille_display_private/brlapi_connection.h", | 1191 "api/braille_display_private/brlapi_connection.h", |
| 1194 "api/braille_display_private/brlapi_keycode_map.cc", | 1192 "api/braille_display_private/brlapi_keycode_map.cc", |
| 1195 "api/braille_display_private/brlapi_keycode_map.h", | 1193 "api/braille_display_private/brlapi_keycode_map.h", |
| 1196 ] | 1194 ] |
| 1197 deps += [ "//build/linux/libbrlapi" ] | 1195 deps += [ "//build/linux/libbrlapi" ] |
| 1198 } else { | 1196 } else { |
| 1199 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1197 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
| 1200 } | 1198 } |
| 1201 } | 1199 } |
| OLD | NEW |