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

Side by Side Diff: trunk/src/content/content_child.gypi

Issue 25161002: Revert 225857 "gfx: Create a separate gfx component out of ui." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 | « trunk/src/content/content_browser.gypi ('k') | trunk/src/content/content_common.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../ui/gfx/gfx.gyp:gfx',
11 '../ui/ui.gyp:ui', 10 '../ui/ui.gyp:ui',
12 '../url/url.gyp:url_lib', 11 '../url/url.gyp:url_lib',
13 ], 12 ],
14 'include_dirs': [ 13 'include_dirs': [
15 '..', 14 '..',
16 ], 15 ],
17 'export_dependent_settings': [ 16 'export_dependent_settings': [
18 '../base/base.gyp:base', 17 '../base/base.gyp:base',
19 ], 18 ],
20 'sources': [ 19 'sources': [
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'child/npapi/webplugin_delegate_impl_mac.mm', 178 'child/npapi/webplugin_delegate_impl_mac.mm',
180 ], 179 ],
181 }], 180 }],
182 ['use_aura==1 and OS=="win"', { 181 ['use_aura==1 and OS=="win"', {
183 'sources!': [ 182 'sources!': [
184 'child/npapi/webplugin_delegate_impl_aura.cc', 183 'child/npapi/webplugin_delegate_impl_aura.cc',
185 ], 184 ],
186 }], 185 }],
187 ], 186 ],
188 } 187 }
OLDNEW
« no previous file with comments | « trunk/src/content/content_browser.gypi ('k') | trunk/src/content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698