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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
710 "confirm_bubble_model.h", | 710 "confirm_bubble_model.h", |
711 "content_settings/content_setting_bubble_model.cc", | 711 "content_settings/content_setting_bubble_model.cc", |
712 "content_settings/content_setting_bubble_model.h", | 712 "content_settings/content_setting_bubble_model.h", |
713 "content_settings/content_setting_bubble_model_delegate.h", | 713 "content_settings/content_setting_bubble_model_delegate.h", |
714 "content_settings/content_setting_image_model.cc", | 714 "content_settings/content_setting_image_model.cc", |
715 "content_settings/content_setting_image_model.h", | 715 "content_settings/content_setting_image_model.h", |
716 "desktop_ios_promotion/desktop_ios_promotion_controller.cc", | 716 "desktop_ios_promotion/desktop_ios_promotion_controller.cc", |
717 "desktop_ios_promotion/desktop_ios_promotion_controller.h", | 717 "desktop_ios_promotion/desktop_ios_promotion_controller.h", |
718 "desktop_ios_promotion/desktop_ios_promotion_util.cc", | 718 "desktop_ios_promotion/desktop_ios_promotion_util.cc", |
719 "desktop_ios_promotion/desktop_ios_promotion_util.h", | 719 "desktop_ios_promotion/desktop_ios_promotion_util.h", |
| 720 "desktop_ios_promotion/sms_service.cc", |
| 721 "desktop_ios_promotion/sms_service.h", |
| 722 "desktop_ios_promotion/sms_service_factory.cc", |
| 723 "desktop_ios_promotion/sms_service_factory.h", |
720 "exclusive_access/exclusive_access_bubble.cc", | 724 "exclusive_access/exclusive_access_bubble.cc", |
721 "exclusive_access/exclusive_access_bubble.h", | 725 "exclusive_access/exclusive_access_bubble.h", |
722 "exclusive_access/exclusive_access_bubble_type.cc", | 726 "exclusive_access/exclusive_access_bubble_type.cc", |
723 "exclusive_access/exclusive_access_bubble_type.h", | 727 "exclusive_access/exclusive_access_bubble_type.h", |
724 "exclusive_access/exclusive_access_context.cc", | 728 "exclusive_access/exclusive_access_context.cc", |
725 "exclusive_access/exclusive_access_context.h", | 729 "exclusive_access/exclusive_access_context.h", |
726 "exclusive_access/exclusive_access_controller_base.cc", | 730 "exclusive_access/exclusive_access_controller_base.cc", |
727 "exclusive_access/exclusive_access_controller_base.h", | 731 "exclusive_access/exclusive_access_controller_base.h", |
728 "exclusive_access/exclusive_access_manager.cc", | 732 "exclusive_access/exclusive_access_manager.cc", |
729 "exclusive_access/exclusive_access_manager.h", | 733 "exclusive_access/exclusive_access_manager.h", |
(...skipping 2776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3506 "test/test_confirm_bubble_model.cc", | 3510 "test/test_confirm_bubble_model.cc", |
3507 "test/test_confirm_bubble_model.h", | 3511 "test/test_confirm_bubble_model.h", |
3508 ] | 3512 ] |
3509 deps += [ "//chrome/test:test_support_ui" ] | 3513 deps += [ "//chrome/test:test_support_ui" ] |
3510 } | 3514 } |
3511 | 3515 |
3512 if (enable_extensions) { | 3516 if (enable_extensions) { |
3513 deps += [ "//extensions/browser" ] | 3517 deps += [ "//extensions/browser" ] |
3514 } | 3518 } |
3515 } | 3519 } |
OLD | NEW |