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

Side by Side Diff: chrome/browser/resources/options/personal_options.html

Issue 6965007: Define os_posix in gyp files to get new Unix platforms added quickly (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: whoops, fixed mistake Created 9 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
« no previous file with comments | « build/temp_gyp/googleurl.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="personal-page" class="page hidden"> 1 <div id="personal-page" class="page hidden">
2 <h1 i18n-content="personalPage"></h1> 2 <h1 i18n-content="personalPage"></h1>
3 <if expr="pp_ifdef('chromeos')"> 3 <if expr="pp_ifdef('chromeos')">
4 <section> 4 <section>
5 <h3 i18n-content="account"></h3> 5 <h3 i18n-content="account"></h3>
6 <div> 6 <div>
7 <table class="option-control-table"> 7 <table class="option-control-table">
8 <tr> 8 <tr>
9 <td> 9 <td>
10 <img id='account-picture' 10 <img id='account-picture'
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 </div> 96 </div>
97 </section> 97 </section>
98 <if expr="not pp_ifdef('chromeos')"> 98 <if expr="not pp_ifdef('chromeos')">
99 <section> 99 <section>
100 <h3 i18n-content="browsingData"></h3> 100 <h3 i18n-content="browsingData"></h3>
101 <div> 101 <div>
102 <button id="import-data" i18n-content="importData"></button> 102 <button id="import-data" i18n-content="importData"></button>
103 </div> 103 </div>
104 </section> 104 </section>
105 </if> 105 </if>
106 <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd') != -1)"> 106 <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd') != -1 or os == 'sunos5')">
107 <section> 107 <section>
108 <h3 i18n-content="appearance"></h3> 108 <h3 i18n-content="appearance"></h3>
109 <div> 109 <div>
110 <div> 110 <div>
111 <button id="themes-GTK-button" 111 <button id="themes-GTK-button"
112 i18n-content="themesGTKButton"></button> 112 i18n-content="themesGTKButton"></button>
113 <button id="themes-reset" 113 <button id="themes-reset"
114 i18n-content="themesSetClassic"></button> 114 i18n-content="themesSetClassic"></button>
115 </div> 115 </div>
116 <div id="themes-gallery-div"> 116 <div id="themes-gallery-div">
(...skipping 28 matching lines...) Expand all
145 </div> 145 </div>
146 <div id="themes-gallery-div"> 146 <div id="themes-gallery-div">
147 <a id="themes-gallery" i18n-content="themesGallery" 147 <a id="themes-gallery" i18n-content="themesGallery"
148 i18n-values="href:themesGalleryURL" target="_blank"></a> 148 i18n-values="href:themesGalleryURL" target="_blank"></a>
149 </div> 149 </div>
150 </div> 150 </div>
151 </section> 151 </section>
152 </if> 152 </if>
153 153
154 </div> 154 </div>
OLDNEW
« no previous file with comments | « build/temp_gyp/googleurl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698