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

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

Issue 3013543002: Revert of Remove typedefs.h from webrtc/ root (part 1) (Closed)
Patch Set: Created 3 years, 3 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
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 # TODO(kjellander): Remove (bugs.webrtc.org/7480) 91 # TODO(kjellander): Remove (bugs.webrtc.org/7480)
92 # Enabling GN check triggers a cyclic dependency caused by rate_limiter.cc: 92 # Enabling GN check triggers a cyclic dependency caused by rate_limiter.cc:
93 # :rtc_base_approved -> ../system_wrappers -> :rtc_base_approved 93 # :rtc_base_approved -> ../system_wrappers -> :rtc_base_approved
94 check_includes = false 94 check_includes = false
95 defines = [] 95 defines = []
96 libs = [] 96 libs = []
97 deps = [] 97 deps = []
98 all_dependent_configs = [ ":rtc_base_approved_all_dependent_config" ] 98 all_dependent_configs = [ ":rtc_base_approved_all_dependent_config" ]
99 99
100 sources = [ 100 sources = [
101 "annotations.h",
102 "arch.h",
103 "array_view.h", 101 "array_view.h",
104 "arraysize.h", 102 "arraysize.h",
105 "atomicops.h", 103 "atomicops.h",
106 "base64.cc", 104 "base64.cc",
107 "base64.h", 105 "base64.h",
108 "basictypes.h", 106 "basictypes.h",
109 "bind.h", 107 "bind.h",
110 "bitbuffer.cc", 108 "bitbuffer.cc",
111 "bitbuffer.h", 109 "bitbuffer.h",
112 "buffer.h", 110 "buffer.h",
(...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 "java/src/org/webrtc/ContextUtils.java", 1073 "java/src/org/webrtc/ContextUtils.java",
1076 "java/src/org/webrtc/Logging.java", 1074 "java/src/org/webrtc/Logging.java",
1077 "java/src/org/webrtc/Size.java", 1075 "java/src/org/webrtc/Size.java",
1078 "java/src/org/webrtc/ThreadUtils.java", 1076 "java/src/org/webrtc/ThreadUtils.java",
1079 ] 1077 ]
1080 1078
1081 # TODO(sakal): Fix build hooks crbug.com/webrtc/8148 1079 # TODO(sakal): Fix build hooks crbug.com/webrtc/8148
1082 no_build_hooks = true 1080 no_build_hooks = true
1083 } 1081 }
1084 } 1082 }
OLDNEW
« no previous file with comments | « webrtc/modules/video_coding/rtp_frame_reference_finder.cc ('k') | webrtc/rtc_base/annotations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698