| 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 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 712 "confirm_bubble_model.h", | 712 "confirm_bubble_model.h", |
| 713 "content_settings/content_setting_bubble_model.cc", | 713 "content_settings/content_setting_bubble_model.cc", |
| 714 "content_settings/content_setting_bubble_model.h", | 714 "content_settings/content_setting_bubble_model.h", |
| 715 "content_settings/content_setting_bubble_model_delegate.h", | 715 "content_settings/content_setting_bubble_model_delegate.h", |
| 716 "content_settings/content_setting_image_model.cc", | 716 "content_settings/content_setting_image_model.cc", |
| 717 "content_settings/content_setting_image_model.h", | 717 "content_settings/content_setting_image_model.h", |
| 718 "desktop_ios_promotion/desktop_ios_promotion_controller.cc", | 718 "desktop_ios_promotion/desktop_ios_promotion_controller.cc", |
| 719 "desktop_ios_promotion/desktop_ios_promotion_controller.h", | 719 "desktop_ios_promotion/desktop_ios_promotion_controller.h", |
| 720 "desktop_ios_promotion/desktop_ios_promotion_util.cc", | 720 "desktop_ios_promotion/desktop_ios_promotion_util.cc", |
| 721 "desktop_ios_promotion/desktop_ios_promotion_util.h", | 721 "desktop_ios_promotion/desktop_ios_promotion_util.h", |
| 722 "desktop_ios_promotion/sms_service.cc", |
| 723 "desktop_ios_promotion/sms_service.h", |
| 724 "desktop_ios_promotion/sms_service_factory.cc", |
| 725 "desktop_ios_promotion/sms_service_factory.h", |
| 722 "exclusive_access/exclusive_access_bubble.cc", | 726 "exclusive_access/exclusive_access_bubble.cc", |
| 723 "exclusive_access/exclusive_access_bubble.h", | 727 "exclusive_access/exclusive_access_bubble.h", |
| 724 "exclusive_access/exclusive_access_bubble_type.cc", | 728 "exclusive_access/exclusive_access_bubble_type.cc", |
| 725 "exclusive_access/exclusive_access_bubble_type.h", | 729 "exclusive_access/exclusive_access_bubble_type.h", |
| 726 "exclusive_access/exclusive_access_context.cc", | 730 "exclusive_access/exclusive_access_context.cc", |
| 727 "exclusive_access/exclusive_access_context.h", | 731 "exclusive_access/exclusive_access_context.h", |
| 728 "exclusive_access/exclusive_access_controller_base.cc", | 732 "exclusive_access/exclusive_access_controller_base.cc", |
| 729 "exclusive_access/exclusive_access_controller_base.h", | 733 "exclusive_access/exclusive_access_controller_base.h", |
| 730 "exclusive_access/exclusive_access_manager.cc", | 734 "exclusive_access/exclusive_access_manager.cc", |
| 731 "exclusive_access/exclusive_access_manager.h", | 735 "exclusive_access/exclusive_access_manager.h", |
| (...skipping 2763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3495 "test/test_confirm_bubble_model.cc", | 3499 "test/test_confirm_bubble_model.cc", |
| 3496 "test/test_confirm_bubble_model.h", | 3500 "test/test_confirm_bubble_model.h", |
| 3497 ] | 3501 ] |
| 3498 deps += [ "//chrome/test:test_support_ui" ] | 3502 deps += [ "//chrome/test:test_support_ui" ] |
| 3499 } | 3503 } |
| 3500 | 3504 |
| 3501 if (enable_extensions) { | 3505 if (enable_extensions) { |
| 3502 deps += [ "//extensions/browser" ] | 3506 deps += [ "//extensions/browser" ] |
| 3503 } | 3507 } |
| 3504 } | 3508 } |
| OLD | NEW |