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

Side by Side Diff: content/content_shell.gypi

Issue 24788002: events: Make it a separate component from 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_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/events/events.gyp:events',
50 '../ui/gfx/gfx.gyp:gfx', 51 '../ui/gfx/gfx.gyp:gfx',
51 '../ui/gl/gl.gyp:gl', 52 '../ui/gl/gl.gyp:gl',
52 '../ui/ui.gyp:ui', 53 '../ui/ui.gyp:ui',
53 '../url/url.gyp:url_lib', 54 '../url/url.gyp:url_lib',
54 '../v8/tools/gyp/v8.gyp:v8', 55 '../v8/tools/gyp/v8.gyp:v8',
55 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 56 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
56 '../webkit/common/webkit_common.gyp:webkit_common', 57 '../webkit/common/webkit_common.gyp:webkit_common',
57 '../webkit/glue/webkit_glue.gyp:glue', 58 '../webkit/glue/webkit_glue.gyp:glue',
58 '../webkit/webkit_resources.gyp:webkit_resources', 59 '../webkit/webkit_resources.gyp:webkit_resources',
59 ], 60 ],
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 '../tools/imagediff/image_diff.gyp:image_diff#host', 747 '../tools/imagediff/image_diff.gyp:image_diff#host',
747 ], 748 ],
748 }], 749 }],
749 ], 750 ],
750 'includes': [ '../build/java_apk.gypi' ], 751 'includes': [ '../build/java_apk.gypi' ],
751 }, 752 },
752 ], 753 ],
753 }], # OS=="android" 754 }], # OS=="android"
754 ] 755 ]
755 } 756 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698