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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 15741003: Moving WebRTC logging related files from content to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3020 matching lines...) Expand 10 before | Expand all | Expand 10 after
3031 ['enable_managed_users!=1', { 3031 ['enable_managed_users!=1', {
3032 'sources/': [ 3032 'sources/': [
3033 ['exclude', '^browser/managed_mode/'], 3033 ['exclude', '^browser/managed_mode/'],
3034 ] 3034 ]
3035 }], 3035 }],
3036 ['enable_webrtc==1', { 3036 ['enable_webrtc==1', {
3037 'dependencies': [ 3037 'dependencies': [
3038 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 3038 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
3039 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 3039 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
3040 ], 3040 ],
3041 'sources': [
3042 'browser/media/webrtc_logging_handler_host.cc',
sky 2013/05/22 16:19:32 See comment on line 76. In general we list file wi
Henrik Grunell 2013/05/23 12:50:11 Done.
3043 'browser/media/webrtc_logging_handler_host.h',
3044 ]
3041 }], 3045 }],
3042 ], 3046 ],
3043 'target_conditions': [ 3047 'target_conditions': [
3044 # Need 'target_conditions' to override default filename_rules to include 3048 # Need 'target_conditions' to override default filename_rules to include
3045 # the files on Android. 3049 # the files on Android.
3046 ['OS=="android"', { 3050 ['OS=="android"', {
3047 'sources/': [ 3051 'sources/': [
3048 ['include', '^app/breakpad_linux\\.cc$'], 3052 ['include', '^app/breakpad_linux\\.cc$'],
3049 ['include', '^browser/crash_handler_host_linux\\.cc$'], 3053 ['include', '^browser/crash_handler_host_linux\\.cc$'],
3050 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'], 3054 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'],
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
3219 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3223 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3220 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3224 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3221 }, 3225 },
3222 'includes': [ '../build/android/java_cpp_template.gypi' ], 3226 'includes': [ '../build/android/java_cpp_template.gypi' ],
3223 }, 3227 },
3224 ], 3228 ],
3225 }, 3229 },
3226 ], 3230 ],
3227 ], 3231 ],
3228 } 3232 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698