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

Side by Side Diff: chrome/browser/DEPS

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
Patch Set: Rebase. Created 4 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
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",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "+services/ui/public", 42 "+services/ui/public",
43 "+policy", # For generated headers and source 43 "+policy", # For generated headers and source
44 "+ppapi/c", # For various types. 44 "+ppapi/c", # For various types.
45 "+ppapi/host", 45 "+ppapi/host",
46 "+ppapi/proxy", 46 "+ppapi/proxy",
47 "+ppapi/shared_impl", 47 "+ppapi/shared_impl",
48 "+rlz", 48 "+rlz",
49 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 49 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
50 "+services/shell", 50 "+services/shell",
51 "+skia/ext", 51 "+skia/ext",
52 "+sync/api", # Sync API files.
53 "+sync/internal_api/public/attachments", # Needed for tests.
54 "+sync/internal_api/public/base",
55 "+sync/protocol", # Sync protobuf files.
56 "+sync/util", # Sync utilities like GetSessionName.
57 "+syzygy/kasko", 52 "+syzygy/kasko",
58 "+third_party/cros_system_api", 53 "+third_party/cros_system_api",
59 "+third_party/kasko", 54 "+third_party/kasko",
60 "+win8/util", 55 "+win8/util",
61 56
62 # chrome only needs switches from cc. All usage of the compositor is from 57 # chrome only needs switches from cc. All usage of the compositor is from
63 # content. Definitely don't include generic stuff from cc/base here, if this 58 # content. Definitely don't include generic stuff from cc/base here, if this
64 # is needed these files need to move to base/ 59 # is needed these files need to move to base/
65 "+cc/base/switches.h", 60 "+cc/base/switches.h",
66 61
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 101 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
107 "+third_party/WebKit/public/web/WebCache.h", 102 "+third_party/WebKit/public/web/WebCache.h",
108 "+third_party/WebKit/public/web/WebContextMenuData.h", 103 "+third_party/WebKit/public/web/WebContextMenuData.h",
109 "+third_party/WebKit/public/web/WebFindOptions.h", 104 "+third_party/WebKit/public/web/WebFindOptions.h",
110 "+third_party/WebKit/public/web/WebInputEvent.h", 105 "+third_party/WebKit/public/web/WebInputEvent.h",
111 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 106 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
112 "+third_party/WebKit/public/web/WebPluginAction.h", 107 "+third_party/WebKit/public/web/WebPluginAction.h",
113 "+third_party/WebKit/public/web/WebTextDirection.h", 108 "+third_party/WebKit/public/web/WebTextDirection.h",
114 "+third_party/WebKit/public/web/WebWindowFeatures.h", 109 "+third_party/WebKit/public/web/WebWindowFeatures.h",
115 ] 110 ]
OLDNEW
« build/all.gyp ('K') | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698