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

Unified Diff: tools-webrtc/testdata/expected_stderr

Issue 2629723004: Add presubmit check to prevent package boundary violations. (Closed)
Patch Set: Add tests. Created 3 years, 11 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: tools-webrtc/testdata/expected_stderr
diff --git a/tools-webrtc/testdata/expected_stderr b/tools-webrtc/testdata/expected_stderr
new file mode 100644
index 0000000000000000000000000000000000000000..3edb940a1b3b46dcac0ee8405e02ad4cd1fec387
--- /dev/null
+++ b/tools-webrtc/testdata/expected_stderr
@@ -0,0 +1,12 @@
+testdata/subdir/BUILD.gn:21 in target 'package_boundary_violation':
+ Source file 'subdir2/dummy4.cc'
+ crosses boundary of package 'subdir2'.
+
+testdata/subdir/BUILD.gn:22 in target 'package_boundary_violation':
+ Source file 'subdir2/dummy4.h'
+ crosses boundary of package 'subdir2'.
+
+testdata/subdir/BUILD.gn:34 in target 'package_boundary_violation_unittests':
+ Source file 'subdir2/dummy3_unittest.cc'
+ crosses boundary of package 'subdir2'.
+

Powered by Google App Engine
This is Rietveld 408576698