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

Side by Side Diff: chrome/browser/DEPS

Issue 387733004: Move sync/notifier to components/invalidation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add dep on dynamic_annotations (see crbug.com/392532) Created 6 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chrome_elf/blacklist", 6 "+chrome_elf/blacklist",
7 "+chrome_elf/chrome_elf_constants.h", 7 "+chrome_elf/chrome_elf_constants.h",
8 "+chrome_elf/create_file", 8 "+chrome_elf/create_file",
9 "+chrome_elf/dll_hash", 9 "+chrome_elf/dll_hash",
10 "+chromeos", 10 "+chromeos",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "+ppapi/c", # For various types. 79 "+ppapi/c", # For various types.
80 "+ppapi/host", 80 "+ppapi/host",
81 "+ppapi/proxy", 81 "+ppapi/proxy",
82 "+ppapi/shared_impl", 82 "+ppapi/shared_impl",
83 # Defines some types that are marshalled over IPC. 83 # Defines some types that are marshalled over IPC.
84 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", 84 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h",
85 "+rlz", 85 "+rlz",
86 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x. 86 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo x.
87 "+skia/ext", 87 "+skia/ext",
88 "+sync/api", # Sync API files. 88 "+sync/api", # Sync API files.
89 "+sync/notifier", # Sync invalidation API files.
90 "+sync/protocol", # Sync protobuf files. 89 "+sync/protocol", # Sync protobuf files.
91 "+third_party/cros_system_api", 90 "+third_party/cros_system_api",
92 "+win8/util", 91 "+win8/util",
93 92
94 # chrome only needs switches from cc. All usage of the compositor is from 93 # chrome only needs switches from cc. All usage of the compositor is from
95 # content. Definitely don't include generic stuff from cc/base here, if this 94 # content. Definitely don't include generic stuff from cc/base here, if this
96 # is needed these files need to move to base/ 95 # is needed these files need to move to base/
97 "+cc/base/switches.h", 96 "+cc/base/switches.h",
98 97
99 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo 98 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "+third_party/WebKit/public/web/WebContextMenuData.h", 136 "+third_party/WebKit/public/web/WebContextMenuData.h",
138 "+third_party/WebKit/public/web/WebFindOptions.h", 137 "+third_party/WebKit/public/web/WebFindOptions.h",
139 "+third_party/WebKit/public/web/WebInputEvent.h", 138 "+third_party/WebKit/public/web/WebInputEvent.h",
140 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 139 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
141 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 140 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
142 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 141 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
143 "+third_party/WebKit/public/web/WebPluginAction.h", 142 "+third_party/WebKit/public/web/WebPluginAction.h",
144 "+third_party/WebKit/public/web/WebTextDirection.h", 143 "+third_party/WebKit/public/web/WebTextDirection.h",
145 "+third_party/WebKit/public/web/WebWindowFeatures.h", 144 "+third_party/WebKit/public/web/WebWindowFeatures.h",
146 ] 145 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/device_cloud_policy_invalidator.cc » ('j') | google_apis/google_apis.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698