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

Unified Diff: chrome/browser/renderer_host/pepper/DEPS

Issue 10909138: Convert the async device ID getter to a chrome resource host (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/renderer_host/pepper/DEPS
diff --git a/chrome/browser/renderer_host/pepper/DEPS b/chrome/browser/renderer_host/pepper/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..cf5bf3ecb445f925bba910b856188b651c8d4582
--- /dev/null
+++ b/chrome/browser/renderer_host/pepper/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ "+ppapi/host",
yzshen1 2012/09/11 00:53:17 We already have line2&3 in chrome/browser/DEPS.
+ "+ppapi/proxy",
+ "+ppapi/shared_impl",
+]
+

Powered by Google App Engine
This is Rietveld 408576698