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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1774483002: about_flags.cc entry for WebRTC-H264WithOpenH264FFmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted changes for using rtc_use_h264 in .grd Created 4 years, 9 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | no next file » | 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 '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 3336 matching lines...) Expand 10 before | Expand all | Expand 10 after
3347 '../components/components.gyp:user_prefs_tracked', 3347 '../components/components.gyp:user_prefs_tracked',
3348 '../components/components.gyp:visitedlink_browser', 3348 '../components/components.gyp:visitedlink_browser',
3349 '../components/components.gyp:visitedlink_common', 3349 '../components/components.gyp:visitedlink_common',
3350 '../components/components.gyp:wallpaper', 3350 '../components/components.gyp:wallpaper',
3351 '../components/components.gyp:web_cache_browser', 3351 '../components/components.gyp:web_cache_browser',
3352 '../components/components.gyp:web_modal', 3352 '../components/components.gyp:web_modal',
3353 '../components/components.gyp:web_resource', 3353 '../components/components.gyp:web_resource',
3354 '../components/components.gyp:webusb', 3354 '../components/components.gyp:webusb',
3355 '../components/components_resources.gyp:components_resources', 3355 '../components/components_resources.gyp:components_resources',
3356 '../content/app/resources/content_resources.gyp:content_resources', 3356 '../content/app/resources/content_resources.gyp:content_resources',
3357 '../content/content.gyp:common_features',
3358 '../content/content.gyp:feature_h264_with_openh264_ffmpeg',
3357 '../device/core/core.gyp:device_core', 3359 '../device/core/core.gyp:device_core',
3358 '../device/usb/usb.gyp:device_usb', 3360 '../device/usb/usb.gyp:device_usb',
3359 '../device/usb/usb.gyp:device_usb_mojo_bindings', 3361 '../device/usb/usb.gyp:device_usb_mojo_bindings',
3360 '../gpu/gpu.gyp:gpu', 3362 '../gpu/gpu.gyp:gpu',
3361 '../media/media.gyp:media', 3363 '../media/media.gyp:media',
3362 '../media/midi/midi.gyp:midi', 3364 '../media/midi/midi.gyp:midi',
3363 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i', 3365 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i',
3364 '../mojo/mojo_base.gyp:mojo_application_base', 3366 '../mojo/mojo_base.gyp:mojo_application_base',
3365 '../mojo/mojo_base.gyp:mojo_common_lib', 3367 '../mojo/mojo_base.gyp:mojo_common_lib',
3366 '../mojo/mojo_base.gyp:mojo_environment_chromium', 3368 '../mojo/mojo_base.gyp:mojo_environment_chromium',
(...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
4244 '../components/components.gyp:rlz', 4246 '../components/components.gyp:rlz',
4245 '../components/components.gyp:search_engines', 4247 '../components/components.gyp:search_engines',
4246 '../rlz/rlz.gyp:rlz_lib', 4248 '../rlz/rlz.gyp:rlz_lib',
4247 'common', 4249 'common',
4248 ], 4250 ],
4249 }, 4251 },
4250 ], 4252 ],
4251 }], 4253 }],
4252 ], 4254 ],
4253 } 4255 }
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698