| 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 2018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2029 "sync/one_click_signin_sync_observer.cc", | 2029 "sync/one_click_signin_sync_observer.cc", |
| 2030 "sync/one_click_signin_sync_observer.h", | 2030 "sync/one_click_signin_sync_observer.h", |
| 2031 "sync/one_click_signin_sync_starter.cc", | 2031 "sync/one_click_signin_sync_starter.cc", |
| 2032 "sync/one_click_signin_sync_starter.h", | 2032 "sync/one_click_signin_sync_starter.h", |
| 2033 "views/external_protocol_dialog.cc", | 2033 "views/external_protocol_dialog.cc", |
| 2034 "views/external_protocol_dialog.h", | 2034 "views/external_protocol_dialog.h", |
| 2035 "views/frame/avatar_button_manager.cc", | 2035 "views/frame/avatar_button_manager.cc", |
| 2036 "views/frame/avatar_button_manager.h", | 2036 "views/frame/avatar_button_manager.h", |
| 2037 "views/profiles/avatar_button.cc", | 2037 "views/profiles/avatar_button.cc", |
| 2038 "views/profiles/avatar_button.h", | 2038 "views/profiles/avatar_button.h", |
| 2039 "views/profiles/avatar_button_delegate.h", | |
| 2040 "views/profiles/avatar_button_style.h", | 2039 "views/profiles/avatar_button_style.h", |
| 2041 "webui/app_launcher_page_ui.cc", | 2040 "webui/app_launcher_page_ui.cc", |
| 2042 "webui/app_launcher_page_ui.h", | 2041 "webui/app_launcher_page_ui.h", |
| 2043 "webui/settings/settings_default_browser_handler.cc", | 2042 "webui/settings/settings_default_browser_handler.cc", |
| 2044 "webui/settings/settings_default_browser_handler.h", | 2043 "webui/settings/settings_default_browser_handler.h", |
| 2045 "webui/settings/system_handler.cc", | 2044 "webui/settings/system_handler.cc", |
| 2046 "webui/settings/system_handler.h", | 2045 "webui/settings/system_handler.h", |
| 2047 "webui/settings_utils_linux.cc", | 2046 "webui/settings_utils_linux.cc", |
| 2048 "webui/settings_utils_mac.mm", | 2047 "webui/settings_utils_mac.mm", |
| 2049 "webui/settings_utils_win.cc", | 2048 "webui/settings_utils_win.cc", |
| (...skipping 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3597 "test/test_confirm_bubble_model.cc", | 3596 "test/test_confirm_bubble_model.cc", |
| 3598 "test/test_confirm_bubble_model.h", | 3597 "test/test_confirm_bubble_model.h", |
| 3599 ] | 3598 ] |
| 3600 deps += [ "//chrome/test:test_support_ui" ] | 3599 deps += [ "//chrome/test:test_support_ui" ] |
| 3601 } | 3600 } |
| 3602 | 3601 |
| 3603 if (enable_extensions) { | 3602 if (enable_extensions) { |
| 3604 deps += [ "//extensions/browser" ] | 3603 deps += [ "//extensions/browser" ] |
| 3605 } | 3604 } |
| 3606 } | 3605 } |
| OLD | NEW |