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

Side by Side Diff: sandbox/linux/DEPS

Issue 273423007: Move sanbox_export.h to //sandbox from //sandbox/linux and split root OWNERS file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Drop OWNERS Created 6 years, 7 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 | « no previous file | sandbox/linux/sandbox_export.h » ('j') | sandbox/sandbox_export.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # First, exclude everything. 2 # First, exclude everything.
3 # Exclude a few dependencies that are included in the root DEPS and that we 3 # Exclude a few dependencies that are included in the root DEPS and that we
4 # don't need. 4 # don't need.
5 # Sadly, there is no way to exclude all root DEPS since the root has no name. 5 # Sadly, there is no way to exclude all root DEPS since the root has no name.
6 "-ipc", 6 "-ipc",
7 "-library_loaders", 7 "-library_loaders",
8 "-third_party", 8 "-third_party",
9 "-url", 9 "-url",
10 # Make sure that each subdirectory has to declare its dependencies in 10 # Make sure that each subdirectory has to declare its dependencies in
11 # sandbox/ explicitly. 11 # sandbox/ explicitly.
12 "-sandbox/linux", 12 "-sandbox/linux",
13 13
14 # Second, add what we want to allow. 14 # Second, add what we want to allow.
15 # Anything included from sandbox/linux must be declared after this line or in 15 # Anything included from sandbox/linux must be declared after this line or in
16 # a more specific DEPS file. 16 # a more specific DEPS file.
17 # base/, build/ and testing/ are already included in the global DEPS file, 17 # base/, build/ and testing/ are already included in the global DEPS file,
18 # but be explicit. 18 # but be explicit.
19 "+base", 19 "+base",
20 "+build", 20 "+build",
21 "+testing", 21 "+testing",
22 "+sandbox/linux/sandbox_export.h", 22 "+sandbox/sandbox_export.h",
23 # Everyone can use tests/ 23 # Everyone can use tests/
24 "+sandbox/linux/tests", 24 "+sandbox/linux/tests",
25 ] 25 ]
OLDNEW
« no previous file with comments | « no previous file | sandbox/linux/sandbox_export.h » ('j') | sandbox/sandbox_export.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698