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

Unified Diff: third_party/mojo/src/mojo/public/interfaces/BUILD.gn

Issue 1179733005: Update mojo sdk to rev bdbb0c7e396fc4044a8b194058d7a7e529715286 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update CommandBufferImpl (Binding::OnConnectionError is no more) Created 5 years, 6 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: third_party/mojo/src/mojo/public/interfaces/BUILD.gn
diff --git a/components/devtools_service/public/cpp/BUILD.gn b/third_party/mojo/src/mojo/public/interfaces/BUILD.gn
similarity index 67%
copy from components/devtools_service/public/cpp/BUILD.gn
copy to third_party/mojo/src/mojo/public/interfaces/BUILD.gn
index 2f8933bf59e2bad6c084386484874f0dcb8b5373..654145bd90a316bb1bf0e7f7d938266d40ffe206 100644
--- a/components/devtools_service/public/cpp/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/interfaces/BUILD.gn
@@ -2,9 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("cpp") {
- sources = [
- "switches.cc",
- "switches.h",
+group("interfaces") {
+ deps = [
+ "application",
+ "bindings",
+ "network",
]
}

Powered by Google App Engine
This is Rietveld 408576698