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

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: Code review. 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
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 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 'browser/media/audio_stream_indicator.cc', 968 'browser/media/audio_stream_indicator.cc',
969 'browser/media/audio_stream_indicator.h', 969 'browser/media/audio_stream_indicator.h',
970 'browser/media/media_capture_devices_dispatcher.cc', 970 'browser/media/media_capture_devices_dispatcher.cc',
971 'browser/media/media_capture_devices_dispatcher.h', 971 'browser/media/media_capture_devices_dispatcher.h',
972 'browser/media/media_stream_capture_indicator.cc', 972 'browser/media/media_stream_capture_indicator.cc',
973 'browser/media/media_stream_capture_indicator.h', 973 'browser/media/media_stream_capture_indicator.h',
974 'browser/media/media_stream_devices_controller.cc', 974 'browser/media/media_stream_devices_controller.cc',
975 'browser/media/media_stream_devices_controller.h', 975 'browser/media/media_stream_devices_controller.h',
976 'browser/media/media_stream_infobar_delegate.cc', 976 'browser/media/media_stream_infobar_delegate.cc',
977 'browser/media/media_stream_infobar_delegate.h', 977 'browser/media/media_stream_infobar_delegate.h',
978 'browser/media/webrtc_logging_handler_host.cc',
979 'browser/media/webrtc_logging_handler_host.h',
978 'browser/media_galleries/fileapi/filtering_file_enumerator.cc', 980 'browser/media_galleries/fileapi/filtering_file_enumerator.cc',
979 'browser/media_galleries/fileapi/filtering_file_enumerator.h', 981 'browser/media_galleries/fileapi/filtering_file_enumerator.h',
980 'browser/media_galleries/fileapi/itunes_finder.cc', 982 'browser/media_galleries/fileapi/itunes_finder.cc',
981 'browser/media_galleries/fileapi/itunes_finder.h', 983 'browser/media_galleries/fileapi/itunes_finder.h',
982 'browser/media_galleries/fileapi/itunes_finder_mac.h', 984 'browser/media_galleries/fileapi/itunes_finder_mac.h',
983 'browser/media_galleries/fileapi/itunes_finder_mac.mm', 985 'browser/media_galleries/fileapi/itunes_finder_mac.mm',
984 'browser/media_galleries/fileapi/itunes_finder_win.cc', 986 'browser/media_galleries/fileapi/itunes_finder_win.cc',
985 'browser/media_galleries/fileapi/itunes_finder_win.h', 987 'browser/media_galleries/fileapi/itunes_finder_win.h',
986 'browser/media_galleries/fileapi/itunes/itunes_file_util.cc', 988 'browser/media_galleries/fileapi/itunes/itunes_file_util.cc',
987 'browser/media_galleries/fileapi/itunes/itunes_file_util.h', 989 'browser/media_galleries/fileapi/itunes/itunes_file_util.h',
(...skipping 2066 matching lines...) Expand 10 before | Expand all | Expand 10 after
3054 ['enable_app_list==1', { 3056 ['enable_app_list==1', {
3055 'dependencies': [ 3057 'dependencies': [
3056 '../ui/app_list/app_list.gyp:app_list', 3058 '../ui/app_list/app_list.gyp:app_list',
3057 ] 3059 ]
3058 }], 3060 }],
3059 ['enable_managed_users!=1', { 3061 ['enable_managed_users!=1', {
3060 'sources/': [ 3062 'sources/': [
3061 ['exclude', '^browser/managed_mode/'], 3063 ['exclude', '^browser/managed_mode/'],
3062 ] 3064 ]
3063 }], 3065 }],
3064 ['enable_webrtc==1', { 3066 ['enable_webrtc==0', {
3065 'dependencies': [ 3067 'sources!': [
3066 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', 3068 'browser/media/webrtc_logging_handler_host.cc',
3067 '../third_party/libjingle/libjingle.gyp:libpeerconnection', 3069 'browser/media/webrtc_logging_handler_host.h',
3068 ], 3070 ]
3069 }], 3071 }],
3070 ], 3072 ],
3071 'target_conditions': [ 3073 'target_conditions': [
3072 # Need 'target_conditions' to override default filename_rules to include 3074 # Need 'target_conditions' to override default filename_rules to include
3073 # the files on Android. 3075 # the files on Android.
3074 ['OS=="android"', { 3076 ['OS=="android"', {
3075 'sources/': [ 3077 'sources/': [
3076 ['include', '^app/breakpad_linux\\.cc$'], 3078 ['include', '^app/breakpad_linux\\.cc$'],
3077 ['include', '^browser/crash_handler_host_linux\\.cc$'], 3079 ['include', '^browser/crash_handler_host_linux\\.cc$'],
3078 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'], 3080 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'],
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
3247 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3249 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3248 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3250 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3249 }, 3251 },
3250 'includes': [ '../build/android/java_cpp_template.gypi' ], 3252 'includes': [ '../build/android/java_cpp_template.gypi' ],
3251 }, 3253 },
3252 ], 3254 ],
3253 }, 3255 },
3254 ], 3256 ],
3255 ], 3257 ],
3256 } 3258 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698