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

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

Issue 2146663002: Move //components/webusb/ to //chrome/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merged web_usb_browser_client.* to web_usb_detector.* 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_browser_main.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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 "//components/ssl_config", 373 "//components/ssl_config",
374 "//components/storage_monitor", 374 "//components/storage_monitor",
375 "//components/subresource_filter/content/browser", 375 "//components/subresource_filter/content/browser",
376 "//components/syncable_prefs", 376 "//components/syncable_prefs",
377 "//components/translate/content/browser", 377 "//components/translate/content/browser",
378 "//components/upload_list", 378 "//components/upload_list",
379 "//components/url_matcher", 379 "//components/url_matcher",
380 "//components/visitedlink/browser", 380 "//components/visitedlink/browser",
381 "//components/visitedlink/common", 381 "//components/visitedlink/common",
382 "//components/web_cache/browser", 382 "//components/web_cache/browser",
383 "//components/webusb",
384 "//content/app/resources", 383 "//content/app/resources",
385 "//device/core", 384 "//device/core",
386 "//device/usb/mojo", 385 "//device/usb/mojo",
387 "//device/usb/public/interfaces", 386 "//device/usb/public/interfaces",
388 "//media", 387 "//media",
389 "//media/midi", 388 "//media/midi",
390 "//mojo/common", 389 "//mojo/common",
391 "//mojo/edk/system", 390 "//mojo/edk/system",
392 "//mojo/public/cpp/bindings", 391 "//mojo/public/cpp/bindings",
393 "//mojo/public/js", 392 "//mojo/public/js",
(...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after
1369 # linking all of the test support. 1368 # linking all of the test support.
1370 source_set("pepper_cdm_test_constants") { 1369 source_set("pepper_cdm_test_constants") {
1371 testonly = true 1370 testonly = true
1372 visibility = [ "//chrome/*" ] 1371 visibility = [ "//chrome/*" ]
1373 sources = [ 1372 sources = [
1374 "media/pepper_cdm_test_constants.cc", 1373 "media/pepper_cdm_test_constants.cc",
1375 "media/pepper_cdm_test_constants.h", 1374 "media/pepper_cdm_test_constants.h",
1376 ] 1375 ]
1377 } 1376 }
1378 } 1377 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698