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

Side by Side Diff: content/content_browser.gypi

Issue 851313004: Revert of 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
« no previous file with comments | « chrome/browser/ui/libgtk2ui/libgtk2ui.gyp ('k') | content/content_shell.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1806 ], 1806 ],
1807 }], 1807 }],
1808 ['OS=="linux" and use_aura==1', { 1808 ['OS=="linux" and use_aura==1', {
1809 'dependencies': [ 1809 'dependencies': [
1810 '../build/linux/system.gyp:fontconfig', 1810 '../build/linux/system.gyp:fontconfig',
1811 ], 1811 ],
1812 }], 1812 }],
1813 ['use_x11==1', { 1813 ['use_x11==1', {
1814 'dependencies': [ 1814 'dependencies': [
1815 '../build/linux/system.gyp:x11', 1815 '../build/linux/system.gyp:x11',
1816 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platform',
1817 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1818 ], 1816 ],
1819 }], 1817 }],
1820 ['use_pango==1', { 1818 ['use_pango==1', {
1821 'dependencies': [ 1819 'dependencies': [
1822 '../build/linux/system.gyp:pangocairo', 1820 '../build/linux/system.gyp:pangocairo',
1823 ], 1821 ],
1824 'sources!': [ 1822 'sources!': [
1825 'browser/renderer_host/pepper/pepper_truetype_font_list_ozone.cc', 1823 'browser/renderer_host/pepper/pepper_truetype_font_list_ozone.cc',
1826 ], 1824 ],
1827 }], 1825 }],
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1960 'browser/media/media_web_contents_observer.h', 1958 'browser/media/media_web_contents_observer.h',
1961 ], 1959 ],
1962 }], 1960 }],
1963 ['OS == "linux" and use_openssl==1', { 1961 ['OS == "linux" and use_openssl==1', {
1964 'dependencies': [ 1962 'dependencies': [
1965 '../third_party/boringssl/boringssl.gyp:boringssl', 1963 '../third_party/boringssl/boringssl.gyp:boringssl',
1966 ], 1964 ],
1967 }], 1965 }],
1968 ], 1966 ],
1969 } 1967 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/libgtk2ui/libgtk2ui.gyp ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698