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

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

Issue 2272003002: Moved format_macros.h from rtc_base to rtc_base_approved. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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
« 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "copyonwritebuffer.h", 117 "copyonwritebuffer.h",
118 "criticalsection.cc", 118 "criticalsection.cc",
119 "criticalsection.h", 119 "criticalsection.h",
120 "deprecation.h", 120 "deprecation.h",
121 "event.cc", 121 "event.cc",
122 "event.h", 122 "event.h",
123 "event_tracer.cc", 123 "event_tracer.cc",
124 "event_tracer.h", 124 "event_tracer.h",
125 "exp_filter.cc", 125 "exp_filter.cc",
126 "exp_filter.h", 126 "exp_filter.h",
127 "format_macros.h",
127 "location.cc", 128 "location.cc",
128 "location.h", 129 "location.h",
129 "md5.cc", 130 "md5.cc",
130 "md5.h", 131 "md5.h",
131 "md5digest.cc", 132 "md5digest.cc",
132 "md5digest.h", 133 "md5digest.h",
133 "mod_ops.h", 134 "mod_ops.h",
134 "onetimeevent.h", 135 "onetimeevent.h",
135 "optional.h", 136 "optional.h",
136 "platform_file.cc", 137 "platform_file.cc",
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 "diskcache.cc", 293 "diskcache.cc",
293 "diskcache.h", 294 "diskcache.h",
294 "filerotatingstream.cc", 295 "filerotatingstream.cc",
295 "filerotatingstream.h", 296 "filerotatingstream.h",
296 "fileutils.cc", 297 "fileutils.cc",
297 "fileutils.h", 298 "fileutils.h",
298 "firewallsocketserver.cc", 299 "firewallsocketserver.cc",
299 "firewallsocketserver.h", 300 "firewallsocketserver.h",
300 "flags.cc", 301 "flags.cc",
301 "flags.h", 302 "flags.h",
302 "format_macros.h",
303 "gunit_prod.h", 303 "gunit_prod.h",
304 "helpers.cc", 304 "helpers.cc",
305 "helpers.h", 305 "helpers.h",
306 "httpbase.cc", 306 "httpbase.cc",
307 "httpbase.h", 307 "httpbase.h",
308 "httpclient.cc", 308 "httpclient.cc",
309 "httpclient.h", 309 "httpclient.h",
310 "httpcommon-inl.h", 310 "httpcommon-inl.h",
311 "httpcommon.cc", 311 "httpcommon.cc",
312 "httpcommon.h", 312 "httpcommon.h",
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 "java/src/org/webrtc/Logging.java", 709 "java/src/org/webrtc/Logging.java",
710 "java/src/org/webrtc/Size.java", 710 "java/src/org/webrtc/Size.java",
711 "java/src/org/webrtc/ThreadUtils.java", 711 "java/src/org/webrtc/ThreadUtils.java",
712 ] 712 ]
713 713
714 deps = [ 714 deps = [
715 "//base:base_java", 715 "//base:base_java",
716 ] 716 ]
717 } 717 }
718 } 718 }
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