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

Side by Side Diff: content/content_child.gypi

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

Powered by Google App Engine
This is Rietveld 408576698