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

Side by Side Diff: content/components/navigation_interception/DEPS

Issue 11293017: Move navigation interception component to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Output to navigation_interception/ and use +jni in DEPS Created 8 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/public", 2 "+content/public",
3 "+net/url_request", 3 "+net/url_request",
4 "+chrome/test/base/chrome_render_view_host_test_harness.h",
jam 2012/11/02 16:52:37 anything below content/ shouldn't depend on chrome
5
6 # For generated JNI includes
7 "+jni",
4 ] 8 ]
5 9
6 specific_include_rules = { 10 specific_include_rules = {
7 '.*_(a-z)+test\.cc': [ 11 '.*_(a-z)+test\.cc': [
8 # Temporary until test case moves into a separate test runner. 12 # Temporary until test case moves into a separate test runner.
9 "!chrome/test/base", 13 "!chrome/test/base",
10 "+testing", 14 "+testing",
11 ], 15 ],
12 } 16 }
OLDNEW
« no previous file with comments | « content/components/content_components.gyp ('k') | content/components/navigation_interception/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698