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

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

Issue 2204713006: Add chrome://usb-internals page for adding and removing test devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses dpapad@'s nits. Created 4 years, 4 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 989 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 1000
1001 deps = [ 1001 deps = [
1002 ":chrome_internal_resources_gen", 1002 ":chrome_internal_resources_gen",
1003 "//chrome/browser/resources/safe_browsing:make_file_types_protobuf", 1003 "//chrome/browser/resources/safe_browsing:make_file_types_protobuf",
1004 1004
1005 # Depend only on the generated mojo bindings since we read the .mojom.js 1005 # Depend only on the generated mojo bindings since we read the .mojom.js
1006 # file, rather than the whole mojo target which will link the C++ bindings. 1006 # file, rather than the whole mojo target which will link the C++ bindings.
1007 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator", 1007 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator",
1008 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", 1008 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator",
1009 "//chrome/browser/ui/webui/plugins:mojo_bindings__generator", 1009 "//chrome/browser/ui/webui/plugins:mojo_bindings__generator",
1010 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator",
1010 "//url/mojo:url_mojom_gurl__generator", 1011 "//url/mojo:url_mojom_gurl__generator",
1011 ] 1012 ]
1012 } 1013 }
1013 1014
1014 # GYP version: chrome/chrome_resource.gyp:chrome_internal_resources_gen 1015 # GYP version: chrome/chrome_resource.gyp:chrome_internal_resources_gen
1015 if (is_chrome_branded) { 1016 if (is_chrome_branded) {
1016 action("chrome_internal_resources_gen") { 1017 action("chrome_internal_resources_gen") {
1017 script = "internal/transform_additional_modules_list.py" 1018 script = "internal/transform_additional_modules_list.py"
1018 sources = [ 1019 sources = [
1019 "internal/resources/additional_modules_list.input", 1020 "internal/resources/additional_modules_list.input",
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
1345 # linking all of the test support. 1346 # linking all of the test support.
1346 static_library("pepper_cdm_test_constants") { 1347 static_library("pepper_cdm_test_constants") {
1347 testonly = true 1348 testonly = true
1348 visibility = [ "//chrome/*" ] 1349 visibility = [ "//chrome/*" ]
1349 sources = [ 1350 sources = [
1350 "media/pepper_cdm_test_constants.cc", 1351 "media/pepper_cdm_test_constants.cc",
1351 "media/pepper_cdm_test_constants.h", 1352 "media/pepper_cdm_test_constants.h",
1352 ] 1353 ]
1353 } 1354 }
1354 } 1355 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/ui/webui/usb_internals/usb_internals.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698