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

Side by Side Diff: chrome/browser/DEPS

Issue 1853913002: Clean up and sort chrome/ DEPS entries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
6 "+chrome/grit", # For generated headers 6 "+chrome/grit", # For generated headers
7 "+chrome/installer", 7 "+chrome/installer",
8 "+chrome_elf/blacklist", 8 "+chrome_elf/blacklist",
9 "+chrome_elf/chrome_elf_constants.h", 9 "+chrome_elf/chrome_elf_constants.h",
10 "+chrome_elf/create_file", 10 "+chrome_elf/create_file",
11 "+chrome_elf/dll_hash", 11 "+chrome_elf/dll_hash",
12 "+chromeos", 12 "+chromeos",
13 "+components", 13 "+components",
14 "+content/public/browser", 14 "+content/public/browser",
15 "+content/test/net", 15 "+content/test/net",
16 "+courgette", 16 "+courgette",
17 "+device/bluetooth", 17 "+device/bluetooth",
18 "+device/core", 18 "+device/core",
19 "+device/hid", 19 "+device/hid",
20 "+device/media_transfer_protocol",
20 "+device/usb", 21 "+device/usb",
21 "+device/media_transfer_protocol",
22 "+extensions/browser", 22 "+extensions/browser",
23 "+extensions/common", 23 "+extensions/common",
24 "+extensions/components/javascript_dialog_extensions_client", 24 "+extensions/components/javascript_dialog_extensions_client",
25 "+extensions/grit", 25 "+extensions/grit",
26 "+extensions/test", 26 "+extensions/test",
27 "+gin", 27 "+gin",
28 "+google/cacheinvalidation", # Sync invalidation API protobuf files. 28 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
29 "+google_apis", 29 "+google_apis",
30 "+google_update", 30 "+google_update",
31 "+grit", # TODO(thestig) Remove. For generated headers 31 "+grit", # TODO(thestig) Remove. For generated headers
32 "+installer_util_strings", # For generated headers 32 "+installer_util_strings", # For generated headers
33 "+jni", 33 "+jni",
34 "+media/audio", # For media audio hang monitor. 34 "+media/audio", # For media audio hang monitor.
35 "+media/base", # For media switches 35 "+media/base", # For media switches
36 "+media/midi", # For midi switches 36 "+media/midi", # For midi switches
37 "+media/mojo", # For mojo media services. 37 "+media/mojo", # For mojo media services.
38 "+mojo/shell/public/cpp",
39 "+mojo/converters", 38 "+mojo/converters",
40 "+mojo/runner/child", 39 "+mojo/runner/child",
40 "+mojo/shell/public/cpp",
41 "+policy", # For generated headers and source 41 "+policy", # For generated headers and source
42 "+ppapi/c", # For various types. 42 "+ppapi/c", # For various types.
43 "+ppapi/host", 43 "+ppapi/host",
44 "+ppapi/proxy", 44 "+ppapi/proxy",
45 "+ppapi/shared_impl", 45 "+ppapi/shared_impl",
46 # Defines some types that are marshalled over IPC.
47 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", 46 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
48 "+rlz", 47 "+rlz",
49 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 48 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
50 "+skia/ext", 49 "+skia/ext",
51 "+sync/api", # Sync API files. 50 "+sync/api", # Sync API files.
52 "+sync/internal_api/public/attachments", # Needed for tests. 51 "+sync/internal_api/public/attachments", # Needed for tests.
53 "+sync/internal_api/public/base", 52 "+sync/internal_api/public/base",
54 "+sync/protocol", # Sync protobuf files. 53 "+sync/protocol", # Sync protobuf files.
55 "+sync/util", # Sync utilities like GetSessionName. 54 "+sync/util", # Sync utilities like GetSessionName.
56 "+syzygy/kasko", 55 "+syzygy/kasko",
57 "+third_party/cros_system_api", 56 "+third_party/cros_system_api",
58 "+third_party/kasko", 57 "+third_party/kasko",
59 "+win8/util", 58 "+win8/util",
59 # Defines some types that are marshalled over IPC.
60 60
61 # chrome only needs switches from cc. All usage of the compositor is from 61 # chrome only needs switches from cc. All usage of the compositor is from
62 # content. Definitely don't include generic stuff from cc/base here, if this 62 # content. Definitely don't include generic stuff from cc/base here, if this
63 # is needed these files need to move to base/ 63 # is needed these files need to move to base/
64 "+cc/base/switches.h", 64 "+cc/base/switches.h",
65 65
66 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo 66 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
67 "-content/public/test/test_browser_context.h", 67 "-content/public/test/test_browser_context.h",
68 68
69 "+storage/browser", 69 "+storage/browser",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 101 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
102 "+third_party/WebKit/public/web/WebCache.h", 102 "+third_party/WebKit/public/web/WebCache.h",
103 "+third_party/WebKit/public/web/WebContextMenuData.h", 103 "+third_party/WebKit/public/web/WebContextMenuData.h",
104 "+third_party/WebKit/public/web/WebFindOptions.h", 104 "+third_party/WebKit/public/web/WebFindOptions.h",
105 "+third_party/WebKit/public/web/WebInputEvent.h", 105 "+third_party/WebKit/public/web/WebInputEvent.h",
106 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 106 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
107 "+third_party/WebKit/public/web/WebPluginAction.h", 107 "+third_party/WebKit/public/web/WebPluginAction.h",
108 "+third_party/WebKit/public/web/WebTextDirection.h", 108 "+third_party/WebKit/public/web/WebTextDirection.h",
109 "+third_party/WebKit/public/web/WebWindowFeatures.h", 109 "+third_party/WebKit/public/web/WebWindowFeatures.h",
110 ] 110 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698