| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "chrome_select_file_policy.h", | 96 "chrome_select_file_policy.h", |
| 97 "confirm_bubble.h", | 97 "confirm_bubble.h", |
| 98 "crypto_module_password_dialog.h", | 98 "crypto_module_password_dialog.h", |
| 99 "find_bar/find_bar.h", | 99 "find_bar/find_bar.h", |
| 100 "find_bar/find_bar_state.h", | 100 "find_bar/find_bar_state.h", |
| 101 "find_bar/find_bar_state_factory.cc", | 101 "find_bar/find_bar_state_factory.cc", |
| 102 "find_bar/find_bar_state_factory.h", | 102 "find_bar/find_bar_state_factory.h", |
| 103 "find_bar/find_notification_details.h", | 103 "find_bar/find_notification_details.h", |
| 104 "find_bar/find_tab_helper.cc", | 104 "find_bar/find_tab_helper.cc", |
| 105 "find_bar/find_tab_helper.h", | 105 "find_bar/find_tab_helper.h", |
| 106 "history_ui_service.cc", |
| 107 "history_ui_service.h", |
| 106 "javascript_dialogs/chrome_javascript_native_dialog_factory.h", | 108 "javascript_dialogs/chrome_javascript_native_dialog_factory.h", |
| 107 "login/login_handler.cc", | 109 "login/login_handler.cc", |
| 108 "login/login_handler.h", | 110 "login/login_handler.h", |
| 109 "login/login_interstitial_delegate.cc", | 111 "login/login_interstitial_delegate.cc", |
| 110 "login/login_interstitial_delegate.h", | 112 "login/login_interstitial_delegate.h", |
| 111 "media_utils.cc", | 113 "media_utils.cc", |
| 112 "media_utils.h", | 114 "media_utils.h", |
| 113 "navigation_correction_tab_observer.cc", | 115 "navigation_correction_tab_observer.cc", |
| 114 "navigation_correction_tab_observer.h", | 116 "navigation_correction_tab_observer.h", |
| 115 "passwords/account_avatar_fetcher.cc", | 117 "passwords/account_avatar_fetcher.cc", |
| (...skipping 3300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3416 "test/test_confirm_bubble_model.cc", | 3418 "test/test_confirm_bubble_model.cc", |
| 3417 "test/test_confirm_bubble_model.h", | 3419 "test/test_confirm_bubble_model.h", |
| 3418 ] | 3420 ] |
| 3419 deps += [ "//chrome/test:test_support_ui" ] | 3421 deps += [ "//chrome/test:test_support_ui" ] |
| 3420 } | 3422 } |
| 3421 | 3423 |
| 3422 if (enable_extensions) { | 3424 if (enable_extensions) { |
| 3423 deps += [ "//extensions/browser" ] | 3425 deps += [ "//extensions/browser" ] |
| 3424 } | 3426 } |
| 3425 } | 3427 } |
| OLD | NEW |