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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1722283002: about_flags.cc entry for WebRTC-H264WithOpenH264FFmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: .grd if expr matching about_flags.cc #if. Use of kOsDesktop 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
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 3334 matching lines...) Expand 10 before | Expand all | Expand 10 after
3345 '../components/components.gyp:user_prefs_tracked', 3345 '../components/components.gyp:user_prefs_tracked',
3346 '../components/components.gyp:visitedlink_browser', 3346 '../components/components.gyp:visitedlink_browser',
3347 '../components/components.gyp:visitedlink_common', 3347 '../components/components.gyp:visitedlink_common',
3348 '../components/components.gyp:wallpaper', 3348 '../components/components.gyp:wallpaper',
3349 '../components/components.gyp:web_cache_browser', 3349 '../components/components.gyp:web_cache_browser',
3350 '../components/components.gyp:web_modal', 3350 '../components/components.gyp:web_modal',
3351 '../components/components.gyp:web_resource', 3351 '../components/components.gyp:web_resource',
3352 '../components/components.gyp:webusb', 3352 '../components/components.gyp:webusb',
3353 '../components/components_resources.gyp:components_resources', 3353 '../components/components_resources.gyp:components_resources',
3354 '../content/app/resources/content_resources.gyp:content_resources', 3354 '../content/app/resources/content_resources.gyp:content_resources',
3355 '../content/content.gyp:common_features',
3356 '../content/content.gyp:feature_h264_with_openh264_ffmpeg',
3355 '../device/core/core.gyp:device_core', 3357 '../device/core/core.gyp:device_core',
3356 '../device/usb/usb.gyp:device_usb', 3358 '../device/usb/usb.gyp:device_usb',
3357 '../device/usb/usb.gyp:device_usb_mojo_bindings', 3359 '../device/usb/usb.gyp:device_usb_mojo_bindings',
3358 '../gpu/gpu.gyp:gpu', 3360 '../gpu/gpu.gyp:gpu',
3359 '../media/media.gyp:media', 3361 '../media/media.gyp:media',
3360 '../media/midi/midi.gyp:midi', 3362 '../media/midi/midi.gyp:midi',
3361 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i', 3363 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i',
3362 '../mojo/mojo_base.gyp:mojo_application_base', 3364 '../mojo/mojo_base.gyp:mojo_application_base',
3363 '../mojo/mojo_base.gyp:mojo_common_lib', 3365 '../mojo/mojo_base.gyp:mojo_common_lib',
3364 '../mojo/mojo_base.gyp:mojo_environment_chromium', 3366 '../mojo/mojo_base.gyp:mojo_environment_chromium',
(...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after
4240 '../components/components.gyp:rlz', 4242 '../components/components.gyp:rlz',
4241 '../components/components.gyp:search_engines', 4243 '../components/components.gyp:search_engines',
4242 '../rlz/rlz.gyp:rlz_lib', 4244 '../rlz/rlz.gyp:rlz_lib',
4243 'common', 4245 'common',
4244 ], 4246 ],
4245 }, 4247 },
4246 ], 4248 ],
4247 }], 4249 }],
4248 ], 4250 ],
4249 } 4251 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698