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

Unified Diff: GITDEPS

Issue 2750463006: ChromePrompt Mojo IPC interface (Closed)
Patch Set: Observed behaviours as a struct of bools 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
« no previous file with comments | « DEPS ('k') | OWNERS » ('j') | chrome_cleaner/mojom/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: GITDEPS
diff --git a/GITDEPS b/GITDEPS
index f33eb713cf2994d423fc187be515f7d026cb4ac3..7dfcae7ee9b7243cf091b76fcdcd46e3e5471851 100644
--- a/GITDEPS
+++ b/GITDEPS
@@ -1,4 +1,4 @@
-# Copyright 2015 Google Inc. All Rights Reserved.
+# Copyright 2017 The Chromium Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -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")
« no previous file with comments | « DEPS ('k') | OWNERS » ('j') | chrome_cleaner/mojom/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698