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

Side by Side Diff: chrome/test/DEPS

Issue 10689170: Move the Windows sandbox to sandbox/win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of tree (properly this time) Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/service/service_main.cc ('k') | chrome/test/base/chrome_test_launcher.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # The test directory can do whatever it wants in chrome. 2 # The test directory can do whatever it wants in chrome.
3 "+chrome", 3 "+chrome",
4 4
5 # Tests under chrome/ shouldn't need to access the internals of content/ and 5 # Tests under chrome/ shouldn't need to access the internals of content/ and
6 # as such are allowed only content/public. If you find yourself wanting to 6 # as such are allowed only content/public. If you find yourself wanting to
7 # write such a test, or a test that depends primarily on content, think about 7 # write such a test, or a test that depends primarily on content, think about
8 # whether the test belongs under content/, or should be split up into a test 8 # whether the test belongs under content/, or should be split up into a test
9 # within content/ and a test within chrome/. 9 # within content/ and a test within chrome/.
10 "+content/public", 10 "+content/public",
11 11
12 # TODO(joi): Need to remove all of these and use only content/public, see 12 # TODO(joi): Need to remove all of these and use only content/public, see
13 # http://crbug.com/98716 13 # http://crbug.com/98716
14 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 14 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
15 "+content/common/debug_flags.h", 15 "+content/common/debug_flags.h",
16 "+content/common/injection_test_dll.h", 16 "+content/common/injection_test_dll.h",
17 "+content/renderer/mock_content_renderer_client.h", 17 "+content/renderer/mock_content_renderer_client.h",
18 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 18 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
19 19
20 "+grit", # For generated headers 20 "+grit", # For generated headers
21 "+media/audio", 21 "+media/audio",
22 "+sandbox/src", 22 "+sandbox/win/src",
23 "+sandbox/tests", 23 "+sandbox/win/tests",
24 "+webkit/glue", 24 "+webkit/glue",
25 "+webkit/plugins", 25 "+webkit/plugins",
26 ] 26 ]
OLDNEW
« no previous file with comments | « chrome/service/service_main.cc ('k') | chrome/test/base/chrome_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698