| 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 3068 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3079 "desktop_ios_promotion/sms_service.cc", | 3079 "desktop_ios_promotion/sms_service.cc", |
| 3080 "desktop_ios_promotion/sms_service.h", | 3080 "desktop_ios_promotion/sms_service.h", |
| 3081 "desktop_ios_promotion/sms_service_factory.cc", | 3081 "desktop_ios_promotion/sms_service_factory.cc", |
| 3082 "desktop_ios_promotion/sms_service_factory.h", | 3082 "desktop_ios_promotion/sms_service_factory.h", |
| 3083 "input_method/input_method_engine.cc", | 3083 "input_method/input_method_engine.cc", |
| 3084 "input_method/input_method_engine.h", | 3084 "input_method/input_method_engine.h", |
| 3085 "input_method/input_method_engine_base.cc", | 3085 "input_method/input_method_engine_base.cc", |
| 3086 "input_method/input_method_engine_base.h", | 3086 "input_method/input_method_engine_base.h", |
| 3087 "network_profile_bubble.cc", | 3087 "network_profile_bubble.cc", |
| 3088 "network_profile_bubble.h", | 3088 "network_profile_bubble.h", |
| 3089 "views/chrome_cleaner_dialog.cc", | 3089 "views/chrome_cleaner_dialog_win.cc", |
| 3090 "views/chrome_cleaner_dialog.h", | 3090 "views/chrome_cleaner_dialog_win.h", |
| 3091 "views/color_chooser_dialog.cc", | 3091 "views/color_chooser_dialog.cc", |
| 3092 "views/color_chooser_dialog.h", | 3092 "views/color_chooser_dialog.h", |
| 3093 "views/critical_notification_bubble_view.cc", | 3093 "views/critical_notification_bubble_view.cc", |
| 3094 "views/critical_notification_bubble_view.h", | 3094 "views/critical_notification_bubble_view.h", |
| 3095 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.cc", | 3095 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.cc", |
| 3096 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h", | 3096 "views/desktop_ios_promotion/desktop_ios_promotion_bubble_view.h", |
| 3097 "views/frame/browser_desktop_window_tree_host.h", | 3097 "views/frame/browser_desktop_window_tree_host.h", |
| 3098 "views/frame/browser_desktop_window_tree_host_win.cc", | 3098 "views/frame/browser_desktop_window_tree_host_win.cc", |
| 3099 "views/frame/browser_desktop_window_tree_host_win.h", | 3099 "views/frame/browser_desktop_window_tree_host_win.h", |
| 3100 "views/frame/glass_browser_frame_view.cc", | 3100 "views/frame/glass_browser_frame_view.cc", |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3596 "test/test_confirm_bubble_model.cc", | 3596 "test/test_confirm_bubble_model.cc", |
| 3597 "test/test_confirm_bubble_model.h", | 3597 "test/test_confirm_bubble_model.h", |
| 3598 ] | 3598 ] |
| 3599 deps += [ "//chrome/test:test_support_ui" ] | 3599 deps += [ "//chrome/test:test_support_ui" ] |
| 3600 } | 3600 } |
| 3601 | 3601 |
| 3602 if (enable_extensions) { | 3602 if (enable_extensions) { |
| 3603 deps += [ "//extensions/browser" ] | 3603 deps += [ "//extensions/browser" ] |
| 3604 } | 3604 } |
| 3605 } | 3605 } |
| OLD | NEW |