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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1099 "webui/settings/font_handler.cc", | 1099 "webui/settings/font_handler.cc", |
1100 "webui/settings/font_handler.h", | 1100 "webui/settings/font_handler.h", |
1101 "webui/settings/languages_handler.cc", | 1101 "webui/settings/languages_handler.cc", |
1102 "webui/settings/languages_handler.h", | 1102 "webui/settings/languages_handler.h", |
1103 "webui/settings/md_settings_localized_strings_provider.cc", | 1103 "webui/settings/md_settings_localized_strings_provider.cc", |
1104 "webui/settings/md_settings_localized_strings_provider.h", | 1104 "webui/settings/md_settings_localized_strings_provider.h", |
1105 "webui/settings/md_settings_ui.cc", | 1105 "webui/settings/md_settings_ui.cc", |
1106 "webui/settings/md_settings_ui.h", | 1106 "webui/settings/md_settings_ui.h", |
1107 "webui/settings/metrics_reporting_handler.cc", | 1107 "webui/settings/metrics_reporting_handler.cc", |
1108 "webui/settings/metrics_reporting_handler.h", | 1108 "webui/settings/metrics_reporting_handler.h", |
| 1109 "webui/settings/on_startup_handler.cc", |
| 1110 "webui/settings/on_startup_handler.h", |
1109 "webui/settings/people_handler.cc", | 1111 "webui/settings/people_handler.cc", |
1110 "webui/settings/people_handler.h", | 1112 "webui/settings/people_handler.h", |
1111 "webui/settings/profile_info_handler.cc", | 1113 "webui/settings/profile_info_handler.cc", |
1112 "webui/settings/profile_info_handler.h", | 1114 "webui/settings/profile_info_handler.h", |
1113 "webui/settings/protocol_handlers_handler.cc", | 1115 "webui/settings/protocol_handlers_handler.cc", |
1114 "webui/settings/protocol_handlers_handler.h", | 1116 "webui/settings/protocol_handlers_handler.h", |
1115 "webui/settings/reset_settings_handler.cc", | 1117 "webui/settings/reset_settings_handler.cc", |
1116 "webui/settings/reset_settings_handler.h", | 1118 "webui/settings/reset_settings_handler.h", |
1117 "webui/settings/safe_browsing_handler.cc", | 1119 "webui/settings/safe_browsing_handler.cc", |
1118 "webui/settings/safe_browsing_handler.h", | 1120 "webui/settings/safe_browsing_handler.h", |
(...skipping 2362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3481 "test/test_confirm_bubble_model.cc", | 3483 "test/test_confirm_bubble_model.cc", |
3482 "test/test_confirm_bubble_model.h", | 3484 "test/test_confirm_bubble_model.h", |
3483 ] | 3485 ] |
3484 deps += [ "//chrome/test:test_support_ui" ] | 3486 deps += [ "//chrome/test:test_support_ui" ] |
3485 } | 3487 } |
3486 | 3488 |
3487 if (enable_extensions) { | 3489 if (enable_extensions) { |
3488 deps += [ "//extensions/browser" ] | 3490 deps += [ "//extensions/browser" ] |
3489 } | 3491 } |
3490 } | 3492 } |
OLD | NEW |