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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 2583853004: [chrome.dial] Adds chrome.dial.fetchDeviceDecription API. (Closed)
Patch Set: Fix initialization 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 02ce1f8958009d144d69e15c0ddcedc131c999f5..ae9631655b6e3a4b43298144192dee8d46c67fd3 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -176,6 +176,8 @@ static_library("extensions") {
"api/developer_private/inspectable_views_finder.h",
"api/developer_private/show_permissions_dialog_helper.cc",
"api/developer_private/show_permissions_dialog_helper.h",
+ "api/dial/device_description_fetcher.cc",
+ "api/dial/device_description_fetcher.h ",
"api/dial/dial_api.cc",
"api/dial/dial_api.h",
"api/dial/dial_api_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698