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

Unified Diff: remoting/remoting.gyp

Issue 7491070: Switch over to using SkRegions to calculate dirty areas. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed up shared lib compile Created 9 years, 4 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 | « remoting/host/x_server_pixel_buffer.cc ('k') | skia/ext/skia_utils_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 53918958ab5e280442e0a0b78025139f67ca0c35..de8c721de3f6c7c03b57862cd7723869bc5503a4 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -274,6 +274,7 @@
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../ui/ui.gyp:ui',
'../net/net.gyp:net',
+ '../skia/skia.gyp:skia',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'../third_party/zlib/zlib.gyp:zlib',
'../media/media.gyp:yuv_convert',
@@ -286,6 +287,7 @@
'export_dependent_settings': [
'../base/base.gyp:base',
'../net/net.gyp:net',
+ '../skia/skia.gyp:skia',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'proto/chromotocol.gyp:chromotocol_proto_lib',
],
@@ -334,7 +336,6 @@
'base/task_thread_proxy.h',
'base/tracer.cc',
'base/tracer.h',
- 'base/types.h',
'base/util.cc',
'base/util.h',
],
@@ -679,9 +680,6 @@
{
'target_name': 'differ_block',
'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
'dependencies': [
'../media/media.gyp:cpu_features',
],
@@ -701,9 +699,6 @@
{
'target_name': 'differ_block_sse2',
'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
'conditions': [
[ 'os_posix == 1 and OS != "mac"', {
'cflags': [
« no previous file with comments | « remoting/host/x_server_pixel_buffer.cc ('k') | skia/ext/skia_utils_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698