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

Side by Side Diff: chrome/common/extensions/docs/templates/public/extensions/sessions.html

Issue 21022018: Sessions API - previously Session Restore API. Supports restoring currently open foreign windows an… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Set similarity Created 7 years, 4 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 # src/mesa/x86-64/Makefile 1 {{+partials.standard_extensions_api api:apis.sessions}}
not at google - send to devlin 2013/08/06 19:04:09 something funny happened here.
Kristen Dwan 2013/08/12 15:11:30 not sure what that found as it's "previous" file..
2
3 TOP = ../../..
4
5 include $(TOP)/configs/current
6
7
8
9 INCLUDE_DIRS = \
10 » -I$(TOP)/include/GL \
11 » -I$(TOP)/include \
12 » -I.. \
13 » -I../main \
14 » -I../math \
15 » -I../tnl
16
17
18 default: matypes.h
19
20 clean:
21 » -rm -f matypes.h
22
23
24 # need some special rules here, unfortunately
25 matypes.h: ../main/mtypes.h ../tnl/t_context.h ../x86/gen_matypes
26 » ../x86/gen_matypes > matypes.h
27
28 xform4.o: matypes.h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698