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

Side by Side Diff: content/content_browser.gypi

Issue 6543033: Fix checkdeps failure and Linux shared dbg-shlib build. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « content/DEPS ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_browser', 8 'target_name': 'content_browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'browser/tab_contents/tab_contents_observer.h', 132 'browser/tab_contents/tab_contents_observer.h',
133 'browser/tab_contents/tab_contents_view.cc', 133 'browser/tab_contents/tab_contents_view.cc',
134 'browser/tab_contents/tab_contents_view.h', 134 'browser/tab_contents/tab_contents_view.h',
135 ], 135 ],
136 'conditions': [ 136 'conditions': [
137 ['OS=="win"', { 137 ['OS=="win"', {
138 'msvs_guid': '639DB58D-32C2-435A-A711-65A12F62E442', 138 'msvs_guid': '639DB58D-32C2-435A-A711-65A12F62E442',
139 }], 139 }],
140 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 140 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
141 'dependencies': [ 141 'dependencies': [
142 # For FcLangSetAdd call in render_sandbox_host_linux.cc
143 '../build/linux/system.gyp:fontconfig',
142 '../build/linux/system.gyp:gtk', 144 '../build/linux/system.gyp:gtk',
143 ], 145 ],
144 }], 146 }],
145 ], 147 ],
146 }, 148 },
147 ], 149 ],
148 } 150 }
OLDNEW
« no previous file with comments | « content/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698