| 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 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 832 "tabs/tab_strip_model_utils.cc", | 832 "tabs/tab_strip_model_utils.cc", |
| 833 "tabs/tab_strip_model_utils.h", | 833 "tabs/tab_strip_model_utils.h", |
| 834 "tabs/tab_utils.cc", | 834 "tabs/tab_utils.cc", |
| 835 "tabs/tab_utils.h", | 835 "tabs/tab_utils.h", |
| 836 "task_manager/task_manager_columns.cc", | 836 "task_manager/task_manager_columns.cc", |
| 837 "task_manager/task_manager_columns.h", | 837 "task_manager/task_manager_columns.h", |
| 838 "task_manager/task_manager_table_model.cc", | 838 "task_manager/task_manager_table_model.cc", |
| 839 "task_manager/task_manager_table_model.h", | 839 "task_manager/task_manager_table_model.h", |
| 840 "toolbar/app_menu_icon_controller.cc", | 840 "toolbar/app_menu_icon_controller.cc", |
| 841 "toolbar/app_menu_icon_controller.h", | 841 "toolbar/app_menu_icon_controller.h", |
| 842 "toolbar/app_menu_icon_painter.cc", | |
| 843 "toolbar/app_menu_icon_painter.h", | |
| 844 "toolbar/app_menu_model.cc", | 842 "toolbar/app_menu_model.cc", |
| 845 "toolbar/app_menu_model.h", | 843 "toolbar/app_menu_model.h", |
| 846 "toolbar/back_forward_menu_model.cc", | 844 "toolbar/back_forward_menu_model.cc", |
| 847 "toolbar/back_forward_menu_model.h", | 845 "toolbar/back_forward_menu_model.h", |
| 848 "toolbar/bookmark_sub_menu_model.cc", | 846 "toolbar/bookmark_sub_menu_model.cc", |
| 849 "toolbar/bookmark_sub_menu_model.h", | 847 "toolbar/bookmark_sub_menu_model.h", |
| 850 "toolbar/component_toolbar_actions_factory.cc", | 848 "toolbar/component_toolbar_actions_factory.cc", |
| 851 "toolbar/component_toolbar_actions_factory.h", | 849 "toolbar/component_toolbar_actions_factory.h", |
| 852 "toolbar/recent_tabs_sub_menu_model.cc", | 850 "toolbar/recent_tabs_sub_menu_model.cc", |
| 853 "toolbar/recent_tabs_sub_menu_model.h", | 851 "toolbar/recent_tabs_sub_menu_model.h", |
| (...skipping 2569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3423 "passwords/passwords_model_delegate_mock.cc", | 3421 "passwords/passwords_model_delegate_mock.cc", |
| 3424 "passwords/passwords_model_delegate_mock.h", | 3422 "passwords/passwords_model_delegate_mock.h", |
| 3425 ] | 3423 ] |
| 3426 deps += [ "//chrome/test:test_support_ui" ] | 3424 deps += [ "//chrome/test:test_support_ui" ] |
| 3427 } | 3425 } |
| 3428 | 3426 |
| 3429 if (enable_extensions) { | 3427 if (enable_extensions) { |
| 3430 deps += [ "//extensions/browser" ] | 3428 deps += [ "//extensions/browser" ] |
| 3431 } | 3429 } |
| 3432 } | 3430 } |
| OLD | NEW |