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

Side by Side Diff: ui/gfx/font_names_testing.h

Issue 2302313002: Configure font font names in GFX unittests (Closed)
Patch Set: Change to OpenSymbol and make test more robust Created 4 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
OLDNEW
(Empty)
1 // Copyright (c) 2016 The Chromium Authors. All rights reserved.
Alexei Svitkine (slow) 2016/09/02 15:19:58 No (c) for new files.
drott 2016/09/02 15:35:54 Done.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef UI_GFX_FONT_NAMES_TESTING_H_
6 #define UI_GFX_FONT_NAMES_TESTING_H_
7
8 namespace gfx {
9
10 #if defined(OS_LINUX)
11 const char* const symbol_font_name = "Opensymbol";
Alexei Svitkine (slow) 2016/09/02 15:19:58 Naming conventions for constants is kSymbolFontNam
drott 2016/09/02 15:35:54 Okay, split into .h and .cc.
12 #else
13 const char* const symbol_font_name = "Symbol";
14 #endif
15
16 };
Alexei Svitkine (slow) 2016/09/02 15:19:58 No ; Add a comment // namespace gfx
drott 2016/09/02 15:35:54 Done in header and new .cc file.
17
18 #endif
OLDNEW
« no previous file with comments | « ui/gfx/font_list_unittest.cc ('k') | ui/gfx/font_unittest.cc » ('j') | ui/gfx/font_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698