| 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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 876 "tabs/tab_strip_model_order_controller.cc", | 876 "tabs/tab_strip_model_order_controller.cc", |
| 877 "tabs/tab_strip_model_order_controller.h", | 877 "tabs/tab_strip_model_order_controller.h", |
| 878 "tabs/tab_strip_model_stats_recorder.cc", | 878 "tabs/tab_strip_model_stats_recorder.cc", |
| 879 "tabs/tab_strip_model_stats_recorder.h", | 879 "tabs/tab_strip_model_stats_recorder.h", |
| 880 "tabs/tab_utils.cc", | 880 "tabs/tab_utils.cc", |
| 881 "tabs/tab_utils.h", | 881 "tabs/tab_utils.h", |
| 882 "task_manager/task_manager_columns.cc", | 882 "task_manager/task_manager_columns.cc", |
| 883 "task_manager/task_manager_columns.h", | 883 "task_manager/task_manager_columns.h", |
| 884 "task_manager/task_manager_table_model.cc", | 884 "task_manager/task_manager_table_model.cc", |
| 885 "task_manager/task_manager_table_model.h", | 885 "task_manager/task_manager_table_model.h", |
| 886 "toolbar/app_menu_animation.cc", | |
| 887 "toolbar/app_menu_animation.h", | |
| 888 "toolbar/app_menu_icon_controller.cc", | 886 "toolbar/app_menu_icon_controller.cc", |
| 889 "toolbar/app_menu_icon_controller.h", | 887 "toolbar/app_menu_icon_controller.h", |
| 890 "toolbar/app_menu_model.cc", | 888 "toolbar/app_menu_model.cc", |
| 891 "toolbar/app_menu_model.h", | 889 "toolbar/app_menu_model.h", |
| 892 "toolbar/back_forward_menu_model.cc", | 890 "toolbar/back_forward_menu_model.cc", |
| 893 "toolbar/back_forward_menu_model.h", | 891 "toolbar/back_forward_menu_model.h", |
| 894 "toolbar/bookmark_sub_menu_model.cc", | 892 "toolbar/bookmark_sub_menu_model.cc", |
| 895 "toolbar/bookmark_sub_menu_model.h", | 893 "toolbar/bookmark_sub_menu_model.h", |
| 896 "toolbar/component_action_delegate.h", | 894 "toolbar/component_action_delegate.h", |
| 897 "toolbar/component_toolbar_actions_factory.cc", | 895 "toolbar/component_toolbar_actions_factory.cc", |
| (...skipping 2697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3595 "test/test_confirm_bubble_model.cc", | 3593 "test/test_confirm_bubble_model.cc", |
| 3596 "test/test_confirm_bubble_model.h", | 3594 "test/test_confirm_bubble_model.h", |
| 3597 ] | 3595 ] |
| 3598 deps += [ "//chrome/test:test_support_ui" ] | 3596 deps += [ "//chrome/test:test_support_ui" ] |
| 3599 } | 3597 } |
| 3600 | 3598 |
| 3601 if (enable_extensions) { | 3599 if (enable_extensions) { |
| 3602 deps += [ "//extensions/browser" ] | 3600 deps += [ "//extensions/browser" ] |
| 3603 } | 3601 } |
| 3604 } | 3602 } |
| OLD | NEW |