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

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: Rebase Created 7 years, 6 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
« no previous file with comments | « chrome/browser/media/webrtc_logging_handler_host.cc ('k') | chrome/chrome_common.gypi » ('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 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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 'browser/media/audio_stream_indicator.cc', 966 'browser/media/audio_stream_indicator.cc',
967 'browser/media/audio_stream_indicator.h', 967 'browser/media/audio_stream_indicator.h',
968 'browser/media/media_capture_devices_dispatcher.cc', 968 'browser/media/media_capture_devices_dispatcher.cc',
969 'browser/media/media_capture_devices_dispatcher.h', 969 'browser/media/media_capture_devices_dispatcher.h',
970 'browser/media/media_stream_capture_indicator.cc', 970 'browser/media/media_stream_capture_indicator.cc',
971 'browser/media/media_stream_capture_indicator.h', 971 'browser/media/media_stream_capture_indicator.h',
972 'browser/media/media_stream_devices_controller.cc', 972 'browser/media/media_stream_devices_controller.cc',
973 'browser/media/media_stream_devices_controller.h', 973 'browser/media/media_stream_devices_controller.h',
974 'browser/media/media_stream_infobar_delegate.cc', 974 'browser/media/media_stream_infobar_delegate.cc',
975 'browser/media/media_stream_infobar_delegate.h', 975 'browser/media/media_stream_infobar_delegate.h',
976 'browser/media/webrtc_logging_handler_host.cc',
977 'browser/media/webrtc_logging_handler_host.h',
976 'browser/media_galleries/fileapi/filtering_file_enumerator.cc', 978 'browser/media_galleries/fileapi/filtering_file_enumerator.cc',
977 'browser/media_galleries/fileapi/filtering_file_enumerator.h', 979 'browser/media_galleries/fileapi/filtering_file_enumerator.h',
978 'browser/media_galleries/fileapi/itunes_finder.cc', 980 'browser/media_galleries/fileapi/itunes_finder.cc',
979 'browser/media_galleries/fileapi/itunes_finder.h', 981 'browser/media_galleries/fileapi/itunes_finder.h',
980 'browser/media_galleries/fileapi/itunes_finder_mac.h', 982 'browser/media_galleries/fileapi/itunes_finder_mac.h',
981 'browser/media_galleries/fileapi/itunes_finder_mac.mm', 983 'browser/media_galleries/fileapi/itunes_finder_mac.mm',
982 'browser/media_galleries/fileapi/itunes_finder_win.cc', 984 'browser/media_galleries/fileapi/itunes_finder_win.cc',
983 'browser/media_galleries/fileapi/itunes_finder_win.h', 985 'browser/media_galleries/fileapi/itunes_finder_win.h',
984 'browser/media_galleries/fileapi/itunes/itunes_file_util.cc', 986 'browser/media_galleries/fileapi/itunes/itunes_file_util.cc',
985 'browser/media_galleries/fileapi/itunes/itunes_file_util.h', 987 'browser/media_galleries/fileapi/itunes/itunes_file_util.h',
(...skipping 2073 matching lines...) Expand 10 before | Expand all | Expand 10 after
3059 ['enable_app_list==1', { 3061 ['enable_app_list==1', {
3060 'dependencies': [ 3062 'dependencies': [
3061 '../ui/app_list/app_list.gyp:app_list', 3063 '../ui/app_list/app_list.gyp:app_list',
3062 ] 3064 ]
3063 }], 3065 }],
3064 ['enable_managed_users!=1', { 3066 ['enable_managed_users!=1', {
3065 'sources/': [ 3067 'sources/': [
3066 ['exclude', '^browser/managed_mode/'], 3068 ['exclude', '^browser/managed_mode/'],
3067 ] 3069 ]
3068 }], 3070 }],
3069 ['enable_webrtc==1', { 3071 ['enable_webrtc==0', {
3070 'dependencies': [ 3072 'sources!': [
3071 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 3073 'browser/media/webrtc_logging_handler_host.cc',
3072 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 3074 'browser/media/webrtc_logging_handler_host.h',
3073 ], 3075 ]
3074 }], 3076 }],
3075 ], 3077 ],
3076 'target_conditions': [ 3078 'target_conditions': [
3077 # Need 'target_conditions' to override default filename_rules to include 3079 # Need 'target_conditions' to override default filename_rules to include
3078 # the files on Android. 3080 # the files on Android.
3079 ['OS=="android"', { 3081 ['OS=="android"', {
3080 'sources/': [ 3082 'sources/': [
3081 ['include', '^app/breakpad_linux\\.cc$'], 3083 ['include', '^app/breakpad_linux\\.cc$'],
3082 ['include', '^browser/crash_handler_host_linux\\.cc$'], 3084 ['include', '^browser/crash_handler_host_linux\\.cc$'],
3083 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'], 3085 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'],
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
3252 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3254 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3253 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3255 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3254 }, 3256 },
3255 'includes': [ '../build/android/java_cpp_template.gypi' ], 3257 'includes': [ '../build/android/java_cpp_template.gypi' ],
3256 }, 3258 },
3257 ], 3259 ],
3258 }, 3260 },
3259 ], 3261 ],
3260 ], 3262 ],
3261 } 3263 }
OLDNEW
« no previous file with comments | « chrome/browser/media/webrtc_logging_handler_host.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698