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

Side by Side Diff: chrome/DEPS

Issue 15650005: Create app shims with 32-bit icons only, as per OSX 10.5 spec. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: skautolockpixels Created 7 years, 7 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 "+ash", 2 "+ash",
3 "+base/prefs", 3 "+base/prefs",
4 "+cc", 4 "+cc",
5 "+crypto", 5 "+crypto",
6 "+gpu", 6 "+gpu",
7 "+jni", 7 "+jni",
8 "+leveldb", 8 "+leveldb",
9 "+net", 9 "+net",
10 "+printing", 10 "+printing",
(...skipping 25 matching lines...) Expand all
36 "-tools", 36 "-tools",
37 37
38 "-crypto/third_party", 38 "-crypto/third_party",
39 39
40 # Allow inclusion of WebKit API files. 40 # Allow inclusion of WebKit API files.
41 "+third_party/WebKit/Source/Platform/chromium", 41 "+third_party/WebKit/Source/Platform/chromium",
42 "+third_party/WebKit/Source/WebKit/chromium", 42 "+third_party/WebKit/Source/WebKit/chromium",
43 43
44 # Allow inclusion of third-party code: 44 # Allow inclusion of third-party code:
45 "+third_party/hunspell", 45 "+third_party/hunspell",
46 "+third_party/icon_family", # IconFamily for Mac.
47 "+third_party/libxml", 46 "+third_party/libxml",
48 "+third_party/mozilla", # Mozilla interface headers. 47 "+third_party/mozilla", # Mozilla interface headers.
49 "+third_party/npapi", # NPAPI interface headers. 48 "+third_party/npapi", # NPAPI interface headers.
50 "+third_party/skia", 49 "+third_party/skia",
51 "+third_party/tcmalloc", 50 "+third_party/tcmalloc",
52 "+third_party/zlib/google", 51 "+third_party/zlib/google",
53 "+third_party/GTM", # Google Toolbox for Mac. 52 "+third_party/GTM", # Google Toolbox for Mac.
54 53
55 "+ui", 54 "+ui",
56 ] 55 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/web_applications/web_app_mac.mm » ('j') | chrome/browser/web_applications/web_app_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698