| 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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 "browser_tab_strip_model_delegate.h", | 702 "browser_tab_strip_model_delegate.h", |
| 703 "browser_tab_strip_tracker.cc", | 703 "browser_tab_strip_tracker.cc", |
| 704 "browser_tab_strip_tracker.h", | 704 "browser_tab_strip_tracker.h", |
| 705 "browser_tab_strip_tracker_delegate.h", | 705 "browser_tab_strip_tracker_delegate.h", |
| 706 "browser_tabrestore.cc", | 706 "browser_tabrestore.cc", |
| 707 "browser_tabrestore.h", | 707 "browser_tabrestore.h", |
| 708 "browser_tabstrip.cc", | 708 "browser_tabstrip.cc", |
| 709 "browser_tabstrip.h", | 709 "browser_tabstrip.h", |
| 710 "browser_toolbar_model_delegate.cc", | 710 "browser_toolbar_model_delegate.cc", |
| 711 "browser_toolbar_model_delegate.h", | 711 "browser_toolbar_model_delegate.h", |
| 712 "browser_view_histogram_helper.cc", |
| 713 "browser_view_histogram_helper.h", |
| 712 "browser_view_prefs.cc", | 714 "browser_view_prefs.cc", |
| 713 "browser_view_prefs.h", | 715 "browser_view_prefs.h", |
| 714 "browser_window_state.cc", | 716 "browser_window_state.cc", |
| 715 "browser_window_state.h", | 717 "browser_window_state.h", |
| 716 "chrome_bubble_manager.cc", | 718 "chrome_bubble_manager.cc", |
| 717 "chrome_bubble_manager.h", | 719 "chrome_bubble_manager.h", |
| 718 "chrome_pages.cc", | 720 "chrome_pages.cc", |
| 719 "chrome_pages.h", | 721 "chrome_pages.h", |
| 720 "chrome_web_modal_dialog_manager_delegate.cc", | 722 "chrome_web_modal_dialog_manager_delegate.cc", |
| 721 "chrome_web_modal_dialog_manager_delegate.h", | 723 "chrome_web_modal_dialog_manager_delegate.h", |
| (...skipping 2830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3552 "test/test_confirm_bubble_model.cc", | 3554 "test/test_confirm_bubble_model.cc", |
| 3553 "test/test_confirm_bubble_model.h", | 3555 "test/test_confirm_bubble_model.h", |
| 3554 ] | 3556 ] |
| 3555 deps += [ "//chrome/test:test_support_ui" ] | 3557 deps += [ "//chrome/test:test_support_ui" ] |
| 3556 } | 3558 } |
| 3557 | 3559 |
| 3558 if (enable_extensions) { | 3560 if (enable_extensions) { |
| 3559 deps += [ "//extensions/browser" ] | 3561 deps += [ "//extensions/browser" ] |
| 3560 } | 3562 } |
| 3561 } | 3563 } |
| OLD | NEW |