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

Side by Side Diff: remoting/remoting_client.gypi

Issue 820593002: remove libwebm third_party dependency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « remoting/client/plugin/DEPS ('k') | remoting/remoting_nacl.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //remoting/client/plugin 8 # GN version: //remoting/client/plugin
9 'target_name': 'remoting_client_plugin', 9 'target_name': 'remoting_client_plugin',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 24 matching lines...) Expand all
35 'type': 'static_library', 35 'type': 'static_library',
36 'variables': { 'enable_wexit_time_destructors': 1, }, 36 'variables': { 'enable_wexit_time_destructors': 1, },
37 'defines': [ 37 'defines': [
38 'VERSION=<(version_full)', 38 'VERSION=<(version_full)',
39 ], 39 ],
40 'dependencies': [ 40 'dependencies': [
41 'remoting_base', 41 'remoting_base',
42 'remoting_protocol', 42 'remoting_protocol',
43 '../third_party/libyuv/libyuv.gyp:libyuv', 43 '../third_party/libyuv/libyuv.gyp:libyuv',
44 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 44 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
45 '../third_party/libwebm/libwebm.gyp:libwebm',
46 ], 45 ],
47 'sources': [ 46 'sources': [
48 '<@(remoting_client_sources)', 47 '<@(remoting_client_sources)',
49 ], 48 ],
50 }, # end of target 'remoting_client' 49 }, # end of target 'remoting_client'
51 50
52 { 51 {
53 'target_name': 'remoting_webapp_html', 52 'target_name': 'remoting_webapp_html',
54 'type': 'none', 53 'type': 'none',
55 'actions': [ 54 'actions': [
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 }, { 150 }, {
152 'variables': { 151 'variables': {
153 'webapp_type': 'v2', 152 'webapp_type': 'v2',
154 }, 153 },
155 }], 154 }],
156 ], 155 ],
157 'includes': [ 'remoting_webapp.gypi', ], 156 'includes': [ 'remoting_webapp.gypi', ],
158 }, # end of target 'remoting_webapp_v2' 157 }, # end of target 'remoting_webapp_v2'
159 ], # end of targets 158 ], # end of targets
160 } 159 }
OLDNEW
« no previous file with comments | « remoting/client/plugin/DEPS ('k') | remoting/remoting_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698