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

Side by Side Diff: content/common/DEPS

Issue 8589001: Load mac sandbox definitions from resources instead of the bundle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: different approach Created 9 years 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 "+media/base/media_log_event.h", 2 "+media/base/media_log_event.h",
3 "+grit/content_resources.h",
3 4
4 # TODO(jam): remove me once notification_service.cc moves to browser 5 # TODO(jam): remove me once notification_service.cc moves to browser
5 "+content/public/browser/notification_details.h", 6 "+content/public/browser/notification_details.h",
6 "+content/public/browser/notification_observer.h", 7 "+content/public/browser/notification_observer.h",
7 "+content/public/browser/notification_registrar.h", 8 "+content/public/browser/notification_registrar.h",
8 "+content/public/browser/notification_source.h", 9 "+content/public/browser/notification_source.h",
9 "+content/public/browser/notification_types.h", 10 "+content/public/browser/notification_types.h",
10 ] 11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698