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

Side by Side Diff: platform_tools/android/tests/inputs/SkUserConfig.h

Issue 198063002: Updates to Android.mk generation. (Closed) Base URL: https://skia.googlesource.com/skia.git@android_mk
Patch Set: Add a comment explaining the motivation of OrderedSet. Created 6 years, 8 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 /* 1 /*
2 * Copyright 2014 Google Inc. 2 * Copyright 2014 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #include "SkTraceEvent.h" 8 /*
9 #include "Test.h" 9 * Unchanging SkUserConfig.h for testing generate_user_config.
10 10 */
11 DEF_TEST(Tracing, reporter) {
12 TRACE_EVENT0("skia.testing", "just a test");
13 }
OLDNEW
« no previous file with comments | « platform_tools/android/tests/generate_user_config_tests.py ('k') | platform_tools/android/tests/makefile_writer_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698