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

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: Comments from magjed Created 4 years, 5 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 3227 matching lines...) Expand 10 before | Expand all | Expand 10 after
3238 'browser/media/webrtc_log_uploader.cc', 3238 'browser/media/webrtc_log_uploader.cc',
3239 'browser/media/webrtc_log_uploader.h', 3239 'browser/media/webrtc_log_uploader.h',
3240 'browser/media/webrtc_log_util.cc', 3240 'browser/media/webrtc_log_util.cc',
3241 'browser/media/webrtc_log_util.h', 3241 'browser/media/webrtc_log_util.h',
3242 'browser/media/webrtc_logging_handler_host.cc', 3242 'browser/media/webrtc_logging_handler_host.cc',
3243 'browser/media/webrtc_logging_handler_host.h', 3243 'browser/media/webrtc_logging_handler_host.h',
3244 'browser/media/webrtc_rtp_dump_handler.cc', 3244 'browser/media/webrtc_rtp_dump_handler.cc',
3245 'browser/media/webrtc_rtp_dump_handler.h', 3245 'browser/media/webrtc_rtp_dump_handler.h',
3246 'browser/media/webrtc_rtp_dump_writer.cc', 3246 'browser/media/webrtc_rtp_dump_writer.cc',
3247 'browser/media/webrtc_rtp_dump_writer.h', 3247 'browser/media/webrtc_rtp_dump_writer.h',
3248 'browser/media/webrtc_text_log_handler.cc',
3249 'browser/media/webrtc_text_log_handler.h',
3248 ], 3250 ],
3249 }, 3251 },
3250 'targets': [ 3252 'targets': [
3251 { 3253 {
3252 'target_name': 'browser', 3254 'target_name': 'browser',
3253 'type': 'static_library', 3255 'type': 'static_library',
3254 'variables': { 'enable_wexit_time_destructors': 1, }, 3256 'variables': { 'enable_wexit_time_destructors': 1, },
3255 'dependencies': [ 3257 'dependencies': [
3256 # NOTE: New dependencies should generally be added in the OS!="ios" 3258 # NOTE: New dependencies should generally be added in the OS!="ios"
3257 # dependencies block below, rather than here. 3259 # dependencies block below, rather than here.
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
4343 '../components/components.gyp:rlz', 4345 '../components/components.gyp:rlz',
4344 '../components/components.gyp:search_engines', 4346 '../components/components.gyp:search_engines',
4345 '../rlz/rlz.gyp:rlz_lib', 4347 '../rlz/rlz.gyp:rlz_lib',
4346 'common', 4348 'common',
4347 ], 4349 ],
4348 }, 4350 },
4349 ], 4351 ],
4350 }], 4352 }],
4351 ], 4353 ],
4352 } 4354 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698