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

Side by Side Diff: trunk/src/content/content_shell.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_ppapi_plugin.gypi ('k') | trunk/src/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',
51 '../ui/gl/gl.gyp:gl', 50 '../ui/gl/gl.gyp:gl',
52 '../ui/ui.gyp:ui', 51 '../ui/ui.gyp:ui',
53 '../url/url.gyp:url_lib', 52 '../url/url.gyp:url_lib',
54 '../v8/tools/gyp/v8.gyp:v8', 53 '../v8/tools/gyp/v8.gyp:v8',
55 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 54 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
56 '../webkit/common/webkit_common.gyp:webkit_common', 55 '../webkit/common/webkit_common.gyp:webkit_common',
57 '../webkit/glue/webkit_glue.gyp:glue', 56 '../webkit/glue/webkit_glue.gyp:glue',
58 '../webkit/webkit_resources.gyp:webkit_resources', 57 '../webkit/webkit_resources.gyp:webkit_resources',
59 ], 58 ],
60 'include_dirs': [ 59 'include_dirs': [
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 '../tools/imagediff/image_diff.gyp:image_diff#host', 745 '../tools/imagediff/image_diff.gyp:image_diff#host',
747 ], 746 ],
748 }], 747 }],
749 ], 748 ],
750 'includes': [ '../build/java_apk.gypi' ], 749 'includes': [ '../build/java_apk.gypi' ],
751 }, 750 },
752 ], 751 ],
753 }], # OS=="android" 752 }], # OS=="android"
754 ] 753 ]
755 } 754 }
OLDNEW
« no previous file with comments | « trunk/src/content/content_ppapi_plugin.gypi ('k') | trunk/src/content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698