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

Side by Side Diff: remoting/remoting.gyp

Issue 112453002: Remove dependency on skia from remoting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/win/rdp_desktop_session.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'conditions': [ 10 'conditions': [
(...skipping 2128 matching lines...) Expand 10 before | Expand all | Expand 10 after
2139 'variables': { 'enable_wexit_time_destructors': 1, }, 2139 'variables': { 'enable_wexit_time_destructors': 1, },
2140 'defines': [ 2140 'defines': [
2141 'HAVE_STDINT_H', # Required by on2_integer.h 2141 'HAVE_STDINT_H', # Required by on2_integer.h
2142 ], 2142 ],
2143 'dependencies': [ 2143 'dependencies': [
2144 'remoting_base', 2144 'remoting_base',
2145 'remoting_client', 2145 'remoting_client',
2146 'remoting_jingle_glue', 2146 'remoting_jingle_glue',
2147 '../net/net.gyp:net', 2147 '../net/net.gyp:net',
2148 '../ppapi/ppapi.gyp:ppapi_cpp_objects', 2148 '../ppapi/ppapi.gyp:ppapi_cpp_objects',
2149 '../skia/skia.gyp:skia',
2150 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2149 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2151 '../ui/events/events.gyp:dom4_keycode_converter', 2150 '../ui/events/events.gyp:dom4_keycode_converter',
2152 ], 2151 ],
2153 'sources': [ 2152 'sources': [
2154 'client/plugin/chromoting_instance.cc', 2153 'client/plugin/chromoting_instance.cc',
2155 'client/plugin/chromoting_instance.h', 2154 'client/plugin/chromoting_instance.h',
2156 'client/plugin/normalizing_input_filter.cc', 2155 'client/plugin/normalizing_input_filter.cc',
2157 'client/plugin/delegating_signal_strategy.cc', 2156 'client/plugin/delegating_signal_strategy.cc',
2158 'client/plugin/delegating_signal_strategy.h', 2157 'client/plugin/delegating_signal_strategy.h',
2159 'client/plugin/normalizing_input_filter.h', 2158 'client/plugin/normalizing_input_filter.h',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
2529 { 2528 {
2530 'target_name': 'remoting_base', 2529 'target_name': 'remoting_base',
2531 'type': 'static_library', 2530 'type': 'static_library',
2532 'variables': { 'enable_wexit_time_destructors': 1, }, 2531 'variables': { 'enable_wexit_time_destructors': 1, },
2533 'dependencies': [ 2532 'dependencies': [
2534 '../base/base.gyp:base', 2533 '../base/base.gyp:base',
2535 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 2534 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
2536 '../ui/gfx/gfx.gyp:gfx', 2535 '../ui/gfx/gfx.gyp:gfx',
2537 '../ui/ui.gyp:ui', 2536 '../ui/ui.gyp:ui',
2538 '../net/net.gyp:net', 2537 '../net/net.gyp:net',
2539 '../skia/skia.gyp:skia',
2540 '../third_party/libvpx/libvpx.gyp:libvpx', 2538 '../third_party/libvpx/libvpx.gyp:libvpx',
2541 '../third_party/libyuv/libyuv.gyp:libyuv', 2539 '../third_party/libyuv/libyuv.gyp:libyuv',
2542 '../third_party/opus/opus.gyp:opus', 2540 '../third_party/opus/opus.gyp:opus',
2543 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 2541 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
2544 '../media/media.gyp:media', 2542 '../media/media.gyp:media',
2545 '../media/media.gyp:shared_memory_support', 2543 '../media/media.gyp:shared_memory_support',
2546 'remoting_jingle_glue', 2544 'remoting_jingle_glue',
2547 'remoting_resources', 2545 'remoting_resources',
2548 'proto/chromotocol.gyp:chromotocol_proto_lib', 2546 'proto/chromotocol.gyp:chromotocol_proto_lib',
2549 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2547 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2550 ], 2548 ],
2551 'export_dependent_settings': [ 2549 'export_dependent_settings': [
2552 '../base/base.gyp:base', 2550 '../base/base.gyp:base',
2553 '../net/net.gyp:net', 2551 '../net/net.gyp:net',
2554 '../skia/skia.gyp:skia',
2555 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 2552 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
2556 'proto/chromotocol.gyp:chromotocol_proto_lib', 2553 'proto/chromotocol.gyp:chromotocol_proto_lib',
2557 ], 2554 ],
2558 # This target needs a hard dependency because dependent targets 2555 # This target needs a hard dependency because dependent targets
2559 # depend on chromotocol_proto_lib for headers. 2556 # depend on chromotocol_proto_lib for headers.
2560 'hard_dependency': 1, 2557 'hard_dependency': 1,
2561 'sources': [ 2558 'sources': [
2562 'base/auth_token_util.cc', 2559 'base/auth_token_util.cc',
2563 'base/auth_token_util.h', 2560 'base/auth_token_util.h',
2564 'base/auto_thread.cc', 2561 'base/auto_thread.cc',
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
3067 '../base/allocator/allocator.gyp:allocator', 3064 '../base/allocator/allocator.gyp:allocator',
3068 ], 3065 ],
3069 }, 3066 },
3070 ], 3067 ],
3071 ], 3068 ],
3072 }], # end of 'toolkit_uses_gtk == 1' 3069 }], # end of 'toolkit_uses_gtk == 1'
3073 ], # end of 'conditions' 3070 ], # end of 'conditions'
3074 }, # end of target 'remoting_unittests' 3071 }, # end of target 'remoting_unittests'
3075 ], # end of targets 3072 ], # end of targets
3076 } 3073 }
OLDNEW
« no previous file with comments | « remoting/host/win/rdp_desktop_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698