| 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 3149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3160 "app_list/app_list_service_impl.cc", | 3160 "app_list/app_list_service_impl.cc", |
| 3161 "app_list/app_list_service_impl.h", | 3161 "app_list/app_list_service_impl.h", |
| 3162 "app_list/app_list_syncable_service.cc", | 3162 "app_list/app_list_syncable_service.cc", |
| 3163 "app_list/app_list_syncable_service.h", | 3163 "app_list/app_list_syncable_service.h", |
| 3164 "app_list/app_list_syncable_service_factory.cc", | 3164 "app_list/app_list_syncable_service_factory.cc", |
| 3165 "app_list/app_list_syncable_service_factory.h", | 3165 "app_list/app_list_syncable_service_factory.h", |
| 3166 "app_list/app_list_view_delegate.cc", | 3166 "app_list/app_list_view_delegate.cc", |
| 3167 "app_list/app_list_view_delegate.h", | 3167 "app_list/app_list_view_delegate.h", |
| 3168 "app_list/chrome_app_list_item.cc", | 3168 "app_list/chrome_app_list_item.cc", |
| 3169 "app_list/chrome_app_list_item.h", | 3169 "app_list/chrome_app_list_item.h", |
| 3170 "app_list/custom_launcher_page_contents.cc", |
| 3171 "app_list/custom_launcher_page_contents.h", |
| 3170 "app_list/extension_app_context_menu.cc", | 3172 "app_list/extension_app_context_menu.cc", |
| 3171 "app_list/extension_app_context_menu.h", | 3173 "app_list/extension_app_context_menu.h", |
| 3172 "app_list/extension_app_item.cc", | 3174 "app_list/extension_app_item.cc", |
| 3173 "app_list/extension_app_item.h", | 3175 "app_list/extension_app_item.h", |
| 3174 "app_list/extension_app_model_builder.cc", | 3176 "app_list/extension_app_model_builder.cc", |
| 3175 "app_list/extension_app_model_builder.h", | 3177 "app_list/extension_app_model_builder.h", |
| 3176 "app_list/extension_uninstaller.cc", | 3178 "app_list/extension_uninstaller.cc", |
| 3177 "app_list/extension_uninstaller.h", | 3179 "app_list/extension_uninstaller.h", |
| 3178 "app_list/google_now_extension.cc", | 3180 "app_list/google_now_extension.cc", |
| 3179 "app_list/google_now_extension.h", | 3181 "app_list/google_now_extension.h", |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3485 "test/test_confirm_bubble_model.cc", | 3487 "test/test_confirm_bubble_model.cc", |
| 3486 "test/test_confirm_bubble_model.h", | 3488 "test/test_confirm_bubble_model.h", |
| 3487 ] | 3489 ] |
| 3488 deps += [ "//chrome/test:test_support_ui" ] | 3490 deps += [ "//chrome/test:test_support_ui" ] |
| 3489 } | 3491 } |
| 3490 | 3492 |
| 3491 if (enable_extensions) { | 3493 if (enable_extensions) { |
| 3492 deps += [ "//extensions/browser" ] | 3494 deps += [ "//extensions/browser" ] |
| 3493 } | 3495 } |
| 3494 } | 3496 } |
| OLD | NEW |