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

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

Issue 1419253002: Rearrange dependency to enable adding finch experiment in webrtc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address Sergey's comments. Created 5 years, 1 month 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
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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 '<(webrtc_xmllite)/xmlprinter.cc', 251 '<(webrtc_xmllite)/xmlprinter.cc',
252 '<(webrtc_xmllite)/xmlprinter.h', 252 '<(webrtc_xmllite)/xmlprinter.h',
253 '<(webrtc_system_wrappers)/interface/field_trial_default.h', 253 '<(webrtc_system_wrappers)/interface/field_trial_default.h',
254 '<(webrtc_system_wrappers)/interface/field_trial.h', 254 '<(webrtc_system_wrappers)/interface/field_trial.h',
255 '<(webrtc_system_wrappers)/source/field_trial_default.cc', 255 '<(webrtc_system_wrappers)/source/field_trial_default.cc',
256 ], 256 ],
257 'sources!': [ 257 'sources!': [
258 # Compiled as part of libjingle_p2p_constants_nacl. 258 # Compiled as part of libjingle_p2p_constants_nacl.
259 '<(webrtc_p2p)/base/constants.cc', 259 '<(webrtc_p2p)/base/constants.cc',
260 '<(webrtc_p2p)/base/constants.h', 260 '<(webrtc_p2p)/base/constants.h',
261 # For NACL, we have the field_trial_default and don't need the
262 # field_trail.cc.
263 'overrides/field_trial.cc',
261 ], 264 ],
262 'sources/': [ 265 'sources/': [
263 ['exclude', '/mac[a-z]+\\.(h|cc)$'], 266 ['exclude', '/mac[a-z]+\\.(h|cc)$'],
264 ['exclude', '/scoped_autorelease_pool\\.(h|mm)$'], 267 ['exclude', '/scoped_autorelease_pool\\.(h|mm)$'],
265 ], 268 ],
266 'conditions': [ 269 'conditions': [
267 ['OS!="win"', { 270 ['OS!="win"', {
268 'sources/': [ 271 'sources/': [
269 ['exclude', '/win[a-z0-9]+\\.(h|cc)$'], 272 ['exclude', '/win[a-z0-9]+\\.(h|cc)$'],
270 ], 273 ],
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 './<(libjingle_source)', 321 './<(libjingle_source)',
319 '../' 322 '../'
320 ], 323 ],
321 'sources': [ 324 'sources': [
322 '<(webrtc_p2p)/base/constants.cc', 325 '<(webrtc_p2p)/base/constants.cc',
323 '<(webrtc_p2p)/base/constants.h', 326 '<(webrtc_p2p)/base/constants.h',
324 ], 327 ],
325 }, # end of target 'libjingle_p2p_constants_nacl' 328 }, # end of target 'libjingle_p2p_constants_nacl'
326 ], 329 ],
327 } 330 }
OLDNEW
« no previous file with comments | « third_party/libjingle/libjingle_common.gypi ('k') | third_party/libjingle/overrides/field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698