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

Side by Side Diff: content/content_browser.gypi

Issue 2031073002: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android missed dep Created 4 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
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_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 1999 matching lines...) Expand 10 before | Expand all | Expand 10 after
2010 '-Wno-unused-local-typedefs', 2010 '-Wno-unused-local-typedefs',
2011 ], 2011 ],
2012 }, 2012 },
2013 'sources': [ 2013 'sources': [
2014 '<@(auralinux_browser_sources)', 2014 '<@(auralinux_browser_sources)',
2015 ], 2015 ],
2016 }], 2016 }],
2017 ['use_udev == 1', { 2017 ['use_udev == 1', {
2018 'dependencies': [ 2018 'dependencies': [
2019 '../device/udev_linux/udev.gyp:udev_linux', 2019 '../device/udev_linux/udev.gyp:udev_linux',
2020 '../media/media.gyp:media', 2020 '../media/capture/capture.gyp:capture',
2021 ], 2021 ],
2022 }, { 2022 }, {
2023 'sources!': [ 2023 'sources!': [
2024 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', 2024 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc',
2025 ], 2025 ],
2026 }], 2026 }],
2027 ['OS=="linux" and use_aura==1', { 2027 ['OS=="linux" and use_aura==1', {
2028 'dependencies': [ 2028 'dependencies': [
2029 '../build/linux/system.gyp:fontconfig', 2029 '../build/linux/system.gyp:fontconfig',
2030 ], 2030 ],
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
2206 ], 2206 ],
2207 }], 2207 }],
2208 ['OS != "mac" and OS != "android"', { 2208 ['OS != "mac" and OS != "android"', {
2209 'sources!': [ 2209 'sources!': [
2210 'browser/gpu/gpu_surface_tracker.cc', 2210 'browser/gpu/gpu_surface_tracker.cc',
2211 'browser/gpu/gpu_surface_tracker.h', 2211 'browser/gpu/gpu_surface_tracker.h',
2212 ], 2212 ],
2213 }], 2213 }],
2214 ], 2214 ],
2215 } 2215 }
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | content/content_common.gypi » ('j') | media/base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698