| 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 "browser_mac.cc", | 96 "browser_mac.cc", |
| 97 "browser_mac.h", | 97 "browser_mac.h", |
| 98 "browser_navigator_params.cc", | 98 "browser_navigator_params.cc", |
| 99 "browser_navigator_params.h", | 99 "browser_navigator_params.h", |
| 100 "browser_ui_prefs.cc", | 100 "browser_ui_prefs.cc", |
| 101 "browser_ui_prefs.h", | 101 "browser_ui_prefs.h", |
| 102 "chrome_select_file_policy.cc", | 102 "chrome_select_file_policy.cc", |
| 103 "chrome_select_file_policy.h", | 103 "chrome_select_file_policy.h", |
| 104 "confirm_bubble.h", | 104 "confirm_bubble.h", |
| 105 "crypto_module_password_dialog.h", | 105 "crypto_module_password_dialog.h", |
| 106 "cryptuiapi_shim.h", |
| 106 "find_bar/find_bar.h", | 107 "find_bar/find_bar.h", |
| 107 "find_bar/find_bar_state.h", | 108 "find_bar/find_bar_state.h", |
| 108 "find_bar/find_bar_state_factory.cc", | 109 "find_bar/find_bar_state_factory.cc", |
| 109 "find_bar/find_bar_state_factory.h", | 110 "find_bar/find_bar_state_factory.h", |
| 110 "find_bar/find_notification_details.h", | 111 "find_bar/find_notification_details.h", |
| 111 "find_bar/find_tab_helper.cc", | 112 "find_bar/find_tab_helper.cc", |
| 112 "find_bar/find_tab_helper.h", | 113 "find_bar/find_tab_helper.h", |
| 113 "history_ui.cc", | 114 "history_ui.cc", |
| 114 "history_ui.h", | 115 "history_ui.h", |
| 115 "javascript_dialogs/chrome_javascript_native_dialog_factory.h", | 116 "javascript_dialogs/chrome_javascript_native_dialog_factory.h", |
| (...skipping 3496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3612 deps += [ | 3613 deps += [ |
| 3613 "//chrome/test:test_support_ui", | 3614 "//chrome/test:test_support_ui", |
| 3614 "//components/zoom", | 3615 "//components/zoom", |
| 3615 ] | 3616 ] |
| 3616 } | 3617 } |
| 3617 | 3618 |
| 3618 if (enable_extensions) { | 3619 if (enable_extensions) { |
| 3619 deps += [ "//extensions/browser" ] | 3620 deps += [ "//extensions/browser" ] |
| 3620 } | 3621 } |
| 3621 } | 3622 } |
| OLD | NEW |