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

Unified Diff: chrome/BUILD.gn

Issue 746663002: Stub for WebRTCDeviceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webclient
Patch Set: Merged Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/devtools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 80c4b3c342ecb15deb8eeadafc91d21c72364a41..30402328c9a1ec0d76f7adf9ee4ca54793001510 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -351,18 +351,20 @@ repack("packed_extra_resources") {
if (!is_ios && !is_android) {
# New paks should be added here by default.
sources += [
- "$root_gen_dir/webkit/devtools_resources.pak",
"$root_gen_dir/chrome/component_extension_resources.pak",
"$root_gen_dir/chrome/options_resources.pak",
"$root_gen_dir/chrome/quota_internals_resources.pak",
"$root_gen_dir/chrome/sync_file_system_internals_resources.pak",
+ "$root_gen_dir/chrome/webrtc_device_provider_resources.pak",
+ "$root_gen_dir/webkit/devtools_resources.pak",
]
deps += [
- "//content/browser/devtools:devtools_resources",
+ "//chrome/browser/devtools:webrtc_device_provider_resources",
"//chrome/browser/resources:component_extension_resources",
"//chrome/browser/resources:options_resources",
"//chrome/browser/resources:quota_internals_resources",
"//chrome/browser/resources:sync_file_system_internals_resources",
+ "//content/browser/devtools:devtools_resources",
]
}
if (!is_ios) {
« no previous file with comments | « no previous file | chrome/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698