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

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

Issue 1911403002: Move bind.h to rtc_base_approved. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: update build files Created 4 years, 8 months 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 | webrtc/base/base.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 (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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/config/crypto.gni") 9 import("//build/config/crypto.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 91
92 # The subset of rtc_base approved for use outside of libjingle. 92 # The subset of rtc_base approved for use outside of libjingle.
93 static_library("rtc_base_approved") { 93 static_library("rtc_base_approved") {
94 deps = [] 94 deps = []
95 configs += [ "..:common_config" ] 95 configs += [ "..:common_config" ]
96 public_configs = [ "..:common_inherited_config" ] 96 public_configs = [ "..:common_inherited_config" ]
97 97
98 sources = [ 98 sources = [
99 "array_view.h", 99 "array_view.h",
100 "atomicops.h", 100 "atomicops.h",
101 "bind.h",
101 "bitbuffer.cc", 102 "bitbuffer.cc",
102 "bitbuffer.h", 103 "bitbuffer.h",
103 "buffer.cc", 104 "buffer.cc",
104 "buffer.h", 105 "buffer.h",
105 "bufferqueue.cc", 106 "bufferqueue.cc",
106 "bufferqueue.h", 107 "bufferqueue.h",
107 "bytebuffer.cc", 108 "bytebuffer.cc",
108 "bytebuffer.h", 109 "bytebuffer.h",
109 "byteorder.h", 110 "byteorder.h",
110 "checks.cc", 111 "checks.cc",
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 include_dirs = [ 359 include_dirs = [
359 "../../webrtc_overrides", 360 "../../webrtc_overrides",
360 "../../boringssl/src/include", 361 "../../boringssl/src/include",
361 ] 362 ]
362 363
363 public_configs += [ ":rtc_base_chromium_config" ] 364 public_configs += [ ":rtc_base_chromium_config" ]
364 } else { 365 } else {
365 sources += [ 366 sources += [
366 "bandwidthsmoother.cc", 367 "bandwidthsmoother.cc",
367 "bandwidthsmoother.h", 368 "bandwidthsmoother.h",
368 "bind.h",
369 "callback.h", 369 "callback.h",
370 "fileutils_mock.h", 370 "fileutils_mock.h",
371 "httpserver.cc", 371 "httpserver.cc",
372 "httpserver.h", 372 "httpserver.h",
373 "json.cc", 373 "json.cc",
374 "json.h", 374 "json.h",
375 "logsinks.cc", 375 "logsinks.cc",
376 "logsinks.h", 376 "logsinks.h",
377 "mathutils.h", 377 "mathutils.h",
378 "multipart.cc", 378 "multipart.cc",
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 ] 643 ]
644 } 644 }
645 } 645 }
646 } 646 }
647 647
648 source_set("gtest_prod") { 648 source_set("gtest_prod") {
649 sources = [ 649 sources = [
650 "gtest_prod_util.h", 650 "gtest_prod_util.h",
651 ] 651 ]
652 } 652 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698