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

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

Issue 2581543002: Add infrastructure for a USB device blocklist. (Closed)
Patch Set: Fix typo. Created 4 years 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/usb/usb_blocklist.h » ('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 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after
1277 "translate/language_model_factory.cc", 1277 "translate/language_model_factory.cc",
1278 "translate/language_model_factory.h", 1278 "translate/language_model_factory.h",
1279 "translate/translate_accept_languages_factory.cc", 1279 "translate/translate_accept_languages_factory.cc",
1280 "translate/translate_accept_languages_factory.h", 1280 "translate/translate_accept_languages_factory.h",
1281 "translate/translate_service.cc", 1281 "translate/translate_service.cc",
1282 "translate/translate_service.h", 1282 "translate/translate_service.h",
1283 "undo/bookmark_undo_service_factory.cc", 1283 "undo/bookmark_undo_service_factory.cc",
1284 "undo/bookmark_undo_service_factory.h", 1284 "undo/bookmark_undo_service_factory.h",
1285 "update_client/chrome_update_query_params_delegate.cc", 1285 "update_client/chrome_update_query_params_delegate.cc",
1286 "update_client/chrome_update_query_params_delegate.h", 1286 "update_client/chrome_update_query_params_delegate.h",
1287 "usb/usb_blocklist.cc",
1288 "usb/usb_blocklist.h",
1287 "usb/usb_chooser_context.cc", 1289 "usb/usb_chooser_context.cc",
1288 "usb/usb_chooser_context.h", 1290 "usb/usb_chooser_context.h",
1289 "usb/usb_chooser_context_factory.cc", 1291 "usb/usb_chooser_context_factory.cc",
1290 "usb/usb_chooser_context_factory.h", 1292 "usb/usb_chooser_context_factory.h",
1291 "usb/usb_tab_helper.cc", 1293 "usb/usb_tab_helper.cc",
1292 "usb/usb_tab_helper.h", 1294 "usb/usb_tab_helper.h",
1293 "usb/web_usb_histograms.cc", 1295 "usb/web_usb_histograms.cc",
1294 "usb/web_usb_histograms.h", 1296 "usb/web_usb_histograms.h",
1295 "usb/web_usb_permission_provider.cc", 1297 "usb/web_usb_permission_provider.cc",
1296 "usb/web_usb_permission_provider.h", 1298 "usb/web_usb_permission_provider.h",
(...skipping 3150 matching lines...) Expand 10 before | Expand all | Expand 10 after
4447 # linking all of the test support. 4449 # linking all of the test support.
4448 static_library("pepper_cdm_test_constants") { 4450 static_library("pepper_cdm_test_constants") {
4449 testonly = true 4451 testonly = true
4450 visibility = [ "//chrome/*" ] 4452 visibility = [ "//chrome/*" ]
4451 sources = [ 4453 sources = [
4452 "media/pepper_cdm_test_constants.cc", 4454 "media/pepper_cdm_test_constants.cc",
4453 "media/pepper_cdm_test_constants.h", 4455 "media/pepper_cdm_test_constants.h",
4454 ] 4456 ]
4455 } 4457 }
4456 } 4458 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/usb/usb_blocklist.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698