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

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: address comment 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..27e5b575af5e93860194a720bdd8f29da12520f4 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
+ # defined in ipc/ipc_message_attachment_set.h.
+ "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