| 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/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 1905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1916 "webui/signin/signin_supervised_user_import_handler.cc", | 1916 "webui/signin/signin_supervised_user_import_handler.cc", |
| 1917 "webui/signin/signin_supervised_user_import_handler.h", | 1917 "webui/signin/signin_supervised_user_import_handler.h", |
| 1918 "webui/signin/sync_confirmation_handler.cc", | 1918 "webui/signin/sync_confirmation_handler.cc", |
| 1919 "webui/signin/sync_confirmation_handler.h", | 1919 "webui/signin/sync_confirmation_handler.h", |
| 1920 "webui/signin/sync_confirmation_ui.cc", | 1920 "webui/signin/sync_confirmation_ui.cc", |
| 1921 "webui/signin/sync_confirmation_ui.h", | 1921 "webui/signin/sync_confirmation_ui.h", |
| 1922 "webui/signin/user_manager_screen_handler.cc", | 1922 "webui/signin/user_manager_screen_handler.cc", |
| 1923 "webui/signin/user_manager_screen_handler.h", | 1923 "webui/signin/user_manager_screen_handler.h", |
| 1924 "webui/signin/user_manager_ui.cc", | 1924 "webui/signin/user_manager_ui.cc", |
| 1925 "webui/signin/user_manager_ui.h", | 1925 "webui/signin/user_manager_ui.h", |
| 1926 "webui/welcome_ui.cc", |
| 1927 "webui/welcome_ui.h", |
| 1926 ] | 1928 ] |
| 1927 if (is_mac && !mac_views_browser) { | 1929 if (is_mac && !mac_views_browser) { |
| 1928 sources -= [ | 1930 sources -= [ |
| 1929 # This is not explicitly excluded in GYP, but I think the static | 1931 # This is not explicitly excluded in GYP, but I think the static |
| 1930 # library linking rules means it's never referenced when compiling in | 1932 # library linking rules means it's never referenced when compiling in |
| 1931 # non-Views mode on Mac. It appears not to link in that case. | 1933 # non-Views mode on Mac. It appears not to link in that case. |
| 1932 "views/frame/avatar_button_manager.cc", | 1934 "views/frame/avatar_button_manager.cc", |
| 1933 "views/frame/avatar_button_manager.h", | 1935 "views/frame/avatar_button_manager.h", |
| 1934 "views/profiles/new_avatar_button.cc", | 1936 "views/profiles/new_avatar_button.cc", |
| 1935 "views/profiles/new_avatar_button.h", | 1937 "views/profiles/new_avatar_button.h", |
| (...skipping 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3359 "passwords/passwords_model_delegate_mock.cc", | 3361 "passwords/passwords_model_delegate_mock.cc", |
| 3360 "passwords/passwords_model_delegate_mock.h", | 3362 "passwords/passwords_model_delegate_mock.h", |
| 3361 ] | 3363 ] |
| 3362 deps += [ "//chrome/test:test_support_ui" ] | 3364 deps += [ "//chrome/test:test_support_ui" ] |
| 3363 } | 3365 } |
| 3364 | 3366 |
| 3365 if (enable_extensions) { | 3367 if (enable_extensions) { |
| 3366 deps += [ "//extensions/browser" ] | 3368 deps += [ "//extensions/browser" ] |
| 3367 } | 3369 } |
| 3368 } | 3370 } |
| OLD | NEW |