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

Side by Side Diff: blimp/client/core/resources/android/java/res/xml/blimp_preferences.xml

Issue 2447483002: Test win_clang compile only check in core/resources. (Closed)
Patch Set: filter win platform build Created 4 years, 2 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2016 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2016 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" 6 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
7 android:title="@string/blimp_about_blimp_preferences"> 7 android:title="@string/blimp_about_blimp_preferences">
8 <SwitchPreference 8 <SwitchPreference
9 android:key="blimp_switch" 9 android:key="blimp_switch"
10 android:title="@string/blimp_switch" /> 10 android:title="@string/blimp_switch" />
11 <Preference 11 <Preference
12 android:key="blimp_engine_info" 12 android:key="blimp_engine_info"
13 android:title="@string/blimp_engine_info" /> 13 android:title="@string/blimp_engine_info" />
14 <Preference 14 <Preference
15 android:key="blimp_engine_version" 15 android:key="blimp_engine_version"
16 android:title="@string/blimp_engine_version" /> 16 android:title="@string/blimp_engine_version" />
17 <ListPreference 17 <ListPreference
18 android:key="blimp_assigner_url" 18 android:key="blimp_assigner_url"
19 android:title="@string/blimp_assigner_url" 19 android:title="@string/blimp_assigner_url"
20 android:entries="@array/blimp_assigner_envs" 20 android:entries="@array/blimp_assigner_envs"
21 android:entryValues="@array/blimp_assigner_urls" /> 21 android:entryValues="@array/blimp_assigner_urls" />
22 </PreferenceScreen> 22 </PreferenceScreen>
OLDNEW
« no previous file with comments | « blimp/client/core/resources/android/java/res/values/arrays.xml ('k') | blimp/client/core/resources/blimp_strings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698