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

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: nit, moved flag to bottom of about_flags list Created 4 years, 10 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
« chrome/browser/about_flags.cc ('K') | « 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 3322 matching lines...) Expand 10 before | Expand all | Expand 10 after
3333 '../components/components.gyp:user_prefs_tracked', 3333 '../components/components.gyp:user_prefs_tracked',
3334 '../components/components.gyp:visitedlink_browser', 3334 '../components/components.gyp:visitedlink_browser',
3335 '../components/components.gyp:visitedlink_common', 3335 '../components/components.gyp:visitedlink_common',
3336 '../components/components.gyp:wallpaper', 3336 '../components/components.gyp:wallpaper',
3337 '../components/components.gyp:web_cache_browser', 3337 '../components/components.gyp:web_cache_browser',
3338 '../components/components.gyp:web_modal', 3338 '../components/components.gyp:web_modal',
3339 '../components/components.gyp:web_resource', 3339 '../components/components.gyp:web_resource',
3340 '../components/components.gyp:webusb', 3340 '../components/components.gyp:webusb',
3341 '../components/components_resources.gyp:components_resources', 3341 '../components/components_resources.gyp:components_resources',
3342 '../content/app/resources/content_resources.gyp:content_resources', 3342 '../content/app/resources/content_resources.gyp:content_resources',
3343 '../content/content.gyp:common_features',
3344 '../content/content.gyp:feature_h264_with_openh264_ffmpeg',
3343 '../device/core/core.gyp:device_core', 3345 '../device/core/core.gyp:device_core',
3344 '../device/usb/usb.gyp:device_usb', 3346 '../device/usb/usb.gyp:device_usb',
3345 '../device/usb/usb.gyp:device_usb_mojo_bindings', 3347 '../device/usb/usb.gyp:device_usb_mojo_bindings',
3346 '../gpu/gpu.gyp:gpu', 3348 '../gpu/gpu.gyp:gpu',
3347 '../media/media.gyp:media', 3349 '../media/media.gyp:media',
3348 '../media/midi/midi.gyp:midi', 3350 '../media/midi/midi.gyp:midi',
3349 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i', 3351 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i',
3350 '../mojo/mojo_base.gyp:mojo_application_base', 3352 '../mojo/mojo_base.gyp:mojo_application_base',
3351 '../mojo/mojo_base.gyp:mojo_common_lib', 3353 '../mojo/mojo_base.gyp:mojo_common_lib',
3352 '../mojo/mojo_base.gyp:mojo_environment_chromium', 3354 '../mojo/mojo_base.gyp:mojo_environment_chromium',
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
4221 '../components/components.gyp:rlz', 4223 '../components/components.gyp:rlz',
4222 '../components/components.gyp:search_engines', 4224 '../components/components.gyp:search_engines',
4223 '../rlz/rlz.gyp:rlz_lib', 4225 '../rlz/rlz.gyp:rlz_lib',
4224 'common', 4226 'common',
4225 ], 4227 ],
4226 }, 4228 },
4227 ], 4229 ],
4228 }], 4230 }],
4229 ], 4231 ],
4230 } 4232 }
OLDNEW
« chrome/browser/about_flags.cc ('K') | « chrome/browser/about_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698