| 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 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 872 "tabs/tab_strip_model_order_controller.cc", | 872 "tabs/tab_strip_model_order_controller.cc", |
| 873 "tabs/tab_strip_model_order_controller.h", | 873 "tabs/tab_strip_model_order_controller.h", |
| 874 "tabs/tab_strip_model_stats_recorder.cc", | 874 "tabs/tab_strip_model_stats_recorder.cc", |
| 875 "tabs/tab_strip_model_stats_recorder.h", | 875 "tabs/tab_strip_model_stats_recorder.h", |
| 876 "tabs/tab_utils.cc", | 876 "tabs/tab_utils.cc", |
| 877 "tabs/tab_utils.h", | 877 "tabs/tab_utils.h", |
| 878 "task_manager/task_manager_columns.cc", | 878 "task_manager/task_manager_columns.cc", |
| 879 "task_manager/task_manager_columns.h", | 879 "task_manager/task_manager_columns.h", |
| 880 "task_manager/task_manager_table_model.cc", | 880 "task_manager/task_manager_table_model.cc", |
| 881 "task_manager/task_manager_table_model.h", | 881 "task_manager/task_manager_table_model.h", |
| 882 "toolbar/app_menu_animation.cc", | |
| 883 "toolbar/app_menu_animation.h", | |
| 884 "toolbar/app_menu_icon_controller.cc", | 882 "toolbar/app_menu_icon_controller.cc", |
| 885 "toolbar/app_menu_icon_controller.h", | 883 "toolbar/app_menu_icon_controller.h", |
| 886 "toolbar/app_menu_model.cc", | 884 "toolbar/app_menu_model.cc", |
| 887 "toolbar/app_menu_model.h", | 885 "toolbar/app_menu_model.h", |
| 888 "toolbar/back_forward_menu_model.cc", | 886 "toolbar/back_forward_menu_model.cc", |
| 889 "toolbar/back_forward_menu_model.h", | 887 "toolbar/back_forward_menu_model.h", |
| 890 "toolbar/bookmark_sub_menu_model.cc", | 888 "toolbar/bookmark_sub_menu_model.cc", |
| 891 "toolbar/bookmark_sub_menu_model.h", | 889 "toolbar/bookmark_sub_menu_model.h", |
| 892 "toolbar/component_action_delegate.h", | 890 "toolbar/component_action_delegate.h", |
| 893 "toolbar/component_toolbar_actions_factory.cc", | 891 "toolbar/component_toolbar_actions_factory.cc", |
| (...skipping 2711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3605 deps += [ | 3603 deps += [ |
| 3606 "//chrome/test:test_support_ui", | 3604 "//chrome/test:test_support_ui", |
| 3607 "//components/zoom", | 3605 "//components/zoom", |
| 3608 ] | 3606 ] |
| 3609 } | 3607 } |
| 3610 | 3608 |
| 3611 if (enable_extensions) { | 3609 if (enable_extensions) { |
| 3612 deps += [ "//extensions/browser" ] | 3610 deps += [ "//extensions/browser" ] |
| 3613 } | 3611 } |
| 3614 } | 3612 } |
| OLD | NEW |