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

Unified Diff: tools-webrtc/testdata/all_build_files/expected.pyl

Issue 2629723004: Add presubmit check to prevent package boundary violations. (Closed)
Patch Set: Sort lists before comparing. 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/all_build_files/expected.pyl
diff --git a/tools-webrtc/testdata/all_build_files/expected.pyl b/tools-webrtc/testdata/all_build_files/expected.pyl
new file mode 100644
index 0000000000000000000000000000000000000000..b067c3c5b01e17951e9dbe564385714dd59a76cf
--- /dev/null
+++ b/tools-webrtc/testdata/all_build_files/expected.pyl
@@ -0,0 +1,20 @@
+[['subpackage2/BUILD.gn',
+ '12',
+ 'error_2',
+ 'subsubpackage2/dummy_subsubpackage2.cc',
+ 'subsubpackage2'],
+ ['subpackage2/BUILD.gn',
+ '13',
+ 'error_2',
+ 'subsubpackage2/dummy_subsubpackage2.h',
+ 'subsubpackage2'],
+ ['subpackage1/BUILD.gn',
+ '12',
+ 'error_1',
+ 'subsubpackage1/dummy_subsubpackage1.cc',
+ 'subsubpackage1'],
+ ['subpackage1/BUILD.gn',
+ '13',
+ 'error_1',
+ 'subsubpackage1/dummy_subsubpackage1.h',
+ 'subsubpackage1']]
« no previous file with comments | « tools-webrtc/testdata/all_build_files/BUILD.gn ('k') | tools-webrtc/testdata/all_build_files/subpackage1/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698