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

Side by Side Diff: content/content_common.gypi

Issue 1413393003: Change WebRTC IP handling policy from multiple booleans to an enum. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another try to fix GN build Created 5 years, 1 month 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'public/common/url_constants.cc', 147 'public/common/url_constants.cc',
148 'public/common/url_constants.h', 148 'public/common/url_constants.h',
149 'public/common/url_fetcher.h', 149 'public/common/url_fetcher.h',
150 'public/common/url_utils.cc', 150 'public/common/url_utils.cc',
151 'public/common/url_utils.h', 151 'public/common/url_utils.h',
152 'public/common/user_agent.h', 152 'public/common/user_agent.h',
153 'public/common/web_preferences.cc', 153 'public/common/web_preferences.cc',
154 'public/common/web_preferences.h', 154 'public/common/web_preferences.h',
155 'public/common/webplugininfo.cc', 155 'public/common/webplugininfo.cc',
156 'public/common/webplugininfo.h', 156 'public/common/webplugininfo.h',
157 'public/common/webrtc_ip_handling_policy.cc',
158 'public/common/webrtc_ip_handling_policy.h',
157 'public/common/window_container_type.cc', 159 'public/common/window_container_type.cc',
158 'public/common/window_container_type.h', 160 'public/common/window_container_type.h',
159 'public/common/zygote_fork_delegate_linux.h', 161 'public/common/zygote_fork_delegate_linux.h',
160 ], 162 ],
161 'private_common_sources': [ 163 'private_common_sources': [
162 'common/accessibility_messages.h', 164 'common/accessibility_messages.h',
163 'common/all_messages.h', 165 'common/all_messages.h',
164 'common/android/address_parser.cc', 166 'common/android/address_parser.cc',
165 'common/android/address_parser.h', 167 'common/android/address_parser.h',
166 'common/android/address_parser_internal.cc', 168 'common/android/address_parser_internal.cc',
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 ], 816 ],
815 'sources': [ 817 'sources': [
816 'common/gpu/media/android_video_encode_accelerator.cc', 818 'common/gpu/media/android_video_encode_accelerator.cc',
817 'common/gpu/media/android_video_encode_accelerator.h', 819 'common/gpu/media/android_video_encode_accelerator.h',
818 ], 820 ],
819 }], 821 }],
820 ['enable_webrtc==1', { 822 ['enable_webrtc==1', {
821 'dependencies': [ 823 'dependencies': [
822 '../third_party/libjingle/libjingle.gyp:libjingle', 824 '../third_party/libjingle/libjingle.gyp:libjingle',
823 ], 825 ],
826 }, {
827 'sources!': [
828 'public/common/webrtc_ip_handling_policy.cc',
829 'public/common/webrtc_ip_handling_policy.h',
830 ],
824 }], 831 }],
825 ['use_v4lplugin==1 and chromeos==1', { 832 ['use_v4lplugin==1 and chromeos==1', {
826 'defines': [ 833 'defines': [
827 'USE_LIBV4L2' 834 'USE_LIBV4L2'
828 ], 835 ],
829 'variables': { 836 'variables': {
830 'generate_stubs_script': '../tools/generate_stubs/generate_stubs.py', 837 'generate_stubs_script': '../tools/generate_stubs/generate_stubs.py',
831 'extra_header': 'common/gpu/media/v4l2_stub_header.fragment', 838 'extra_header': 'common/gpu/media/v4l2_stub_header.fragment',
832 'sig_files': ['common/gpu/media/v4l2.sig'], 839 'sig_files': ['common/gpu/media/v4l2.sig'],
833 'outfile_type': 'posix_stubs', 840 'outfile_type': 'posix_stubs',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1111 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1105 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1112 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1106 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1113 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1107 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1114 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1108 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1115 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1109 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1116 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1110 ], 1117 ],
1111 }], 1118 }],
1112 ], 1119 ],
1113 } 1120 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698