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

Side by Side Diff: chrome/test/DEPS

Issue 14192016: Move OS_CHROMEOS-specific paths to chromeos/chromeos_paths.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 8 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/common/chrome_paths.cc ('k') | chrome/test/base/chrome_test_suite.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, and may 2 # The test directory can do whatever it wants in chrome, and may
3 # rely on components. 3 # rely on components.
4 "+chrome", 4 "+chrome",
5 "+chromeos",
5 "+components", 6 "+components",
6 "+extensions", 7 "+extensions",
7 8
8 # Tests under chrome/ shouldn't need to access the internals of content/ and 9 # Tests under chrome/ shouldn't need to access the internals of content/ and
9 # as such are allowed only content/public. If you find yourself wanting to 10 # as such are allowed only content/public. If you find yourself wanting to
10 # write such a test, or a test that depends primarily on content, think about 11 # write such a test, or a test that depends primarily on content, think about
11 # whether the test belongs under content/, or should be split up into a test 12 # whether the test belongs under content/, or should be split up into a test
12 # within content/ and a test within chrome/. 13 # within content/ and a test within chrome/.
13 "+content/public", 14 "+content/public",
14 15
15 "+grit", # For generated headers 16 "+grit", # For generated headers
16 "+media/audio", 17 "+media/audio",
17 "+sandbox/win/src", 18 "+sandbox/win/src",
18 "+sandbox/win/tests", 19 "+sandbox/win/tests",
19 "+webkit/glue", 20 "+webkit/glue",
20 "+webkit/plugins", 21 "+webkit/plugins",
21 ] 22 ]
OLDNEW
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | chrome/test/base/chrome_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698