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

Unified Diff: tools/perf/page_sets/tough_pepper_cases/extra_data/Makefile

Issue 300413002: Add simple pepper plugin telemetry test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix formating Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: tools/perf/page_sets/tough_pepper_cases/extra_data/Makefile
diff --git a/native_client_sdk/src/gonacl_appengine/src/life/Makefile b/tools/perf/page_sets/tough_pepper_cases/extra_data/Makefile
similarity index 79%
copy from native_client_sdk/src/gonacl_appengine/src/life/Makefile
copy to tools/perf/page_sets/tough_pepper_cases/extra_data/Makefile
index 4b3d3eef3cacdc1095699d4d90111790214bbdd4..dd2af6aad4e1a9573056f312b22bef382ba68365 100644
--- a/native_client_sdk/src/gonacl_appengine/src/life/Makefile
+++ b/tools/perf/page_sets/tough_pepper_cases/extra_data/Makefile
@@ -1,20 +1,21 @@
-# Copyright (c) 2013 The Chromium Authors. All rights reserved.
+# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# GNU Makefile based on shared rules provided by the Native Client SDK.
# See README.Makefiles for more details.
-VALID_TOOLCHAINS := newlib glibc pnacl
+VALID_TOOLCHAINS := newlib glibc pnacl linux
NACL_SDK_ROOT ?= $(abspath $(CURDIR)/../../..)
+
include $(NACL_SDK_ROOT)/tools/common.mk
-TARGET = life
-LIBS = $(DEPS) ppapi_simple nacl_io sdk_util ppapi_cpp ppapi pthread
+TARGET = touch_drawing_plugin
+LIBS = ppapi_cpp ppapi pthread ppapi_cpp_private
-CFLAGS = -Wall -I..
-SOURCES = life.c
+CFLAGS = -Wall
+SOURCES = touch_drawing_plugin.cc
# Build rules generated by macros from common.mk:
« no previous file with comments | « tools/perf/page_sets/tough_pepper_cases.py ('k') | tools/perf/page_sets/tough_pepper_cases/extra_data/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698