| 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 3043 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3054 "desktop_ios_promotion/sms_service.cc", | 3054 "desktop_ios_promotion/sms_service.cc", |
| 3055 "desktop_ios_promotion/sms_service.h", | 3055 "desktop_ios_promotion/sms_service.h", |
| 3056 "desktop_ios_promotion/sms_service_factory.cc", | 3056 "desktop_ios_promotion/sms_service_factory.cc", |
| 3057 "desktop_ios_promotion/sms_service_factory.h", | 3057 "desktop_ios_promotion/sms_service_factory.h", |
| 3058 "input_method/input_method_engine.cc", | 3058 "input_method/input_method_engine.cc", |
| 3059 "input_method/input_method_engine.h", | 3059 "input_method/input_method_engine.h", |
| 3060 "input_method/input_method_engine_base.cc", | 3060 "input_method/input_method_engine_base.cc", |
| 3061 "input_method/input_method_engine_base.h", | 3061 "input_method/input_method_engine_base.h", |
| 3062 "network_profile_bubble.cc", | 3062 "network_profile_bubble.cc", |
| 3063 "network_profile_bubble.h", | 3063 "network_profile_bubble.h", |
| 3064 "views/chrome_cleaner_dialog.cc", |
| 3065 "views/chrome_cleaner_dialog.h", |
| 3064 "views/color_chooser_dialog.cc", | 3066 "views/color_chooser_dialog.cc", |
| 3065 "views/color_chooser_dialog.h", | 3067 "views/color_chooser_dialog.h", |
| 3066 "views/critical_notification_bubble_view.cc", | 3068 "views/critical_notification_bubble_view.cc", |
| 3067 "views/critical_notification_bubble_view.h", | 3069 "views/critical_notification_bubble_view.h", |
| 3068 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.cc", | 3070 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.cc", |
| 3069 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h", | 3071 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h", |
| 3070 "views/frame/browser_desktop_window_tree_host.h", | 3072 "views/frame/browser_desktop_window_tree_host.h", |
| 3071 "views/frame/browser_desktop_window_tree_host_win.cc", | 3073 "views/frame/browser_desktop_window_tree_host_win.cc", |
| 3072 "views/frame/browser_desktop_window_tree_host_win.h", | 3074 "views/frame/browser_desktop_window_tree_host_win.h", |
| 3073 "views/frame/glass_browser_frame_view.cc", | 3075 "views/frame/glass_browser_frame_view.cc", |
| 3074 "views/frame/glass_browser_frame_view.h", | 3076 "views/frame/glass_browser_frame_view.h", |
| 3075 "views/frame/native_browser_frame_factory_aurawin.cc", | 3077 "views/frame/native_browser_frame_factory_aurawin.cc", |
| 3076 "views/frame/windows_10_caption_button.cc", | 3078 "views/frame/windows_10_caption_button.cc", |
| 3077 "views/frame/windows_10_caption_button.h", | 3079 "views/frame/windows_10_caption_button.h", |
| 3078 "views/network_profile_bubble_view.cc", | 3080 "views/network_profile_bubble_view.cc", |
| 3079 "views/settings_reset_prompt_dialog.cc", | 3081 "views/settings_reset_prompt_dialog.cc", |
| 3080 "views/settings_reset_prompt_dialog.h", | 3082 "views/settings_reset_prompt_dialog.h", |
| 3081 "views/srt_prompt_dialog.cc", | |
| 3082 "views/srt_prompt_dialog.h", | |
| 3083 "views/uninstall_view.cc", | 3083 "views/uninstall_view.cc", |
| 3084 "views/uninstall_view.h", | 3084 "views/uninstall_view.h", |
| 3085 "webui/cleanup_tool/cleanup_action_handler.cc", | 3085 "webui/cleanup_tool/cleanup_action_handler.cc", |
| 3086 "webui/cleanup_tool/cleanup_action_handler.h", | 3086 "webui/cleanup_tool/cleanup_action_handler.h", |
| 3087 "webui/cleanup_tool/cleanup_tool_ui.cc", | 3087 "webui/cleanup_tool/cleanup_tool_ui.cc", |
| 3088 "webui/cleanup_tool/cleanup_tool_ui.h", | 3088 "webui/cleanup_tool/cleanup_tool_ui.h", |
| 3089 "webui/conflicts_ui.cc", | 3089 "webui/conflicts_ui.cc", |
| 3090 "webui/conflicts_ui.h", | 3090 "webui/conflicts_ui.h", |
| 3091 "webui/welcome_win10_handler.cc", | 3091 "webui/welcome_win10_handler.cc", |
| 3092 "webui/welcome_win10_handler.h", | 3092 "webui/welcome_win10_handler.h", |
| (...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3571 "test/test_confirm_bubble_model.cc", | 3571 "test/test_confirm_bubble_model.cc", |
| 3572 "test/test_confirm_bubble_model.h", | 3572 "test/test_confirm_bubble_model.h", |
| 3573 ] | 3573 ] |
| 3574 deps += [ "//chrome/test:test_support_ui" ] | 3574 deps += [ "//chrome/test:test_support_ui" ] |
| 3575 } | 3575 } |
| 3576 | 3576 |
| 3577 if (enable_extensions) { | 3577 if (enable_extensions) { |
| 3578 deps += [ "//extensions/browser" ] | 3578 deps += [ "//extensions/browser" ] |
| 3579 } | 3579 } |
| 3580 } | 3580 } |
| OLD | NEW |