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

Unified Diff: DEPS

Issue 9773024: This patch implements Chromium's Aura gesture recognizer in terms of utouch-grail and utouch-frame … (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 8 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
« no previous file with comments | « AUTHORS ('k') | base/message_pump_x.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 126124)
+++ DEPS (working copy)
@@ -12,7 +12,7 @@
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS
# to update other nacl_*_revision's.
"nacl_tools_revision": "7955", # native_client/DEPS: tools_rev
-
+
# These hashes need to be updated when nacl_toolchain_revision is changed.
# After changing nacl_toolchain_revision, run 'gclient runhooks' to get the
# new values.
@@ -430,6 +430,15 @@
"src/third_party/gold":
"/trunk/deps/third_party/gold@124239",
+
+ "src/third_party/xorg-gtest":
+ "/trunk/deps/third_party/xorg-gtest",
+
+ "src/third_party/utouch-frame":
+ "/trunk/deps/third_party/utouch-frame",
+
+ "src/third_party/utouch-grail":
+ "/trunk/deps/third_party/utouch-grail",
},
}
« no previous file with comments | « AUTHORS ('k') | base/message_pump_x.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698