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

Unified Diff: remoting/remoting.gyp

Issue 7622002: Revert 96327 - Switch over to using SkRegions to calculate dirty areas. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- remoting/remoting.gyp (revision 96327)
+++ remoting/remoting.gyp (working copy)
@@ -167,9 +167,6 @@
'remoting_jingle_glue',
'../third_party/npapi/npapi.gyp:npapi',
],
- 'include_dirs': [
- '../skia/config',
- ],
'sources': [
'host/plugin/host_plugin.cc',
'host/plugin/host_plugin.def',
@@ -181,11 +178,6 @@
'host/plugin/host_script_object.h',
],
'conditions': [
- ['OS=="win"', {
- 'include_dirs': [
- '../third_party/skia/include/config',
- ],
- }],
['OS=="mac"', {
'mac_bundle': 1,
'xcode_settings': {
@@ -300,9 +292,6 @@
# TODO(hclam): Enable VP8 in the build.
#'third_party/on2/on2.gyp:vp8',
],
- 'include_dirs': [
- '../skia/config',
- ],
'export_dependent_settings': [
'../base/base.gyp:base',
'../net/net.gyp:net',
@@ -349,6 +338,7 @@
'base/task_thread_proxy.h',
'base/tracer.cc',
'base/tracer.h',
+ 'base/types.h',
'base/util.cc',
'base/util.h',
],
@@ -361,11 +351,6 @@
'base/encoder_vp8.h',
],
}],
- ['OS=="win"', {
- 'include_dirs': [
- '../third_party/skia/include/config',
- ],
- }],
],
}, # end of target 'remoting_base'
@@ -379,9 +364,6 @@
'differ_block',
'../crypto/crypto.gyp:crypto',
],
- 'include_dirs': [
- '../skia/config',
- ],
'sources': [
'host/access_verifier.h',
'host/capturer.h',
@@ -468,11 +450,6 @@
],
},
}],
- ['OS=="win"', {
- 'include_dirs': [
- '../third_party/skia/include/config',
- ],
- }],
['OS=="mac"', {
'sources': [
'../third_party/GTM/AppKit/GTMCarbonEvent.h',
@@ -505,9 +482,6 @@
'remoting_jingle_glue',
'remoting_protocol',
],
- 'include_dirs': [
- '../skia/config',
- ],
'sources': [
'client/chromoting_client.cc',
'client/chromoting_client.h',
@@ -527,13 +501,6 @@
'client/rectangle_update_decoder.cc',
'client/rectangle_update_decoder.h',
],
- 'conditions': [
- ['OS=="win"', {
- 'include_dirs': [
- '../third_party/skia/include/config',
- ],
- }],
- ],
}, # end of target 'remoting_client'
{
@@ -547,9 +514,6 @@
'../base/base.gyp:base_i18n',
'../media/media.gyp:media',
],
- 'include_dirs': [
- '../skia/config',
- ],
'sources': [
'host/capturer_fake_ascii.cc',
'host/capturer_fake_ascii.h',
@@ -566,13 +530,6 @@
'../base/test/mock_chrome_application_mac.mm',
'../base/test/mock_chrome_application_mac.h',
],
- 'conditions': [
- ['OS=="win"', {
- 'include_dirs': [
- '../third_party/skia/include/config',
- ],
- }],
- ],
}, # end of target 'remoting_simple_host'
{
@@ -726,6 +683,9 @@
{
'target_name': 'differ_block',
'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
'dependencies': [
'../media/media.gyp:cpu_features',
],
@@ -745,6 +705,9 @@
{
'target_name': 'differ_block_sse2',
'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
'conditions': [
[ 'os_posix == 1 and OS != "mac"', {
'cflags': [
@@ -791,7 +754,6 @@
],
'include_dirs': [
'../testing/gmock/include',
- '../skia/config',
],
'sources': [
'base/auth_token_util_unittest.cc',
@@ -868,11 +830,6 @@
'base/encoder_vp8_unittest.cc',
],
}],
- ['OS=="win"', {
- 'include_dirs': [
- '../third_party/skia/include/config',
- ],
- }],
], # end of 'conditions'
}, # end of target 'remoting_unittests'
], # end of targets
« 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