| 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 986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 997 "webui/options/cookies_view_handler.cc", | 997 "webui/options/cookies_view_handler.cc", |
| 998 "webui/options/cookies_view_handler.h", | 998 "webui/options/cookies_view_handler.h", |
| 999 "webui/options/core_options_handler.cc", | 999 "webui/options/core_options_handler.cc", |
| 1000 "webui/options/core_options_handler.h", | 1000 "webui/options/core_options_handler.h", |
| 1001 "webui/options/create_profile_handler.cc", | 1001 "webui/options/create_profile_handler.cc", |
| 1002 "webui/options/create_profile_handler.h", | 1002 "webui/options/create_profile_handler.h", |
| 1003 "webui/options/easy_unlock_handler.cc", | 1003 "webui/options/easy_unlock_handler.cc", |
| 1004 "webui/options/easy_unlock_handler.h", | 1004 "webui/options/easy_unlock_handler.h", |
| 1005 "webui/options/font_settings_handler.cc", | 1005 "webui/options/font_settings_handler.cc", |
| 1006 "webui/options/font_settings_handler.h", | 1006 "webui/options/font_settings_handler.h", |
| 1007 "webui/options/font_settings_utils.cc", |
| 1007 "webui/options/font_settings_utils.h", | 1008 "webui/options/font_settings_utils.h", |
| 1008 "webui/options/font_settings_utils_linux.cc", | 1009 "webui/options/font_settings_utils_linux.cc", |
| 1009 "webui/options/font_settings_utils_mac.mm", | 1010 "webui/options/font_settings_utils_mac.mm", |
| 1010 "webui/options/font_settings_utils_win.cc", | 1011 "webui/options/font_settings_utils_win.cc", |
| 1011 "webui/options/handler_options_handler.cc", | 1012 "webui/options/handler_options_handler.cc", |
| 1012 "webui/options/handler_options_handler.h", | 1013 "webui/options/handler_options_handler.h", |
| 1013 "webui/options/help_overlay_handler.cc", | 1014 "webui/options/help_overlay_handler.cc", |
| 1014 "webui/options/help_overlay_handler.h", | 1015 "webui/options/help_overlay_handler.h", |
| 1015 "webui/options/home_page_overlay_handler.cc", | 1016 "webui/options/home_page_overlay_handler.cc", |
| 1016 "webui/options/home_page_overlay_handler.h", | 1017 "webui/options/home_page_overlay_handler.h", |
| (...skipping 2408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3425 "test/test_confirm_bubble_model.cc", | 3426 "test/test_confirm_bubble_model.cc", |
| 3426 "test/test_confirm_bubble_model.h", | 3427 "test/test_confirm_bubble_model.h", |
| 3427 ] | 3428 ] |
| 3428 deps += [ "//chrome/test:test_support_ui" ] | 3429 deps += [ "//chrome/test:test_support_ui" ] |
| 3429 } | 3430 } |
| 3430 | 3431 |
| 3431 if (enable_extensions) { | 3432 if (enable_extensions) { |
| 3432 deps += [ "//extensions/browser" ] | 3433 deps += [ "//extensions/browser" ] |
| 3433 } | 3434 } |
| 3434 } | 3435 } |
| OLD | NEW |