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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 6981001: Make the Pepper proxy support in-process font rendering. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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
« no previous file with comments | « ppapi/ppapi_shared_proxy.gypi ('k') | ppapi/proxy/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_tests.gypi
===================================================================
--- ppapi/ppapi_tests.gypi (revision 84713)
+++ ppapi/ppapi_tests.gypi (working copy)
@@ -7,7 +7,7 @@
{
'target_name': 'ppapi_example',
'dependencies': [
- 'ppapi_cpp'
+ 'ppapi.gyp:ppapi_cpp'
],
'xcode_settings': {
'INFOPLIST_FILE': 'example/Info.plist',
@@ -64,7 +64,7 @@
# 'target_name': 'ppapi_example_skeleton',
# 'type': 'none',
# 'dependencies': [
-# 'ppapi_cpp',
+# 'ppapi.gyp:ppapi_cpp',
# ],
# 'export_dependent_setting': ['ppapi_cpp'],
# 'direct_dependent_settings': {
@@ -242,7 +242,7 @@
'tests/test_var_deprecated.h',
],
'dependencies': [
- 'ppapi_cpp'
+ 'ppapi.gyp:ppapi_cpp'
],
'conditions': [
['OS=="win"', {
@@ -294,6 +294,7 @@
'../ipc/ipc.gyp:test_support_ipc',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ '../ui/gfx/surface/surface.gyp:surface',
],
'sources': [
'proxy/run_all_unittests.cc',
« no previous file with comments | « ppapi/ppapi_shared_proxy.gypi ('k') | ppapi/proxy/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698