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

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

Issue 2123653006: Rename PermissionBubbleRequest to PermissionRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission_manager_rename
Patch Set: PermissionBubbleType -> PermissionRequestType Created 4 years, 5 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
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/chrome_build.gni") 5 import("//build/config/chrome_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 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 "media/fake_desktop_media_list.cc", 1098 "media/fake_desktop_media_list.cc",
1099 "media/fake_desktop_media_list.h", 1099 "media/fake_desktop_media_list.h",
1100 "net/dns_probe_test_util.cc", 1100 "net/dns_probe_test_util.cc",
1101 "net/dns_probe_test_util.h", 1101 "net/dns_probe_test_util.h",
1102 "net/url_request_mock_util.cc", 1102 "net/url_request_mock_util.cc",
1103 "net/url_request_mock_util.h", 1103 "net/url_request_mock_util.h",
1104 "notifications/notification_test_util.cc", 1104 "notifications/notification_test_util.cc",
1105 "notifications/notification_test_util.h", 1105 "notifications/notification_test_util.h",
1106 "notifications/stub_notification_platform_bridge.cc", 1106 "notifications/stub_notification_platform_bridge.cc",
1107 "notifications/stub_notification_platform_bridge.h", 1107 "notifications/stub_notification_platform_bridge.h",
1108 "permissions/mock_permission_request.cc",
1109 "permissions/mock_permission_request.h",
1108 "profile_resetter/profile_resetter_test_base.cc", 1110 "profile_resetter/profile_resetter_test_base.cc",
1109 "profile_resetter/profile_resetter_test_base.h", 1111 "profile_resetter/profile_resetter_test_base.h",
1110 "search_engines/template_url_service_factory_test_util.cc", 1112 "search_engines/template_url_service_factory_test_util.cc",
1111 "search_engines/template_url_service_factory_test_util.h", 1113 "search_engines/template_url_service_factory_test_util.h",
1112 "search_engines/template_url_service_test_util.cc", 1114 "search_engines/template_url_service_test_util.cc",
1113 "search_engines/template_url_service_test_util.h", 1115 "search_engines/template_url_service_test_util.h",
1114 "sessions/session_restore_test_helper.cc", 1116 "sessions/session_restore_test_helper.cc",
1115 "sessions/session_restore_test_helper.h", 1117 "sessions/session_restore_test_helper.h",
1116 "sessions/session_service_test_helper.cc", 1118 "sessions/session_service_test_helper.cc",
1117 "sessions/session_service_test_helper.h", 1119 "sessions/session_service_test_helper.h",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
1174 "sessions/session_restore_test_helper.h", 1176 "sessions/session_restore_test_helper.h",
1175 "sessions/session_service_test_helper.cc", 1177 "sessions/session_service_test_helper.cc",
1176 "sessions/session_service_test_helper.h", 1178 "sessions/session_service_test_helper.h",
1177 ] 1179 ]
1178 } 1180 }
1179 1181
1180 if (is_android || is_ios) { 1182 if (is_android || is_ios) {
1181 sources -= [ 1183 sources -= [
1182 "chooser_controller/mock_chooser_controller.cc", 1184 "chooser_controller/mock_chooser_controller.cc",
1183 "chooser_controller/mock_chooser_controller.h", 1185 "chooser_controller/mock_chooser_controller.h",
1186 "permissions/mock_permission_request.cc",
1187 "permissions/mock_permission_request.h",
1184 ] 1188 ]
1185 } 1189 }
1186 1190
1187 if (enable_extensions) { 1191 if (enable_extensions) {
1188 sources += [ 1192 sources += [
1189 "extensions/extension_action_test_util.cc", 1193 "extensions/extension_action_test_util.cc",
1190 "extensions/extension_action_test_util.h", 1194 "extensions/extension_action_test_util.h",
1191 ] 1195 ]
1192 deps += [ "//extensions:test_support" ] 1196 deps += [ "//extensions:test_support" ]
1193 } 1197 }
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1368 # linking all of the test support. 1372 # linking all of the test support.
1369 static_library("pepper_cdm_test_constants") { 1373 static_library("pepper_cdm_test_constants") {
1370 testonly = true 1374 testonly = true
1371 visibility = [ "//chrome/*" ] 1375 visibility = [ "//chrome/*" ]
1372 sources = [ 1376 sources = [
1373 "media/pepper_cdm_test_constants.cc", 1377 "media/pepper_cdm_test_constants.cc",
1374 "media/pepper_cdm_test_constants.h", 1378 "media/pepper_cdm_test_constants.h",
1375 ] 1379 ]
1376 } 1380 }
1377 } 1381 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_quota_permission_context.cc » ('j') | chrome/browser/permissions/mock_permission_request.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698