| 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 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 837 "tabs/tab_menu_model.h", | 837 "tabs/tab_menu_model.h", |
| 838 "tabs/tab_strip_model.cc", | 838 "tabs/tab_strip_model.cc", |
| 839 "tabs/tab_strip_model.h", | 839 "tabs/tab_strip_model.h", |
| 840 "tabs/tab_strip_model_delegate.h", | 840 "tabs/tab_strip_model_delegate.h", |
| 841 "tabs/tab_strip_model_observer.cc", | 841 "tabs/tab_strip_model_observer.cc", |
| 842 "tabs/tab_strip_model_observer.h", | 842 "tabs/tab_strip_model_observer.h", |
| 843 "tabs/tab_strip_model_order_controller.cc", | 843 "tabs/tab_strip_model_order_controller.cc", |
| 844 "tabs/tab_strip_model_order_controller.h", | 844 "tabs/tab_strip_model_order_controller.h", |
| 845 "tabs/tab_strip_model_stats_recorder.cc", | 845 "tabs/tab_strip_model_stats_recorder.cc", |
| 846 "tabs/tab_strip_model_stats_recorder.h", | 846 "tabs/tab_strip_model_stats_recorder.h", |
| 847 "tabs/tab_strip_model_utils.cc", | |
| 848 "tabs/tab_strip_model_utils.h", | |
| 849 "tabs/tab_utils.cc", | 847 "tabs/tab_utils.cc", |
| 850 "tabs/tab_utils.h", | 848 "tabs/tab_utils.h", |
| 851 "task_manager/task_manager_columns.cc", | 849 "task_manager/task_manager_columns.cc", |
| 852 "task_manager/task_manager_columns.h", | 850 "task_manager/task_manager_columns.h", |
| 853 "task_manager/task_manager_table_model.cc", | 851 "task_manager/task_manager_table_model.cc", |
| 854 "task_manager/task_manager_table_model.h", | 852 "task_manager/task_manager_table_model.h", |
| 855 "toolbar/app_menu_icon_controller.cc", | 853 "toolbar/app_menu_icon_controller.cc", |
| 856 "toolbar/app_menu_icon_controller.h", | 854 "toolbar/app_menu_icon_controller.h", |
| 857 "toolbar/app_menu_model.cc", | 855 "toolbar/app_menu_model.cc", |
| 858 "toolbar/app_menu_model.h", | 856 "toolbar/app_menu_model.h", |
| (...skipping 2622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3481 "test/test_confirm_bubble_model.cc", | 3479 "test/test_confirm_bubble_model.cc", |
| 3482 "test/test_confirm_bubble_model.h", | 3480 "test/test_confirm_bubble_model.h", |
| 3483 ] | 3481 ] |
| 3484 deps += [ "//chrome/test:test_support_ui" ] | 3482 deps += [ "//chrome/test:test_support_ui" ] |
| 3485 } | 3483 } |
| 3486 | 3484 |
| 3487 if (enable_extensions) { | 3485 if (enable_extensions) { |
| 3488 deps += [ "//extensions/browser" ] | 3486 deps += [ "//extensions/browser" ] |
| 3489 } | 3487 } |
| 3490 } | 3488 } |
| OLD | NEW |