| 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 1916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1927 "webui/signin/signin_supervised_user_import_handler.cc", | 1927 "webui/signin/signin_supervised_user_import_handler.cc", |
| 1928 "webui/signin/signin_supervised_user_import_handler.h", | 1928 "webui/signin/signin_supervised_user_import_handler.h", |
| 1929 "webui/signin/sync_confirmation_handler.cc", | 1929 "webui/signin/sync_confirmation_handler.cc", |
| 1930 "webui/signin/sync_confirmation_handler.h", | 1930 "webui/signin/sync_confirmation_handler.h", |
| 1931 "webui/signin/sync_confirmation_ui.cc", | 1931 "webui/signin/sync_confirmation_ui.cc", |
| 1932 "webui/signin/sync_confirmation_ui.h", | 1932 "webui/signin/sync_confirmation_ui.h", |
| 1933 "webui/signin/user_manager_screen_handler.cc", | 1933 "webui/signin/user_manager_screen_handler.cc", |
| 1934 "webui/signin/user_manager_screen_handler.h", | 1934 "webui/signin/user_manager_screen_handler.h", |
| 1935 "webui/signin/user_manager_ui.cc", | 1935 "webui/signin/user_manager_ui.cc", |
| 1936 "webui/signin/user_manager_ui.h", | 1936 "webui/signin/user_manager_ui.h", |
| 1937 "webui/welcome_handler.cc", |
| 1938 "webui/welcome_handler.h", |
| 1937 "webui/welcome_ui.cc", | 1939 "webui/welcome_ui.cc", |
| 1938 "webui/welcome_ui.h", | 1940 "webui/welcome_ui.h", |
| 1939 ] | 1941 ] |
| 1940 if (is_mac && !mac_views_browser) { | 1942 if (is_mac && !mac_views_browser) { |
| 1941 sources -= [ | 1943 sources -= [ |
| 1942 # This is not explicitly excluded in GYP, but I think the static | 1944 # This is not explicitly excluded in GYP, but I think the static |
| 1943 # library linking rules means it's never referenced when compiling in | 1945 # library linking rules means it's never referenced when compiling in |
| 1944 # non-Views mode on Mac. It appears not to link in that case. | 1946 # non-Views mode on Mac. It appears not to link in that case. |
| 1945 "views/frame/avatar_button_manager.cc", | 1947 "views/frame/avatar_button_manager.cc", |
| 1946 "views/frame/avatar_button_manager.h", | 1948 "views/frame/avatar_button_manager.h", |
| (...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3372 "passwords/passwords_model_delegate_mock.cc", | 3374 "passwords/passwords_model_delegate_mock.cc", |
| 3373 "passwords/passwords_model_delegate_mock.h", | 3375 "passwords/passwords_model_delegate_mock.h", |
| 3374 ] | 3376 ] |
| 3375 deps += [ "//chrome/test:test_support_ui" ] | 3377 deps += [ "//chrome/test:test_support_ui" ] |
| 3376 } | 3378 } |
| 3377 | 3379 |
| 3378 if (enable_extensions) { | 3380 if (enable_extensions) { |
| 3379 deps += [ "//extensions/browser" ] | 3381 deps += [ "//extensions/browser" ] |
| 3380 } | 3382 } |
| 3381 } | 3383 } |
| OLD | NEW |