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

Unified Diff: tools/checkdeps/testdata/allowed/foo_unittest.cc

Issue 10823271: Add ability to write include rules specific to subsets of files in a directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head. Created 8 years, 4 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 | « tools/checkdeps/testdata/allowed/DEPS ('k') | tools/checkdeps/testdata/allowed/not_a_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checkdeps/testdata/allowed/foo_unittest.cc
diff --git a/chrome/browser/resources/extension_resource/demo/library.js b/tools/checkdeps/testdata/allowed/foo_unittest.cc
similarity index 72%
copy from chrome/browser/resources/extension_resource/demo/library.js
copy to tools/checkdeps/testdata/allowed/foo_unittest.cc
index 167786a82e94988c5933c4f192832cb08759e6c4..754f295eb5021cbdd4c1b67e47c24f547b2148d7 100644
--- a/chrome/browser/resources/extension_resource/demo/library.js
+++ b/tools/checkdeps/testdata/allowed/foo_unittest.cc
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-var _demo = {};
+#include "tools/checkdeps/testdata/disallowed/teststuff/good.h"
« no previous file with comments | « tools/checkdeps/testdata/allowed/DEPS ('k') | tools/checkdeps/testdata/allowed/not_a_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698