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

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: Fix missed file 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
« no previous file with comments | « no previous file | chrome/browser/chrome_quota_permission_context.cc » ('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/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 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 "media/fake_desktop_media_list.cc", 1099 "media/fake_desktop_media_list.cc",
1100 "media/fake_desktop_media_list.h", 1100 "media/fake_desktop_media_list.h",
1101 "net/dns_probe_test_util.cc", 1101 "net/dns_probe_test_util.cc",
1102 "net/dns_probe_test_util.h", 1102 "net/dns_probe_test_util.h",
1103 "net/url_request_mock_util.cc", 1103 "net/url_request_mock_util.cc",
1104 "net/url_request_mock_util.h", 1104 "net/url_request_mock_util.h",
1105 "notifications/notification_test_util.cc", 1105 "notifications/notification_test_util.cc",
1106 "notifications/notification_test_util.h", 1106 "notifications/notification_test_util.h",
1107 "notifications/stub_notification_platform_bridge.cc", 1107 "notifications/stub_notification_platform_bridge.cc",
1108 "notifications/stub_notification_platform_bridge.h", 1108 "notifications/stub_notification_platform_bridge.h",
1109 "permissions/mock_permission_request.cc",
1110 "permissions/mock_permission_request.h",
1109 "profile_resetter/profile_resetter_test_base.cc", 1111 "profile_resetter/profile_resetter_test_base.cc",
1110 "profile_resetter/profile_resetter_test_base.h", 1112 "profile_resetter/profile_resetter_test_base.h",
1111 "search_engines/template_url_service_factory_test_util.cc", 1113 "search_engines/template_url_service_factory_test_util.cc",
1112 "search_engines/template_url_service_factory_test_util.h", 1114 "search_engines/template_url_service_factory_test_util.h",
1113 "search_engines/template_url_service_test_util.cc", 1115 "search_engines/template_url_service_test_util.cc",
1114 "search_engines/template_url_service_test_util.h", 1116 "search_engines/template_url_service_test_util.h",
1115 "sessions/session_restore_test_helper.cc", 1117 "sessions/session_restore_test_helper.cc",
1116 "sessions/session_restore_test_helper.h", 1118 "sessions/session_restore_test_helper.h",
1117 "sessions/session_service_test_helper.cc", 1119 "sessions/session_service_test_helper.cc",
1118 "sessions/session_service_test_helper.h", 1120 "sessions/session_service_test_helper.h",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 "sessions/session_restore_test_helper.h", 1177 "sessions/session_restore_test_helper.h",
1176 "sessions/session_service_test_helper.cc", 1178 "sessions/session_service_test_helper.cc",
1177 "sessions/session_service_test_helper.h", 1179 "sessions/session_service_test_helper.h",
1178 ] 1180 ]
1179 } 1181 }
1180 1182
1181 if (is_android || is_ios) { 1183 if (is_android || is_ios) {
1182 sources -= [ 1184 sources -= [
1183 "chooser_controller/mock_chooser_controller.cc", 1185 "chooser_controller/mock_chooser_controller.cc",
1184 "chooser_controller/mock_chooser_controller.h", 1186 "chooser_controller/mock_chooser_controller.h",
1187 "permissions/mock_permission_request.cc",
1188 "permissions/mock_permission_request.h",
1185 ] 1189 ]
1186 } 1190 }
1187 1191
1188 if (enable_extensions) { 1192 if (enable_extensions) {
1189 sources += [ 1193 sources += [
1190 "extensions/extension_action_test_util.cc", 1194 "extensions/extension_action_test_util.cc",
1191 "extensions/extension_action_test_util.h", 1195 "extensions/extension_action_test_util.h",
1192 ] 1196 ]
1193 deps += [ "//extensions:test_support" ] 1197 deps += [ "//extensions:test_support" ]
1194 } 1198 }
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1369 # linking all of the test support. 1373 # linking all of the test support.
1370 static_library("pepper_cdm_test_constants") { 1374 static_library("pepper_cdm_test_constants") {
1371 testonly = true 1375 testonly = true
1372 visibility = [ "//chrome/*" ] 1376 visibility = [ "//chrome/*" ]
1373 sources = [ 1377 sources = [
1374 "media/pepper_cdm_test_constants.cc", 1378 "media/pepper_cdm_test_constants.cc",
1375 "media/pepper_cdm_test_constants.h", 1379 "media/pepper_cdm_test_constants.h",
1376 ] 1380 ]
1377 } 1381 }
1378 } 1382 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_quota_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698