Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2655653004: Fixes gn-check errors with enable_plugins=false. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 "webui/options/language_options_handler_common.cc", 1036 "webui/options/language_options_handler_common.cc",
1037 "webui/options/language_options_handler_common.h", 1037 "webui/options/language_options_handler_common.h",
1038 "webui/options/manage_profile_handler.cc", 1038 "webui/options/manage_profile_handler.cc",
1039 "webui/options/manage_profile_handler.h", 1039 "webui/options/manage_profile_handler.h",
1040 "webui/options/media_devices_selection_handler.cc", 1040 "webui/options/media_devices_selection_handler.cc",
1041 "webui/options/media_devices_selection_handler.h", 1041 "webui/options/media_devices_selection_handler.h",
1042 "webui/options/options_ui.cc", 1042 "webui/options/options_ui.cc",
1043 "webui/options/options_ui.h", 1043 "webui/options/options_ui.h",
1044 "webui/options/password_manager_handler.cc", 1044 "webui/options/password_manager_handler.cc",
1045 "webui/options/password_manager_handler.h", 1045 "webui/options/password_manager_handler.h",
1046 "webui/options/pepper_flash_content_settings_utils.cc",
1047 "webui/options/pepper_flash_content_settings_utils.h",
1048 "webui/options/reset_profile_settings_handler.cc", 1046 "webui/options/reset_profile_settings_handler.cc",
1049 "webui/options/reset_profile_settings_handler.h", 1047 "webui/options/reset_profile_settings_handler.h",
1050 "webui/options/search_engine_manager_handler.cc", 1048 "webui/options/search_engine_manager_handler.cc",
1051 "webui/options/search_engine_manager_handler.h", 1049 "webui/options/search_engine_manager_handler.h",
1052 "webui/options/startup_pages_handler.cc", 1050 "webui/options/startup_pages_handler.cc",
1053 "webui/options/startup_pages_handler.h", 1051 "webui/options/startup_pages_handler.h",
1054 "webui/options/supervised_user_create_confirm_handler.cc", 1052 "webui/options/supervised_user_create_confirm_handler.cc",
1055 "webui/options/supervised_user_create_confirm_handler.h", 1053 "webui/options/supervised_user_create_confirm_handler.h",
1056 "webui/options/supervised_user_import_handler.cc", 1054 "webui/options/supervised_user_import_handler.cc",
1057 "webui/options/supervised_user_import_handler.h", 1055 "webui/options/supervised_user_import_handler.h",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 "webui/nacl_ui.h", 1197 "webui/nacl_ui.h",
1200 ] 1198 ]
1201 deps += [ "//components/nacl/browser" ] 1199 deps += [ "//components/nacl/browser" ]
1202 } 1200 }
1203 if (enable_plugins) { 1201 if (enable_plugins) {
1204 sources += [ 1202 sources += [
1205 "hung_plugin_tab_helper.cc", 1203 "hung_plugin_tab_helper.cc",
1206 "hung_plugin_tab_helper.h", 1204 "hung_plugin_tab_helper.h",
1207 "webui/flash_ui.cc", 1205 "webui/flash_ui.cc",
1208 "webui/flash_ui.h", 1206 "webui/flash_ui.h",
1207 "webui/options/pepper_flash_content_settings_utils.cc",
1208 "webui/options/pepper_flash_content_settings_utils.h",
1209 ] 1209 ]
1210 deps += [ "//ppapi/proxy:ipc" ] 1210 deps += [ "//ppapi/proxy:ipc" ]
1211 } 1211 }
1212 if (safe_browsing_mode == 1) { 1212 if (safe_browsing_mode == 1) {
1213 deps += [ 1213 deps += [
1214 "//chrome/browser/safe_browsing:chunk_proto", 1214 "//chrome/browser/safe_browsing:chunk_proto",
1215 "//chrome/common/safe_browsing:proto", 1215 "//chrome/common/safe_browsing:proto",
1216 ] 1216 ]
1217 } 1217 }
1218 1218
(...skipping 2277 matching lines...) Expand 10 before | Expand all | Expand 10 after
3496 "test/test_confirm_bubble_model.cc", 3496 "test/test_confirm_bubble_model.cc",
3497 "test/test_confirm_bubble_model.h", 3497 "test/test_confirm_bubble_model.h",
3498 ] 3498 ]
3499 deps += [ "//chrome/test:test_support_ui" ] 3499 deps += [ "//chrome/test:test_support_ui" ]
3500 } 3500 }
3501 3501
3502 if (enable_extensions) { 3502 if (enable_extensions) {
3503 deps += [ "//extensions/browser" ] 3503 deps += [ "//extensions/browser" ]
3504 } 3504 }
3505 } 3505 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698