| 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 "task_manager/task_manager_table_model.cc", | 872 "task_manager/task_manager_table_model.cc", |
| 873 "task_manager/task_manager_table_model.h", | 873 "task_manager/task_manager_table_model.h", |
| 874 "toolbar/app_menu_icon_controller.cc", | 874 "toolbar/app_menu_icon_controller.cc", |
| 875 "toolbar/app_menu_icon_controller.h", | 875 "toolbar/app_menu_icon_controller.h", |
| 876 "toolbar/app_menu_model.cc", | 876 "toolbar/app_menu_model.cc", |
| 877 "toolbar/app_menu_model.h", | 877 "toolbar/app_menu_model.h", |
| 878 "toolbar/back_forward_menu_model.cc", | 878 "toolbar/back_forward_menu_model.cc", |
| 879 "toolbar/back_forward_menu_model.h", | 879 "toolbar/back_forward_menu_model.h", |
| 880 "toolbar/bookmark_sub_menu_model.cc", | 880 "toolbar/bookmark_sub_menu_model.cc", |
| 881 "toolbar/bookmark_sub_menu_model.h", | 881 "toolbar/bookmark_sub_menu_model.h", |
| 882 "toolbar/component_action_delegate.h", |
| 882 "toolbar/component_toolbar_actions_factory.cc", | 883 "toolbar/component_toolbar_actions_factory.cc", |
| 883 "toolbar/component_toolbar_actions_factory.h", | 884 "toolbar/component_toolbar_actions_factory.h", |
| 884 "toolbar/recent_tabs_sub_menu_model.cc", | 885 "toolbar/recent_tabs_sub_menu_model.cc", |
| 885 "toolbar/recent_tabs_sub_menu_model.h", | 886 "toolbar/recent_tabs_sub_menu_model.h", |
| 886 "toolbar/toolbar_action_view_controller.h", | 887 "toolbar/toolbar_action_view_controller.h", |
| 887 "toolbar/toolbar_action_view_delegate.h", | 888 "toolbar/toolbar_action_view_delegate.h", |
| 888 "toolbar/toolbar_actions_bar.cc", | 889 "toolbar/toolbar_actions_bar.cc", |
| 889 "toolbar/toolbar_actions_bar.h", | 890 "toolbar/toolbar_actions_bar.h", |
| 890 "toolbar/toolbar_actions_bar_bubble_delegate.h", | 891 "toolbar/toolbar_actions_bar_bubble_delegate.h", |
| 891 "toolbar/toolbar_actions_bar_delegate.h", | 892 "toolbar/toolbar_actions_bar_delegate.h", |
| (...skipping 2614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3506 "test/test_confirm_bubble_model.cc", | 3507 "test/test_confirm_bubble_model.cc", |
| 3507 "test/test_confirm_bubble_model.h", | 3508 "test/test_confirm_bubble_model.h", |
| 3508 ] | 3509 ] |
| 3509 deps += [ "//chrome/test:test_support_ui" ] | 3510 deps += [ "//chrome/test:test_support_ui" ] |
| 3510 } | 3511 } |
| 3511 | 3512 |
| 3512 if (enable_extensions) { | 3513 if (enable_extensions) { |
| 3513 deps += [ "//extensions/browser" ] | 3514 deps += [ "//extensions/browser" ] |
| 3514 } | 3515 } |
| 3515 } | 3516 } |
| OLD | NEW |