| 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 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 "installed_loader.cc", | 692 "installed_loader.cc", |
| 693 "installed_loader.h", | 693 "installed_loader.h", |
| 694 "launch_util.cc", | 694 "launch_util.cc", |
| 695 "launch_util.h", | 695 "launch_util.h", |
| 696 "location_bar_controller.cc", | 696 "location_bar_controller.cc", |
| 697 "location_bar_controller.h", | 697 "location_bar_controller.h", |
| 698 "menu_manager.cc", | 698 "menu_manager.cc", |
| 699 "menu_manager.h", | 699 "menu_manager.h", |
| 700 "menu_manager_factory.cc", | 700 "menu_manager_factory.cc", |
| 701 "menu_manager_factory.h", | 701 "menu_manager_factory.h", |
| 702 "navigation_observer.cc", | |
| 703 "navigation_observer.h", | |
| 704 "ntp_overridden_bubble_delegate.cc", | 702 "ntp_overridden_bubble_delegate.cc", |
| 705 "ntp_overridden_bubble_delegate.h", | 703 "ntp_overridden_bubble_delegate.h", |
| 706 "pack_extension_job.cc", | 704 "pack_extension_job.cc", |
| 707 "pack_extension_job.h", | 705 "pack_extension_job.h", |
| 708 "path_util.cc", | 706 "path_util.cc", |
| 709 "path_util.h", | 707 "path_util.h", |
| 710 "pending_extension_info.cc", | 708 "pending_extension_info.cc", |
| 711 "pending_extension_info.h", | 709 "pending_extension_info.h", |
| 712 "pending_extension_manager.cc", | 710 "pending_extension_manager.cc", |
| 713 "pending_extension_manager.h", | 711 "pending_extension_manager.h", |
| (...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1182 "api/braille_display_private/brlapi_connection.cc", | 1180 "api/braille_display_private/brlapi_connection.cc", |
| 1183 "api/braille_display_private/brlapi_connection.h", | 1181 "api/braille_display_private/brlapi_connection.h", |
| 1184 "api/braille_display_private/brlapi_keycode_map.cc", | 1182 "api/braille_display_private/brlapi_keycode_map.cc", |
| 1185 "api/braille_display_private/brlapi_keycode_map.h", | 1183 "api/braille_display_private/brlapi_keycode_map.h", |
| 1186 ] | 1184 ] |
| 1187 deps += [ "//build/linux/libbrlapi" ] | 1185 deps += [ "//build/linux/libbrlapi" ] |
| 1188 } else { | 1186 } else { |
| 1189 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] | 1187 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] |
| 1190 } | 1188 } |
| 1191 } | 1189 } |
| OLD | NEW |