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

Side by Side Diff: webkit/support/webkit_support.gypi

Issue 7328011: Introduce ui.dll / libui.so for the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'webkit_support', 11 'target_name': 'webkit_support',
12 'type': 'static_library', 12 'type': 'static_library',
13 'dependencies': [ 13 'dependencies': [
14 '<(DEPTH)/base/base.gyp:base', 14 '<(DEPTH)/base/base.gyp:base',
15 '<(DEPTH)/media/media.gyp:media', 15 '<(DEPTH)/media/media.gyp:media',
16 '<(DEPTH)/net/net.gyp:net', 16 '<(DEPTH)/net/net.gyp:net',
17 '<(DEPTH)/skia/skia.gyp:skia', 17 '<(DEPTH)/skia/skia.gyp:skia',
18 '<(DEPTH)/testing/gtest.gyp:gtest', 18 '<(DEPTH)/testing/gtest.gyp:gtest',
19 '<(DEPTH)/ui/ui.gyp:ui_gfx', 19 '<(DEPTH)/ui/ui.gyp:ui',
20 'appcache', 20 'appcache',
21 'blob', 21 'blob',
22 'database', 22 'database',
23 'fileapi', 23 'fileapi',
24 'glue', 24 'glue',
25 'webkit_gpu', 25 'webkit_gpu',
26 'webkit_support_common', 26 'webkit_support_common',
27 ], 27 ],
28 'include_dirs': [ 28 'include_dirs': [
29 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit 29 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit
30 ], 30 ],
31 'defines': [ 31 'defines': [
32 # Technically not a unit test but require functions available only to 32 # Technically not a unit test but require functions available only to
33 # unit tests. 33 # unit tests.
34 'UNIT_TEST' 34 'UNIT_TEST'
35 ], 35 ],
36 'sources': [ 36 'sources': [
37 'drt_application_mac.h', 37 'drt_application_mac.h',
38 'drt_application_mac.mm', 38 'drt_application_mac.mm',
39 'platform_support.h', 39 'platform_support.h',
40 'platform_support_gtk.cc', 40 'platform_support_gtk.cc',
41 'platform_support_mac.mm', 41 'platform_support_mac.mm',
42 'platform_support_win.cc', 42 'platform_support_win.cc',
43 'test_webkit_client.cc', 43 'test_webkit_client.cc',
44 'test_webkit_client.h', 44 'test_webkit_client.h',
45 'test_webplugin_page_delegate.cc', 45 'test_webplugin_page_delegate.cc',
46 'test_webplugin_page_delegate.h', 46 'test_webplugin_page_delegate.h',
47 'webkit_support.cc', 47 'webkit_support.cc',
48 'webkit_support.h', 48 'webkit_support.h',
49 'webkit_support_gfx.h',
50 'webkit_support_glue.cc', 49 'webkit_support_glue.cc',
51 'weburl_loader_mock.cc', 50 'weburl_loader_mock.cc',
52 'weburl_loader_mock.h', 51 'weburl_loader_mock.h',
53 'weburl_loader_mock_factory.cc', 52 'weburl_loader_mock_factory.cc',
54 'weburl_loader_mock_factory.h', 53 'weburl_loader_mock_factory.h',
55 ], 54 ],
56 'conditions': [ 55 'conditions': [
57 ['OS=="mac"', { 56 ['OS=="mac"', {
58 'copies': [{ 57 'copies': [{
59 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit', 58 'destination': '<(SHARED_INTERMEDIATE_DIR)/webkit',
(...skipping 12 matching lines...) Expand all
72 }, 71 },
73 72
74 { 73 {
75 'target_name': 'webkit_support_common', 74 'target_name': 'webkit_support_common',
76 'type': 'static_library', 75 'type': 'static_library',
77 'dependencies': [ 76 'dependencies': [
78 '<(DEPTH)/base/base.gyp:base', 77 '<(DEPTH)/base/base.gyp:base',
79 '<(DEPTH)/crypto/crypto.gyp:crypto', 78 '<(DEPTH)/crypto/crypto.gyp:crypto',
80 '<(DEPTH)/net/net.gyp:net', 79 '<(DEPTH)/net/net.gyp:net',
81 '<(DEPTH)/skia/skia.gyp:skia', 80 '<(DEPTH)/skia/skia.gyp:skia',
82 '<(DEPTH)/ui/ui.gyp:ui_base', 81 '<(DEPTH)/ui/ui.gyp:ui',
83 'glue', 82 'glue',
84 ], 83 ],
85 'export_dependent_settings': [ 84 'export_dependent_settings': [
86 '<(DEPTH)/base/base.gyp:base', 85 '<(DEPTH)/base/base.gyp:base',
87 ], 86 ],
88 'sources': [ 87 'sources': [
89 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h', 88 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h',
90 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m', 89 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m',
91 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc', 90 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc',
92 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.h', 91 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.h',
(...skipping 11 matching lines...) Expand all
104 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc', 103 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.cc',
105 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h', 104 '<(DEPTH)/webkit/tools/test_shell/simple_webcookiejar_impl.h',
106 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc', 105 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.cc',
107 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h', 106 '<(DEPTH)/webkit/tools/test_shell/test_shell_request_context.h',
108 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc', 107 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc',
109 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h', 108 '<(DEPTH)/webkit/tools/test_shell/test_shell_webblobregistry_impl.h',
110 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc', 109 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.cc',
111 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h', 110 '<(DEPTH)/webkit/tools/test_shell/test_shell_webmimeregistry_impl.h',
112 'simple_database_system.cc', 111 'simple_database_system.cc',
113 'simple_database_system.h', 112 'simple_database_system.h',
113 'webkit_support_gfx.h',
114 'webkit_support_gfx.cc',
rvargas (doing something else) 2011/07/12 21:40:19 This file is missing
114 ], 115 ],
115 'conditions': [ 116 'conditions': [
116 ['inside_chromium_build==0', { 117 ['inside_chromium_build==0', {
117 'dependencies': [ 118 'dependencies': [
118 'setup_third_party.gyp:third_party_headers', 119 'setup_third_party.gyp:third_party_headers',
119 ], 120 ],
120 }], 121 }],
121 ], 122 ],
122 }, 123 },
123 ], 124 ],
124 } 125 }
125 # Local Variables: 126 # Local Variables:
126 # tab-width:2 127 # tab-width:2
127 # indent-tabs-mode:nil 128 # indent-tabs-mode:nil
128 # End: 129 # End:
129 # vim: set expandtab tabstop=2 shiftwidth=2: 130 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« ui/ui.gyp ('K') | « views/views.gyp ('k') | webkit/support/webkit_support_gfx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698