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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1978183003: Refactor WebRtcLoggingHandlerHost in preparation of automatic upload of WebRtcEventLogs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3141 matching lines...) Expand 10 before | Expand all | Expand 10 after
3152 'browser/media/webrtc_log_uploader.cc', 3152 'browser/media/webrtc_log_uploader.cc',
3153 'browser/media/webrtc_log_uploader.h', 3153 'browser/media/webrtc_log_uploader.h',
3154 'browser/media/webrtc_log_util.cc', 3154 'browser/media/webrtc_log_util.cc',
3155 'browser/media/webrtc_log_util.h', 3155 'browser/media/webrtc_log_util.h',
3156 'browser/media/webrtc_logging_handler_host.cc', 3156 'browser/media/webrtc_logging_handler_host.cc',
3157 'browser/media/webrtc_logging_handler_host.h', 3157 'browser/media/webrtc_logging_handler_host.h',
3158 'browser/media/webrtc_rtp_dump_handler.cc', 3158 'browser/media/webrtc_rtp_dump_handler.cc',
3159 'browser/media/webrtc_rtp_dump_handler.h', 3159 'browser/media/webrtc_rtp_dump_handler.h',
3160 'browser/media/webrtc_rtp_dump_writer.cc', 3160 'browser/media/webrtc_rtp_dump_writer.cc',
3161 'browser/media/webrtc_rtp_dump_writer.h', 3161 'browser/media/webrtc_rtp_dump_writer.h',
3162 'browser/media/webrtc_text_log_handler.cc',
3163 'browser/media/webrtc_text_log_handler.h',
3162 ], 3164 ],
3163 }, 3165 },
3164 'targets': [ 3166 'targets': [
3165 { 3167 {
3166 'target_name': 'browser', 3168 'target_name': 'browser',
3167 'type': 'static_library', 3169 'type': 'static_library',
3168 'variables': { 'enable_wexit_time_destructors': 1, }, 3170 'variables': { 'enable_wexit_time_destructors': 1, },
3169 'dependencies': [ 3171 'dependencies': [
3170 # NOTE: New dependencies should generally be added in the OS!="ios" 3172 # NOTE: New dependencies should generally be added in the OS!="ios"
3171 # dependencies block below, rather than here. 3173 # dependencies block below, rather than here.
(...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
4254 '../components/components.gyp:rlz', 4256 '../components/components.gyp:rlz',
4255 '../components/components.gyp:search_engines', 4257 '../components/components.gyp:search_engines',
4256 '../rlz/rlz.gyp:rlz_lib', 4258 '../rlz/rlz.gyp:rlz_lib',
4257 'common', 4259 'common',
4258 ], 4260 ],
4259 }, 4261 },
4260 ], 4262 ],
4261 }], 4263 }],
4262 ], 4264 ],
4263 } 4265 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698