| 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 981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 992 "webui/options/cookies_view_handler.cc", | 992 "webui/options/cookies_view_handler.cc", |
| 993 "webui/options/cookies_view_handler.h", | 993 "webui/options/cookies_view_handler.h", |
| 994 "webui/options/core_options_handler.cc", | 994 "webui/options/core_options_handler.cc", |
| 995 "webui/options/core_options_handler.h", | 995 "webui/options/core_options_handler.h", |
| 996 "webui/options/create_profile_handler.cc", | 996 "webui/options/create_profile_handler.cc", |
| 997 "webui/options/create_profile_handler.h", | 997 "webui/options/create_profile_handler.h", |
| 998 "webui/options/easy_unlock_handler.cc", | 998 "webui/options/easy_unlock_handler.cc", |
| 999 "webui/options/easy_unlock_handler.h", | 999 "webui/options/easy_unlock_handler.h", |
| 1000 "webui/options/font_settings_handler.cc", | 1000 "webui/options/font_settings_handler.cc", |
| 1001 "webui/options/font_settings_handler.h", | 1001 "webui/options/font_settings_handler.h", |
| 1002 "webui/options/font_settings_utils.cc", |
| 1002 "webui/options/font_settings_utils.h", | 1003 "webui/options/font_settings_utils.h", |
| 1003 "webui/options/font_settings_utils_linux.cc", | 1004 "webui/options/font_settings_utils_linux.cc", |
| 1004 "webui/options/font_settings_utils_mac.mm", | 1005 "webui/options/font_settings_utils_mac.mm", |
| 1005 "webui/options/font_settings_utils_win.cc", | 1006 "webui/options/font_settings_utils_win.cc", |
| 1006 "webui/options/handler_options_handler.cc", | 1007 "webui/options/handler_options_handler.cc", |
| 1007 "webui/options/handler_options_handler.h", | 1008 "webui/options/handler_options_handler.h", |
| 1008 "webui/options/help_overlay_handler.cc", | 1009 "webui/options/help_overlay_handler.cc", |
| 1009 "webui/options/help_overlay_handler.h", | 1010 "webui/options/help_overlay_handler.h", |
| 1010 "webui/options/home_page_overlay_handler.cc", | 1011 "webui/options/home_page_overlay_handler.cc", |
| 1011 "webui/options/home_page_overlay_handler.h", | 1012 "webui/options/home_page_overlay_handler.h", |
| (...skipping 2404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3416 "test/test_confirm_bubble_model.cc", | 3417 "test/test_confirm_bubble_model.cc", |
| 3417 "test/test_confirm_bubble_model.h", | 3418 "test/test_confirm_bubble_model.h", |
| 3418 ] | 3419 ] |
| 3419 deps += [ "//chrome/test:test_support_ui" ] | 3420 deps += [ "//chrome/test:test_support_ui" ] |
| 3420 } | 3421 } |
| 3421 | 3422 |
| 3422 if (enable_extensions) { | 3423 if (enable_extensions) { |
| 3423 deps += [ "//extensions/browser" ] | 3424 deps += [ "//extensions/browser" ] |
| 3424 } | 3425 } |
| 3425 } | 3426 } |
| OLD | NEW |