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

Unified Diff: gpu/command_buffer/common/DEPS

Issue 2019833002: Implement StructTraits for various cc and gpu types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix DEPS file Created 4 years, 7 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: gpu/command_buffer/common/DEPS
diff --git a/gpu/command_buffer/common/DEPS b/gpu/command_buffer/common/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..60f0da0c4990a9b54502ee426bd68bd4aaed249a
--- /dev/null
+++ b/gpu/command_buffer/common/DEPS
@@ -0,0 +1,6 @@
+specific_include_rules = {
+ "unittest_main\.cc": [
+ "+mojo/edk/embedder/embedder.h",
+ "+mojo/edk/test/scoped_ipc_support.h",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698