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

Side by Side Diff: content/content_shell.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_ppapi_plugin.gypi ('k') | content/content_tests.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 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 29 matching lines...) Expand all
40 'test_support_content', 40 'test_support_content',
41 'content_resources.gyp:content_resources', 41 'content_resources.gyp:content_resources',
42 '../base/base.gyp:base', 42 '../base/base.gyp:base',
43 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 43 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
44 '../ipc/ipc.gyp:ipc', 44 '../ipc/ipc.gyp:ipc',
45 '../media/media.gyp:media', 45 '../media/media.gyp:media',
46 '../net/net.gyp:net', 46 '../net/net.gyp:net',
47 '../net/net.gyp:net_resources', 47 '../net/net.gyp:net_resources',
48 '../skia/skia.gyp:skia', 48 '../skia/skia.gyp:skia',
49 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runner', 49 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runner',
50 '../ui/gfx/gfx.gyp:gfx',
50 '../ui/gl/gl.gyp:gl', 51 '../ui/gl/gl.gyp:gl',
51 '../ui/ui.gyp:ui', 52 '../ui/ui.gyp:ui',
52 '../url/url.gyp:url_lib', 53 '../url/url.gyp:url_lib',
53 '../v8/tools/gyp/v8.gyp:v8', 54 '../v8/tools/gyp/v8.gyp:v8',
54 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 55 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
55 '../webkit/common/webkit_common.gyp:webkit_common', 56 '../webkit/common/webkit_common.gyp:webkit_common',
56 '../webkit/glue/webkit_glue.gyp:glue', 57 '../webkit/glue/webkit_glue.gyp:glue',
57 '../webkit/webkit_resources.gyp:webkit_resources', 58 '../webkit/webkit_resources.gyp:webkit_resources',
58 ], 59 ],
59 'include_dirs': [ 60 'include_dirs': [
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 '../tools/imagediff/image_diff.gyp:image_diff#host', 746 '../tools/imagediff/image_diff.gyp:image_diff#host',
746 ], 747 ],
747 }], 748 }],
748 ], 749 ],
749 'includes': [ '../build/java_apk.gypi' ], 750 'includes': [ '../build/java_apk.gypi' ],
750 }, 751 },
751 ], 752 ],
752 }], # OS=="android" 753 }], # OS=="android"
753 ] 754 ]
754 } 755 }
OLDNEW
« no previous file with comments | « content/content_ppapi_plugin.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698