| 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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 "infobar_container_delegate.h", | 749 "infobar_container_delegate.h", |
| 750 "javascript_dialogs/javascript_dialog.h", | 750 "javascript_dialogs/javascript_dialog.h", |
| 751 "javascript_dialogs/javascript_dialog_tab_helper.cc", | 751 "javascript_dialogs/javascript_dialog_tab_helper.cc", |
| 752 "javascript_dialogs/javascript_dialog_tab_helper.h", | 752 "javascript_dialogs/javascript_dialog_tab_helper.h", |
| 753 "javascript_dialogs/javascript_dialog_views.cc", | 753 "javascript_dialogs/javascript_dialog_views.cc", |
| 754 "javascript_dialogs/javascript_dialog_views.h", | 754 "javascript_dialogs/javascript_dialog_views.h", |
| 755 "layout_constants.cc", | 755 "layout_constants.cc", |
| 756 "layout_constants.h", | 756 "layout_constants.h", |
| 757 "location_bar/location_bar.cc", | 757 "location_bar/location_bar.cc", |
| 758 "location_bar/location_bar.h", | 758 "location_bar/location_bar.h", |
| 759 "location_bar/location_bar_util.cc", | |
| 760 "location_bar/location_bar_util.h", | |
| 761 "native_window_tracker.h", | 759 "native_window_tracker.h", |
| 762 "omnibox/alternate_nav_infobar_delegate.cc", | 760 "omnibox/alternate_nav_infobar_delegate.cc", |
| 763 "omnibox/alternate_nav_infobar_delegate.h", | 761 "omnibox/alternate_nav_infobar_delegate.h", |
| 764 "omnibox/chrome_omnibox_client.cc", | 762 "omnibox/chrome_omnibox_client.cc", |
| 765 "omnibox/chrome_omnibox_client.h", | 763 "omnibox/chrome_omnibox_client.h", |
| 766 "omnibox/chrome_omnibox_edit_controller.cc", | 764 "omnibox/chrome_omnibox_edit_controller.cc", |
| 767 "omnibox/chrome_omnibox_edit_controller.h", | 765 "omnibox/chrome_omnibox_edit_controller.h", |
| 768 "omnibox/chrome_omnibox_navigation_observer.cc", | 766 "omnibox/chrome_omnibox_navigation_observer.cc", |
| 769 "omnibox/chrome_omnibox_navigation_observer.h", | 767 "omnibox/chrome_omnibox_navigation_observer.h", |
| 770 "omnibox/clipboard_utils.cc", | 768 "omnibox/clipboard_utils.cc", |
| (...skipping 2759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3530 "test/test_confirm_bubble_model.cc", | 3528 "test/test_confirm_bubble_model.cc", |
| 3531 "test/test_confirm_bubble_model.h", | 3529 "test/test_confirm_bubble_model.h", |
| 3532 ] | 3530 ] |
| 3533 deps += [ "//chrome/test:test_support_ui" ] | 3531 deps += [ "//chrome/test:test_support_ui" ] |
| 3534 } | 3532 } |
| 3535 | 3533 |
| 3536 if (enable_extensions) { | 3534 if (enable_extensions) { |
| 3537 deps += [ "//extensions/browser" ] | 3535 deps += [ "//extensions/browser" ] |
| 3538 } | 3536 } |
| 3539 } | 3537 } |
| OLD | NEW |