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

Side by Side Diff: webrtc/api/BUILD.gn

Issue 2509703002: Remove all references to GYP (Closed)
Patch Set: Rebased Created 4 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
« no previous file with comments | « webrtc/OWNERS ('k') | webrtc/api/OWNERS » ('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 (c) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 if (is_android) { 10 if (is_android) {
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "android/java/src/org/webrtc/VideoTrack.java", 311 "android/java/src/org/webrtc/VideoTrack.java",
312 "android/java/src/org/webrtc/YuvConverter.java", 312 "android/java/src/org/webrtc/YuvConverter.java",
313 ] 313 ]
314 314
315 deps = [ 315 deps = [
316 "../base:base_java", 316 "../base:base_java",
317 ] 317 ]
318 } 318 }
319 } 319 }
320 320
321 # GYP version: webrtc/api/api.gyp:rtc_stats_api
322 rtc_source_set("rtc_stats_api") { 321 rtc_source_set("rtc_stats_api") {
323 cflags = [] 322 cflags = []
324 sources = [ 323 sources = [
325 "stats/rtcstats.h", 324 "stats/rtcstats.h",
326 "stats/rtcstats_objects.h", 325 "stats/rtcstats_objects.h",
327 "stats/rtcstatsreport.h", 326 "stats/rtcstatsreport.h",
328 ] 327 ]
329 328
330 deps = [ 329 deps = [
331 "../base:rtc_base_approved", 330 "../base:rtc_base_approved",
332 ] 331 ]
333 } 332 }
334 333
335 # GYP version: webrtc/api/api.gyp:audio_mixer_api
336 rtc_source_set("audio_mixer_api") { 334 rtc_source_set("audio_mixer_api") {
337 sources = [ 335 sources = [
338 "audio/audio_mixer.h", 336 "audio/audio_mixer.h",
339 ] 337 ]
340 338
341 deps = [ 339 deps = [
342 "../base:rtc_base_approved", 340 "../base:rtc_base_approved",
343 ] 341 ]
344 } 342 }
345 343
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 deps = [ 486 deps = [
489 ":libjingle_peerconnection_java", 487 ":libjingle_peerconnection_java",
490 "../base:base_java", 488 "../base:base_java",
491 "//base:base_java", 489 "//base:base_java",
492 ] 490 ]
493 491
494 shared_libraries = [ ":libjingle_peerconnection_so" ] 492 shared_libraries = [ ":libjingle_peerconnection_so" ]
495 } 493 }
496 } 494 }
497 } 495 }
OLDNEW
« no previous file with comments | « webrtc/OWNERS ('k') | webrtc/api/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698