| 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:
|
|
|
|
|