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

Side by Side Diff: third_party/libjingle/libjingle_nacl.gyp

Issue 1538513005: Remove deleted file from libjingle_nacl.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | 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 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 'variables': { 6 'variables': {
7 'libjingle_source': "source", 7 'libjingle_source': "source",
8 'webrtc_base': "../webrtc/base", 8 'webrtc_base': "../webrtc/base",
9 'webrtc_xmllite': "../webrtc/libjingle/xmllite", 9 'webrtc_xmllite': "../webrtc/libjingle/xmllite",
10 'webrtc_p2p': "../webrtc/p2p", 10 'webrtc_p2p': "../webrtc/p2p",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 '<(webrtc_base)/asyncsocket.cc', 65 '<(webrtc_base)/asyncsocket.cc',
66 '<(webrtc_base)/asyncsocket.h', 66 '<(webrtc_base)/asyncsocket.h',
67 '<(webrtc_base)/asynctcpsocket.cc', 67 '<(webrtc_base)/asynctcpsocket.cc',
68 '<(webrtc_base)/asynctcpsocket.h', 68 '<(webrtc_base)/asynctcpsocket.h',
69 '<(webrtc_base)/asyncudpsocket.cc', 69 '<(webrtc_base)/asyncudpsocket.cc',
70 '<(webrtc_base)/asyncudpsocket.h', 70 '<(webrtc_base)/asyncudpsocket.h',
71 '<(webrtc_base)/autodetectproxy.cc', 71 '<(webrtc_base)/autodetectproxy.cc',
72 '<(webrtc_base)/autodetectproxy.h', 72 '<(webrtc_base)/autodetectproxy.h',
73 '<(webrtc_base)/base64.cc', 73 '<(webrtc_base)/base64.cc',
74 '<(webrtc_base)/base64.h', 74 '<(webrtc_base)/base64.h',
75 '<(webrtc_base)/basicdefs.h',
76 '<(webrtc_base)/buffer.cc', 75 '<(webrtc_base)/buffer.cc',
77 '<(webrtc_base)/buffer.h', 76 '<(webrtc_base)/buffer.h',
78 '<(webrtc_base)/bytebuffer.cc', 77 '<(webrtc_base)/bytebuffer.cc',
79 '<(webrtc_base)/bytebuffer.h', 78 '<(webrtc_base)/bytebuffer.h',
80 '<(webrtc_base)/byteorder.h', 79 '<(webrtc_base)/byteorder.h',
81 '<(webrtc_base)/checks.cc', 80 '<(webrtc_base)/checks.cc',
82 '<(webrtc_base)/checks.h', 81 '<(webrtc_base)/checks.h',
83 '<(webrtc_base)/common.cc', 82 '<(webrtc_base)/common.cc',
84 '<(webrtc_base)/common.h', 83 '<(webrtc_base)/common.h',
85 '<(webrtc_base)/crc32.cc', 84 '<(webrtc_base)/crc32.cc',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 './<(libjingle_source)', 308 './<(libjingle_source)',
310 '../' 309 '../'
311 ], 310 ],
312 'sources': [ 311 'sources': [
313 '<(webrtc_p2p)/base/constants.cc', 312 '<(webrtc_p2p)/base/constants.cc',
314 '<(webrtc_p2p)/base/constants.h', 313 '<(webrtc_p2p)/base/constants.h',
315 ], 314 ],
316 }, # end of target 'libjingle_p2p_constants_nacl' 315 }, # end of target 'libjingle_p2p_constants_nacl'
317 ], 316 ],
318 } 317 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698