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

Unified Diff: GITDEPS

Issue 2750463006: ChromePrompt Mojo IPC interface (Closed)
Patch Set: Fix typo Created 3 years, 9 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: GITDEPS
diff --git a/GITDEPS b/GITDEPS
index f33eb713cf2994d423fc187be515f7d026cb4ac3..0c572cb3707fa597335686f1ebfbfe4b734f4f7b 100644
--- a/GITDEPS
+++ b/GITDEPS
@@ -19,7 +19,7 @@ vars = {
"chrome_base_git": "https://chromium.googlesource.com/",
"ced_revision": "9012c0ab648025dd0f8df14294bf5d6d73793ac9",
- "chrome_revision": "080936f5193590e65409c60127a510f71e910d73",
+ "chrome_revision": "a99e55b90960fc708f568e525c5621365ceab8e4",
"gmock_revision": "0421b6f358139f02e102c9c332ce19a33faf75be",
"gtest_revision": "6f8a66431cb592dad629028a50b3dd418a408c87",
"gyp_revision": "bac4680ec9a5c55ab692490b6732999648ecf1e9",
@@ -33,14 +33,27 @@ deps = {
"base",
"build",
"build_overrides",
+ # Needed because of //base/win/BUILD.gn.
+ "chrome",
+ "crypto",
+ "ipc",
+ "mojo",
"testing",
"tools",
# third_party dependencies.
+ "third_party/boringssl",
"third_party/ced",
+ "third_party/jinja2",
"third_party/libxml",
+ "third_party/markupsafe",
"third_party/modp_b64",
+ "third_party/ply",
"third_party/protobuf",
+ # This is needed due to a dependency in mojo/public/cpp/bindings
+ # (see crbug.com/617718).
+ "third_party/Webkit",
+ "third_party/yasm",
"third_party/zlib",
],
Var("chrome_revision")

Powered by Google App Engine
This is Rietveld 408576698