| 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 1058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1069 "webui/options/startup_pages_handler.cc", | 1069 "webui/options/startup_pages_handler.cc", |
| 1070 "webui/options/startup_pages_handler.h", | 1070 "webui/options/startup_pages_handler.h", |
| 1071 "webui/options/supervised_user_create_confirm_handler.cc", | 1071 "webui/options/supervised_user_create_confirm_handler.cc", |
| 1072 "webui/options/supervised_user_create_confirm_handler.h", | 1072 "webui/options/supervised_user_create_confirm_handler.h", |
| 1073 "webui/options/supervised_user_import_handler.cc", | 1073 "webui/options/supervised_user_import_handler.cc", |
| 1074 "webui/options/supervised_user_import_handler.h", | 1074 "webui/options/supervised_user_import_handler.h", |
| 1075 "webui/options/supervised_user_learn_more_handler.cc", | 1075 "webui/options/supervised_user_learn_more_handler.cc", |
| 1076 "webui/options/supervised_user_learn_more_handler.h", | 1076 "webui/options/supervised_user_learn_more_handler.h", |
| 1077 "webui/options/sync_setup_handler.cc", | 1077 "webui/options/sync_setup_handler.cc", |
| 1078 "webui/options/sync_setup_handler.h", | 1078 "webui/options/sync_setup_handler.h", |
| 1079 "webui/plural_string_handler.cc", |
| 1080 "webui/plural_string_handler.h", |
| 1079 "webui/policy_indicator_localized_strings_provider.cc", | 1081 "webui/policy_indicator_localized_strings_provider.cc", |
| 1080 "webui/policy_indicator_localized_strings_provider.h", | 1082 "webui/policy_indicator_localized_strings_provider.h", |
| 1081 "webui/profile_helper.cc", | 1083 "webui/profile_helper.cc", |
| 1082 "webui/profile_helper.h", | 1084 "webui/profile_helper.h", |
| 1083 "webui/profile_info_watcher.cc", | 1085 "webui/profile_info_watcher.cc", |
| 1084 "webui/profile_info_watcher.h", | 1086 "webui/profile_info_watcher.h", |
| 1085 "webui/set_as_default_browser_ui_win.cc", | 1087 "webui/set_as_default_browser_ui_win.cc", |
| 1086 "webui/set_as_default_browser_ui_win.h", | 1088 "webui/set_as_default_browser_ui_win.h", |
| 1087 "webui/settings/about_handler.cc", | 1089 "webui/settings/about_handler.cc", |
| 1088 "webui/settings/about_handler.h", | 1090 "webui/settings/about_handler.h", |
| (...skipping 2521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3610 deps += [ | 3612 deps += [ |
| 3611 "//chrome/test:test_support_ui", | 3613 "//chrome/test:test_support_ui", |
| 3612 "//components/zoom", | 3614 "//components/zoom", |
| 3613 ] | 3615 ] |
| 3614 } | 3616 } |
| 3615 | 3617 |
| 3616 if (enable_extensions) { | 3618 if (enable_extensions) { |
| 3617 deps += [ "//extensions/browser" ] | 3619 deps += [ "//extensions/browser" ] |
| 3618 } | 3620 } |
| 3619 } | 3621 } |
| OLD | NEW |