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

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

Issue 3007253002: Remove typedefs.h from webrtc/ root (part 1)
Patch Set: backwards compatible FALLTHROUGH #define 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",
101 "array_view.h", 103 "array_view.h",
102 "arraysize.h", 104 "arraysize.h",
103 "atomicops.h", 105 "atomicops.h",
104 "base64.cc", 106 "base64.cc",
105 "base64.h", 107 "base64.h",
106 "basictypes.h", 108 "basictypes.h",
107 "bind.h", 109 "bind.h",
108 "bitbuffer.cc", 110 "bitbuffer.cc",
109 "bitbuffer.h", 111 "bitbuffer.h",
110 "buffer.h", 112 "buffer.h",
(...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 "java/src/org/webrtc/ContextUtils.java", 1101 "java/src/org/webrtc/ContextUtils.java",
1100 "java/src/org/webrtc/Logging.java", 1102 "java/src/org/webrtc/Logging.java",
1101 "java/src/org/webrtc/Size.java", 1103 "java/src/org/webrtc/Size.java",
1102 "java/src/org/webrtc/ThreadUtils.java", 1104 "java/src/org/webrtc/ThreadUtils.java",
1103 ] 1105 ]
1104 1106
1105 # TODO(sakal): Fix build hooks crbug.com/webrtc/8148 1107 # TODO(sakal): Fix build hooks crbug.com/webrtc/8148
1106 no_build_hooks = true 1108 no_build_hooks = true
1107 } 1109 }
1108 } 1110 }
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