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

Unified Diff: ppapi/tests/DEPS

Issue 1012753003: Check kMaxDescriptorsPerMessage in test_packaged_app.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 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 | « no previous file | ppapi/tests/extensions/packaged_app/test_packaged_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/DEPS
diff --git a/ppapi/tests/DEPS b/ppapi/tests/DEPS
index 06b64ab19b5ec081ffca11ddc5a0d08f3a02ba38..34748523decb83b2eb72eb2e178df0326fe6534c 100644
--- a/ppapi/tests/DEPS
+++ b/ppapi/tests/DEPS
@@ -23,3 +23,10 @@ include_rules = [
skip_child_includes = [
"clang",
]
+specific_include_rules = {
+ # extensions/packaged_app/test_packaged_app.cc uses kMaxDescriptorsPerMessage
+ # defiend in ipc/ipc_message_attachment_set.h.
Mark Seaborn 2015/03/17 17:55:22 "defined"
Yusuke Sato 2015/03/17 18:04:21 Done.
+ "test_packaged_app\.cc": [
+ "+ipc/ipc_message_attachment_set.h",
+ ]
+}
« no previous file with comments | « no previous file | ppapi/tests/extensions/packaged_app/test_packaged_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698