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

Side by Side Diff: content/content_shell.gypi

Issue 317163002: Moving compositor_bindings from webkit to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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
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 21 matching lines...) Expand all
32 'content.gyp:content_gpu', 32 'content.gyp:content_gpu',
33 'content.gyp:content_plugin', 33 'content.gyp:content_plugin',
34 'content.gyp:content_ppapi_plugin', 34 'content.gyp:content_ppapi_plugin',
35 'content.gyp:content_renderer', 35 'content.gyp:content_renderer',
36 'content.gyp:content_utility', 36 'content.gyp:content_utility',
37 'content.gyp:content_worker', 37 'content.gyp:content_worker',
38 'content_resources.gyp:content_resources', 38 'content_resources.gyp:content_resources',
39 'content_shell_resources', 39 'content_shell_resources',
40 'copy_test_netscape_plugin', 40 'copy_test_netscape_plugin',
41 'layouttest_support_content', 41 'layouttest_support_content',
42 'renderer/compositor_bindings/compositor_bindings.gyp:content_compositor _bindings',
42 '../base/base.gyp:base', 43 '../base/base.gyp:base',
43 '../base/base.gyp:base_static', 44 '../base/base.gyp:base_static',
44 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 45 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
45 '../cc/cc.gyp:cc', 46 '../cc/cc.gyp:cc',
46 '../components/components.gyp:breakpad_component', 47 '../components/components.gyp:breakpad_component',
47 '../gin/gin.gyp:gin', 48 '../gin/gin.gyp:gin',
48 '../gpu/gpu.gyp:gpu', 49 '../gpu/gpu.gyp:gpu',
49 '../ipc/ipc.gyp:ipc', 50 '../ipc/ipc.gyp:ipc',
50 '../media/media.gyp:media', 51 '../media/media.gyp:media',
51 '../net/net.gyp:net', 52 '../net/net.gyp:net',
52 '../net/net.gyp:net_resources', 53 '../net/net.gyp:net_resources',
53 '../skia/skia.gyp:skia', 54 '../skia/skia.gyp:skia',
54 '../third_party/WebKit/public/blink.gyp:blink', 55 '../third_party/WebKit/public/blink.gyp:blink',
55 '../third_party/WebKit/public/blink.gyp:blink_test_support', 56 '../third_party/WebKit/public/blink.gyp:blink_test_support',
56 '../ui/base/ui_base.gyp:ui_base', 57 '../ui/base/ui_base.gyp:ui_base',
57 '../ui/events/events.gyp:events_base', 58 '../ui/events/events.gyp:events_base',
58 '../ui/gfx/gfx.gyp:gfx', 59 '../ui/gfx/gfx.gyp:gfx',
59 '../ui/gfx/gfx.gyp:gfx_geometry', 60 '../ui/gfx/gfx.gyp:gfx_geometry',
60 '../ui/gl/gl.gyp:gl', 61 '../ui/gl/gl.gyp:gl',
61 '../url/url.gyp:url_lib', 62 '../url/url.gyp:url_lib',
62 '../v8/tools/gyp/v8.gyp:v8', 63 '../v8/tools/gyp/v8.gyp:v8',
63 '../webkit/common/webkit_common.gyp:webkit_common', 64 '../webkit/common/webkit_common.gyp:webkit_common',
64 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_c ompositor_bindings',
65 '../webkit/storage_browser.gyp:webkit_storage_browser', 65 '../webkit/storage_browser.gyp:webkit_storage_browser',
66 '../webkit/webkit_resources.gyp:webkit_resources', 66 '../webkit/webkit_resources.gyp:webkit_resources',
67 ], 67 ],
68 'include_dirs': [ 68 'include_dirs': [
69 '..', 69 '..',
70 ], 70 ],
71 'sources': [ 71 'sources': [
72 'shell/android/shell_jni_registrar.cc', 72 'shell/android/shell_jni_registrar.cc',
73 'shell/android/shell_jni_registrar.h', 73 'shell/android/shell_jni_registrar.h',
74 'shell/android/shell_manager.cc', 74 'shell/android/shell_manager.cc',
(...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1091 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1092 '--destination_dir', '<(dest_dir)', 1092 '--destination_dir', '<(dest_dir)',
1093 ], 1093 ],
1094 }, 1094 },
1095 ], 1095 ],
1096 }, 1096 },
1097 ], 1097 ],
1098 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1098 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1099 ] 1099 ]
1100 } 1100 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698