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

Side by Side Diff: frontend/client/src/autotest/EmbeddedTkoClient.gwt.xml

Issue 6246035: Merge remote branch 'cros/upstream' into master (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 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 <module> 1 <module>
2 <inherits name='com.google.gwt.user.User'/> 2 <inherits name='com.google.gwt.user.User'/>
3 <inherits name='com.google.gwt.json.JSON'/> 3 <inherits name='com.google.gwt.json.JSON'/>
4 <inherits name='com.google.gwt.http.HTTP'/> 4 <inherits name='com.google.gwt.http.HTTP'/>
5 5
6 <source path="tko"/> 6 <source path="tko"/>
7 <source path="common"/> 7 <source path="common"/>
8 <entry-point class='autotest.tko.EmbeddedTkoClient'/> 8 <entry-point class='autotest.tko.EmbeddedTkoClient'/>
9 9
10 <stylesheet src='common.css'/> 10 <stylesheet src='common.css'/>
11 <stylesheet src='standard.css'/> 11 <stylesheet src='standard.css'/>
12 <stylesheet src='afeclient.css'/> 12 <stylesheet src='afeclient.css'/>
13 <stylesheet src='tkoclient.css'/> 13 <stylesheet src='tkoclient.css'/>
14 14
15 <!-- <set-property name="user.agent" value="gecko"/> --> 15 <!-- <set-property name="user.agent" value="gecko1_8"/> -->
16 </module> 16 </module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698