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

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

Issue 2127883003: Move chooser_controller directory from //components to //chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again 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/chooser_controller/OWNERS » ('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 1072 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 "browsing_data/mock_browsing_data_flash_lso_helper.cc", 1083 "browsing_data/mock_browsing_data_flash_lso_helper.cc",
1084 "browsing_data/mock_browsing_data_flash_lso_helper.h", 1084 "browsing_data/mock_browsing_data_flash_lso_helper.h",
1085 "browsing_data/mock_browsing_data_indexed_db_helper.cc", 1085 "browsing_data/mock_browsing_data_indexed_db_helper.cc",
1086 "browsing_data/mock_browsing_data_indexed_db_helper.h", 1086 "browsing_data/mock_browsing_data_indexed_db_helper.h",
1087 "browsing_data/mock_browsing_data_local_storage_helper.cc", 1087 "browsing_data/mock_browsing_data_local_storage_helper.cc",
1088 "browsing_data/mock_browsing_data_local_storage_helper.h", 1088 "browsing_data/mock_browsing_data_local_storage_helper.h",
1089 "browsing_data/mock_browsing_data_quota_helper.cc", 1089 "browsing_data/mock_browsing_data_quota_helper.cc",
1090 "browsing_data/mock_browsing_data_quota_helper.h", 1090 "browsing_data/mock_browsing_data_quota_helper.h",
1091 "browsing_data/mock_browsing_data_service_worker_helper.cc", 1091 "browsing_data/mock_browsing_data_service_worker_helper.cc",
1092 "browsing_data/mock_browsing_data_service_worker_helper.h", 1092 "browsing_data/mock_browsing_data_service_worker_helper.h",
1093 "chooser_controller/mock_chooser_controller.cc",
1094 "chooser_controller/mock_chooser_controller.h",
1093 "download/download_test_file_activity_observer.cc", 1095 "download/download_test_file_activity_observer.cc",
1094 "download/download_test_file_activity_observer.h", 1096 "download/download_test_file_activity_observer.h",
1095 "download/test_download_shelf.cc", 1097 "download/test_download_shelf.cc",
1096 "download/test_download_shelf.h", 1098 "download/test_download_shelf.h",
1097 "media/fake_desktop_media_list.cc", 1099 "media/fake_desktop_media_list.cc",
1098 "media/fake_desktop_media_list.h", 1100 "media/fake_desktop_media_list.h",
1099 "net/dns_probe_test_util.cc", 1101 "net/dns_probe_test_util.cc",
1100 "net/dns_probe_test_util.h", 1102 "net/dns_probe_test_util.h",
1101 "net/url_request_mock_util.cc", 1103 "net/url_request_mock_util.cc",
1102 "net/url_request_mock_util.h", 1104 "net/url_request_mock_util.h",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1170 "download/test_download_shelf.h", 1172 "download/test_download_shelf.h",
1171 "profile_resetter/profile_resetter_test_base.cc", 1173 "profile_resetter/profile_resetter_test_base.cc",
1172 "profile_resetter/profile_resetter_test_base.h", 1174 "profile_resetter/profile_resetter_test_base.h",
1173 "sessions/session_restore_test_helper.cc", 1175 "sessions/session_restore_test_helper.cc",
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
1182 if (is_android || is_ios) {
1183 sources -= [
1184 "chooser_controller/mock_chooser_controller.cc",
1185 "chooser_controller/mock_chooser_controller.h",
1186 ]
1187 }
1188
1180 if (enable_extensions) { 1189 if (enable_extensions) {
1181 sources += [ 1190 sources += [
1182 "extensions/extension_action_test_util.cc", 1191 "extensions/extension_action_test_util.cc",
1183 "extensions/extension_action_test_util.h", 1192 "extensions/extension_action_test_util.h",
1184 ] 1193 ]
1185 deps += [ "//extensions:test_support" ] 1194 deps += [ "//extensions:test_support" ]
1186 } 1195 }
1187 1196
1188 if (is_chromeos) { 1197 if (is_chromeos) {
1189 sources += [ 1198 sources += [
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1361 # linking all of the test support. 1370 # linking all of the test support.
1362 source_set("pepper_cdm_test_constants") { 1371 source_set("pepper_cdm_test_constants") {
1363 testonly = true 1372 testonly = true
1364 visibility = [ "//chrome/*" ] 1373 visibility = [ "//chrome/*" ]
1365 sources = [ 1374 sources = [
1366 "media/pepper_cdm_test_constants.cc", 1375 "media/pepper_cdm_test_constants.cc",
1367 "media/pepper_cdm_test_constants.h", 1376 "media/pepper_cdm_test_constants.h",
1368 ] 1377 ]
1369 } 1378 }
1370 } 1379 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chooser_controller/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698