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/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
907 "webui/md_downloads/downloads_list_tracker.cc", | 907 "webui/md_downloads/downloads_list_tracker.cc", |
908 "webui/md_downloads/downloads_list_tracker.h", | 908 "webui/md_downloads/downloads_list_tracker.h", |
909 "webui/md_downloads/md_downloads_dom_handler.cc", | 909 "webui/md_downloads/md_downloads_dom_handler.cc", |
910 "webui/md_downloads/md_downloads_dom_handler.h", | 910 "webui/md_downloads/md_downloads_dom_handler.h", |
911 "webui/md_downloads/md_downloads_ui.cc", | 911 "webui/md_downloads/md_downloads_ui.cc", |
912 "webui/md_downloads/md_downloads_ui.h", | 912 "webui/md_downloads/md_downloads_ui.h", |
913 "webui/md_feedback/md_feedback_dialog_controller.cc", | 913 "webui/md_feedback/md_feedback_dialog_controller.cc", |
914 "webui/md_feedback/md_feedback_dialog_controller.h", | 914 "webui/md_feedback/md_feedback_dialog_controller.h", |
915 "webui/md_feedback/md_feedback_ui.cc", | 915 "webui/md_feedback/md_feedback_ui.cc", |
916 "webui/md_feedback/md_feedback_ui.h", | 916 "webui/md_feedback/md_feedback_ui.h", |
| 917 "webui/md_feedback/md_feedback_webui_message_handler.cc", |
| 918 "webui/md_feedback/md_feedback_webui_message_handler.h", |
917 "webui/md_history_ui.cc", | 919 "webui/md_history_ui.cc", |
918 "webui/md_history_ui.h", | 920 "webui/md_history_ui.h", |
919 "webui/ntp/app_launcher_handler.cc", | 921 "webui/ntp/app_launcher_handler.cc", |
920 "webui/ntp/app_launcher_handler.h", | 922 "webui/ntp/app_launcher_handler.h", |
921 "webui/ntp/app_resource_cache_factory.cc", | 923 "webui/ntp/app_resource_cache_factory.cc", |
922 "webui/ntp/app_resource_cache_factory.h", | 924 "webui/ntp/app_resource_cache_factory.h", |
923 "webui/ntp/core_app_launcher_handler.cc", | 925 "webui/ntp/core_app_launcher_handler.cc", |
924 "webui/ntp/core_app_launcher_handler.h", | 926 "webui/ntp/core_app_launcher_handler.h", |
925 "webui/ntp/favicon_webui_handler.cc", | 927 "webui/ntp/favicon_webui_handler.cc", |
926 "webui/ntp/favicon_webui_handler.h", | 928 "webui/ntp/favicon_webui_handler.h", |
(...skipping 2432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3359 "passwords/passwords_model_delegate_mock.cc", | 3361 "passwords/passwords_model_delegate_mock.cc", |
3360 "passwords/passwords_model_delegate_mock.h", | 3362 "passwords/passwords_model_delegate_mock.h", |
3361 ] | 3363 ] |
3362 deps += [ "//chrome/test:test_support_ui" ] | 3364 deps += [ "//chrome/test:test_support_ui" ] |
3363 } | 3365 } |
3364 | 3366 |
3365 if (enable_extensions) { | 3367 if (enable_extensions) { |
3366 deps += [ "//extensions/browser" ] | 3368 deps += [ "//extensions/browser" ] |
3367 } | 3369 } |
3368 } | 3370 } |
OLD | NEW |