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

Side by Side Diff: content/browser/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: updates 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 "+content/gpu", # For gpu_info_collector.h and in-process GPU 2 "+content/gpu", # For gpu_info_collector.h and in-process GPU
3 "+content/public/browser", 3 "+content/public/browser",
4 "+grit/webkit_strings.h",
4 5
5 # Other libraries. 6 # Other libraries.
6 "+third_party/iaccessible2", 7 "+third_party/iaccessible2",
7 "+third_party/isimpledom", 8 "+third_party/isimpledom",
8 9
9 # DO NOT ADD ANY CHROME INCLUDES HERE!!! 10 # DO NOT ADD ANY CHROME INCLUDES HERE!!!
10 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 11 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
11 # for more information. 12 # for more information.
12 13
13 # ONLY USED BY TESTS 14 # ONLY USED BY TESTS
14 "+chrome/browser/ui/browser.h", 15 "+chrome/browser/ui/browser.h",
15 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698