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

Side by Side Diff: content/content_browser.gypi

Issue 854753002: linux/gyp: Find missing symbols at build time, not runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 11 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 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after
1804 ], 1804 ],
1805 }], 1805 }],
1806 ['OS=="linux" and use_aura==1', { 1806 ['OS=="linux" and use_aura==1', {
1807 'dependencies': [ 1807 'dependencies': [
1808 '../build/linux/system.gyp:fontconfig', 1808 '../build/linux/system.gyp:fontconfig',
1809 ], 1809 ],
1810 }], 1810 }],
1811 ['use_x11==1', { 1811 ['use_x11==1', {
1812 'dependencies': [ 1812 'dependencies': [
1813 '../build/linux/system.gyp:x11', 1813 '../build/linux/system.gyp:x11',
1814 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platform',
1815 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1814 ], 1816 ],
1815 }], 1817 }],
1816 ['use_pango==1', { 1818 ['use_pango==1', {
1817 'dependencies': [ 1819 'dependencies': [
1818 '../build/linux/system.gyp:pangocairo', 1820 '../build/linux/system.gyp:pangocairo',
1819 ], 1821 ],
1820 'sources!': [ 1822 'sources!': [
1821 'browser/renderer_host/pepper/pepper_truetype_font_list_ozone.cc', 1823 'browser/renderer_host/pepper/pepper_truetype_font_list_ozone.cc',
1822 ], 1824 ],
1823 }], 1825 }],
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
1951 'sources': [ 1953 'sources': [
1952 'browser/media/cdm/browser_cdm_manager.cc', 1954 'browser/media/cdm/browser_cdm_manager.cc',
1953 'browser/media/cdm/browser_cdm_manager.h', 1955 'browser/media/cdm/browser_cdm_manager.h',
1954 # This works on Android because enable_browser_cdms==1 on Android. 1956 # This works on Android because enable_browser_cdms==1 on Android.
1955 'browser/media/media_web_contents_observer.cc', 1957 'browser/media/media_web_contents_observer.cc',
1956 'browser/media/media_web_contents_observer.h', 1958 'browser/media/media_web_contents_observer.h',
1957 ], 1959 ],
1958 }], 1960 }],
1959 ], 1961 ],
1960 } 1962 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698