| 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 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 718 "find_bar/find_bar_controller.h", | 718 "find_bar/find_bar_controller.h", |
| 719 "global_error/global_error.cc", | 719 "global_error/global_error.cc", |
| 720 "global_error/global_error.h", | 720 "global_error/global_error.h", |
| 721 "global_error/global_error_bubble_view_base.h", | 721 "global_error/global_error_bubble_view_base.h", |
| 722 "global_error/global_error_service.cc", | 722 "global_error/global_error_service.cc", |
| 723 "global_error/global_error_service.h", | 723 "global_error/global_error_service.h", |
| 724 "global_error/global_error_service_factory.cc", | 724 "global_error/global_error_service_factory.cc", |
| 725 "global_error/global_error_service_factory.h", | 725 "global_error/global_error_service_factory.h", |
| 726 "infobar_container_delegate.cc", | 726 "infobar_container_delegate.cc", |
| 727 "infobar_container_delegate.h", | 727 "infobar_container_delegate.h", |
| 728 "javascript_dialogs/javascript_dialog.cc", |
| 729 "javascript_dialogs/javascript_dialog.h", |
| 730 "javascript_dialogs/javascript_dialog_cocoa.h", |
| 731 "javascript_dialogs/javascript_dialog_cocoa.mm", |
| 728 "javascript_dialogs/javascript_dialog_tab_helper.cc", | 732 "javascript_dialogs/javascript_dialog_tab_helper.cc", |
| 729 "javascript_dialogs/javascript_dialog_tab_helper.h", | 733 "javascript_dialogs/javascript_dialog_tab_helper.h", |
| 730 "javascript_dialogs/javascript_dialog_views.cc", | 734 "javascript_dialogs/javascript_dialog_views.cc", |
| 731 "javascript_dialogs/javascript_dialog_views.h", | 735 "javascript_dialogs/javascript_dialog_views.h", |
| 732 "layout_constants.cc", | 736 "layout_constants.cc", |
| 733 "layout_constants.h", | 737 "layout_constants.h", |
| 734 "location_bar/location_bar.cc", | 738 "location_bar/location_bar.cc", |
| 735 "location_bar/location_bar.h", | 739 "location_bar/location_bar.h", |
| 736 "location_bar/location_bar_util.cc", | 740 "location_bar/location_bar_util.cc", |
| 737 "location_bar/location_bar_util.h", | 741 "location_bar/location_bar_util.h", |
| (...skipping 2682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3420 "test/test_confirm_bubble_model.cc", | 3424 "test/test_confirm_bubble_model.cc", |
| 3421 "test/test_confirm_bubble_model.h", | 3425 "test/test_confirm_bubble_model.h", |
| 3422 ] | 3426 ] |
| 3423 deps += [ "//chrome/test:test_support_ui" ] | 3427 deps += [ "//chrome/test:test_support_ui" ] |
| 3424 } | 3428 } |
| 3425 | 3429 |
| 3426 if (enable_extensions) { | 3430 if (enable_extensions) { |
| 3427 deps += [ "//extensions/browser" ] | 3431 deps += [ "//extensions/browser" ] |
| 3428 } | 3432 } |
| 3429 } | 3433 } |
| OLD | NEW |