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

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

Issue 15709006: Make webkit_user_agent a standalone gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix iOS Created 7 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 | Annotate | Revision Log
« no previous file with comments | « webkit/support/webkit_support.gyp ('k') | no next file » | 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 '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 'variables': { 'enable_wexit_time_destructors': 1, }, 13 'variables': { 'enable_wexit_time_destructors': 1, },
14 'dependencies': [ 14 'dependencies': [
15 '<(DEPTH)/base/base.gyp:base', 15 '<(DEPTH)/base/base.gyp:base',
16 '<(DEPTH)/base/base.gyp:base_i18n', 16 '<(DEPTH)/base/base.gyp:base_i18n',
17 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 17 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
18 '<(DEPTH)/cc/cc.gyp:cc', 18 '<(DEPTH)/cc/cc.gyp:cc',
19 '<(DEPTH)/media/media.gyp:media', 19 '<(DEPTH)/media/media.gyp:media',
20 '<(DEPTH)/net/net.gyp:net', 20 '<(DEPTH)/net/net.gyp:net',
21 '<(DEPTH)/skia/skia.gyp:skia', 21 '<(DEPTH)/skia/skia.gyp:skia',
22 '<(DEPTH)/testing/gtest.gyp:gtest', 22 '<(DEPTH)/testing/gtest.gyp:gtest',
23 '<(DEPTH)/ui/gl/gl.gyp:gl', 23 '<(DEPTH)/ui/gl/gl.gyp:gl',
24 '<(DEPTH)/ui/ui.gyp:shell_dialogs', 24 '<(DEPTH)/ui/ui.gyp:shell_dialogs',
25 '<(DEPTH)/ui/ui.gyp:ui', 25 '<(DEPTH)/ui/ui.gyp:ui',
26 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 26 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
27 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
27 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_bindings', 28 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_bindings',
28 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support', 29 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we bkit_compositor_support',
29 'glue', 30 'glue',
30 'glue_common', 31 'glue_common',
31 'plugins', 32 'plugins',
32 'plugins_common', 33 'plugins_common',
33 'user_agent',
34 'webkit_base', 34 'webkit_base',
35 'webkit_common', 35 'webkit_common',
36 'webkit_media', 36 'webkit_media',
37 'webkit_storage', 37 'webkit_storage',
38 'webkit_support_common', 38 'webkit_support_common',
39 ], 39 ],
40 'include_dirs': [ 40 'include_dirs': [
41 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit 41 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit
42 ], 42 ],
43 'defines': [ 43 'defines': [
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'type': 'static_library', 109 'type': 'static_library',
110 'variables': { 'enable_wexit_time_destructors': 1, }, 110 'variables': { 'enable_wexit_time_destructors': 1, },
111 'dependencies': [ 111 'dependencies': [
112 '<(DEPTH)/base/base.gyp:base', 112 '<(DEPTH)/base/base.gyp:base',
113 '<(DEPTH)/crypto/crypto.gyp:crypto', 113 '<(DEPTH)/crypto/crypto.gyp:crypto',
114 '<(DEPTH)/net/net.gyp:net', 114 '<(DEPTH)/net/net.gyp:net',
115 '<(DEPTH)/skia/skia.gyp:skia', 115 '<(DEPTH)/skia/skia.gyp:skia',
116 '<(DEPTH)/third_party/hyphen/hyphen.gyp:hyphen', 116 '<(DEPTH)/third_party/hyphen/hyphen.gyp:hyphen',
117 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 117 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
118 '<(DEPTH)/ui/ui.gyp:ui', 118 '<(DEPTH)/ui/ui.gyp:ui',
119 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
119 'glue', 120 'glue',
120 'user_agent',
121 'webkit_support_gfx', 121 'webkit_support_gfx',
122 ], 122 ],
123 'export_dependent_settings': [ 123 'export_dependent_settings': [
124 '<(DEPTH)/base/base.gyp:base', 124 '<(DEPTH)/base/base.gyp:base',
125 ], 125 ],
126 'sources': [ 126 'sources': [
127 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.cc', 127 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.cc',
128 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.h', 128 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_context.h',
129 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.cc', 129 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.cc',
130 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.h', 130 '<(DEPTH)/webkit/browser/fileapi/mock_file_system_options.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 '<(DEPTH)', 182 '<(DEPTH)',
183 ], 183 ],
184 'conditions': [ 184 'conditions': [
185 ['OS=="android"', { 185 ['OS=="android"', {
186 'toolsets': ['target', 'host'], 186 'toolsets': ['target', 'host'],
187 }], 187 }],
188 ], 188 ],
189 }, 189 },
190 ], 190 ],
191 } 191 }
OLDNEW
« no previous file with comments | « webkit/support/webkit_support.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698