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

Side by Side Diff: remoting/DEPS

Issue 10928017: Moving google_apis and GaiaClient to src/google_apis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head Created 8 years, 3 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
« no previous file with comments | « google_apis/google_apis.gyp ('k') | remoting/host/remoting_me2me_host.cc » ('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 # Hack for NPAPI policy support. REMOVE ASAP. 2 # Hack for NPAPI policy support. REMOVE ASAP.
3 # Bug: http://crbug.com/92576 3 # Bug: http://crbug.com/92576
4 "+content/common", 4 "+content/common",
5 5
6 "+crypto", 6 "+crypto",
7 "+google_apis",
7 "+media/base", 8 "+media/base",
8 9
9 # Note: Only for net::EnableSSLServerSockets(), which must be called by 10 # Note: Only for net::EnableSSLServerSockets(), which must be called by
10 # unit tests at process start. 11 # unit tests at process start.
11 "-net", 12 "-net",
12 "+net/socket", 13 "+net/socket",
13 14
14 "-remoting", 15 "-remoting",
15 "+remoting/base", 16 "+remoting/base",
16 "+remoting/proto", 17 "+remoting/proto",
17 "+skia/config", 18 "+skia/config",
18 "+skia/ext", 19 "+skia/ext",
19 "+third_party/GTM", 20 "+third_party/GTM",
20 "+third_party/GTM/AppKit", 21 "+third_party/GTM/AppKit",
21 "+third_party/libjingle", 22 "+third_party/libjingle",
22 "+third_party/libvpx", 23 "+third_party/libvpx",
23 "+third_party/skia/include/core", 24 "+third_party/skia/include/core",
24 "+ui/base/keycodes", 25 "+ui/base/keycodes",
25 ] 26 ]
OLDNEW
« no previous file with comments | « google_apis/google_apis.gyp ('k') | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698