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

Side by Side Diff: chrome/DEPS

Issue 107933006: Get rid of ui_cocoa_third_party_toolkits target from ui.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mark review Created 7 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
« no previous file with comments | « breakpad/breakpad.gyp ('k') | chrome/browser/service_process/service_process_control_mac.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+base/prefs", 2 "+base/prefs",
3 "+crypto", 3 "+crypto",
4 "+gpu", 4 "+gpu",
5 "+net", 5 "+net",
6 "+printing", 6 "+printing",
7 "+sql", 7 "+sql",
8 # Browser, renderer, common and tests access V8 for various purposes. 8 # Browser, renderer, common and tests access V8 for various purposes.
9 "-v8", 9 "-v8",
10 "+v8/include", 10 "+v8/include",
(...skipping 14 matching lines...) Expand all
25 "-webkit", 25 "-webkit",
26 "-tools", 26 "-tools",
27 27
28 "-crypto/third_party", 28 "-crypto/third_party",
29 29
30 # Allow inclusion of WebKit API files. 30 # Allow inclusion of WebKit API files.
31 "+third_party/WebKit/public/platform", 31 "+third_party/WebKit/public/platform",
32 "+third_party/WebKit/public/web", 32 "+third_party/WebKit/public/web",
33 33
34 # Allow inclusion of third-party code: 34 # Allow inclusion of third-party code:
35 "+third_party/google_toolbox_for_mac/src",
35 "+third_party/hunspell", 36 "+third_party/hunspell",
36 "+third_party/libxml", 37 "+third_party/libxml",
37 "+third_party/mozilla", # Mozilla interface headers. 38 "+third_party/mozilla", # Mozilla interface headers.
38 "+third_party/skia", 39 "+third_party/skia",
39 "+third_party/zlib/google", 40 "+third_party/zlib/google",
40 "+third_party/GTM", # Google Toolbox for Mac.
41 41
42 "+ui", 42 "+ui",
43 ] 43 ]
OLDNEW
« no previous file with comments | « breakpad/breakpad.gyp ('k') | chrome/browser/service_process/service_process_control_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698