| 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 2768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3498 "test/test_confirm_bubble_model.cc", | 3502 "test/test_confirm_bubble_model.cc", |
| 3499 "test/test_confirm_bubble_model.h", | 3503 "test/test_confirm_bubble_model.h", |
| 3500 ] | 3504 ] |
| 3501 deps += [ "//chrome/test:test_support_ui" ] | 3505 deps += [ "//chrome/test:test_support_ui" ] |
| 3502 } | 3506 } |
| 3503 | 3507 |
| 3504 if (enable_extensions) { | 3508 if (enable_extensions) { |
| 3505 deps += [ "//extensions/browser" ] | 3509 deps += [ "//extensions/browser" ] |
| 3506 } | 3510 } |
| 3507 } | 3511 } |
| OLD | NEW |