OLD | NEW |
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 3181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3192 'browser/media/webrtc_log_uploader.cc', | 3192 'browser/media/webrtc_log_uploader.cc', |
3193 'browser/media/webrtc_log_uploader.h', | 3193 'browser/media/webrtc_log_uploader.h', |
3194 'browser/media/webrtc_log_util.cc', | 3194 'browser/media/webrtc_log_util.cc', |
3195 'browser/media/webrtc_log_util.h', | 3195 'browser/media/webrtc_log_util.h', |
3196 'browser/media/webrtc_logging_handler_host.cc', | 3196 'browser/media/webrtc_logging_handler_host.cc', |
3197 'browser/media/webrtc_logging_handler_host.h', | 3197 'browser/media/webrtc_logging_handler_host.h', |
3198 'browser/media/webrtc_rtp_dump_handler.cc', | 3198 'browser/media/webrtc_rtp_dump_handler.cc', |
3199 'browser/media/webrtc_rtp_dump_handler.h', | 3199 'browser/media/webrtc_rtp_dump_handler.h', |
3200 'browser/media/webrtc_rtp_dump_writer.cc', | 3200 'browser/media/webrtc_rtp_dump_writer.cc', |
3201 'browser/media/webrtc_rtp_dump_writer.h', | 3201 'browser/media/webrtc_rtp_dump_writer.h', |
| 3202 'browser/media/webrtc_text_log_handler.cc', |
| 3203 'browser/media/webrtc_text_log_handler.h', |
3202 ], | 3204 ], |
3203 }, | 3205 }, |
3204 'targets': [ | 3206 'targets': [ |
3205 { | 3207 { |
3206 'target_name': 'browser', | 3208 'target_name': 'browser', |
3207 'type': 'static_library', | 3209 'type': 'static_library', |
3208 'variables': { 'enable_wexit_time_destructors': 1, }, | 3210 'variables': { 'enable_wexit_time_destructors': 1, }, |
3209 'dependencies': [ | 3211 'dependencies': [ |
3210 # NOTE: New dependencies should generally be added in the OS!="ios" | 3212 # NOTE: New dependencies should generally be added in the OS!="ios" |
3211 # dependencies block below, rather than here. | 3213 # dependencies block below, rather than here. |
(...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4301 '../components/components.gyp:rlz', | 4303 '../components/components.gyp:rlz', |
4302 '../components/components.gyp:search_engines', | 4304 '../components/components.gyp:search_engines', |
4303 '../rlz/rlz.gyp:rlz_lib', | 4305 '../rlz/rlz.gyp:rlz_lib', |
4304 'common', | 4306 'common', |
4305 ], | 4307 ], |
4306 }, | 4308 }, |
4307 ], | 4309 ], |
4308 }], | 4310 }], |
4309 ], | 4311 ], |
4310 } | 4312 } |
OLD | NEW |