Chromium Code Reviews

Unified Diff: chrome/browser/ui/metro_driver/DEPS

Issue 10875008: Integrate the Windows 8 code into the Chromium tree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unneeded win7 sdk references from gyp files. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/ui/metro_driver/DEPS
diff --git a/chrome/browser/ui/metro_driver/DEPS b/chrome/browser/ui/metro_driver/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..62079c36456e1a95b6fdde760700790d3b0e53fa
--- /dev/null
+++ b/chrome/browser/ui/metro_driver/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ # Allow metro_driver to include from delegate_execute *temporarily*.
+ # TODO(ananta): Remove this by fixing toast_notification_handler.cc.
+ "+win8/delegate_execute",
+]

Powered by Google App Engine