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

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

Issue 11103031: webkit: Merge blob and fileapi into one build target 'storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Leave *.gypi files in blob and fileapi Created 8 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 | « webkit/support/webkit_support.gyp ('k') | webkit/tools/test_shell/test_shell.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 '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)/media/media.gyp:media', 18 '<(DEPTH)/media/media.gyp:media',
19 '<(DEPTH)/net/net.gyp:net', 19 '<(DEPTH)/net/net.gyp:net',
20 '<(DEPTH)/skia/skia.gyp:skia', 20 '<(DEPTH)/skia/skia.gyp:skia',
21 '<(DEPTH)/testing/gtest.gyp:gtest', 21 '<(DEPTH)/testing/gtest.gyp:gtest',
22 '<(DEPTH)/third_party/hyphen/hyphen.gyp:hyphen', 22 '<(DEPTH)/third_party/hyphen/hyphen.gyp:hyphen',
23 '<(DEPTH)/ui/ui.gyp:ui', 23 '<(DEPTH)/ui/ui.gyp:ui',
24 'appcache', 24 'appcache',
25 'blob',
26 'database', 25 'database',
27 'dom_storage', 26 'dom_storage',
28 'fileapi',
29 'glue', 27 'glue',
30 'user_agent', 28 'user_agent',
31 'webkit_base', 29 'webkit_base',
32 'webkit_gpu', 30 'webkit_gpu',
33 'webkit_media', 31 'webkit_media',
32 'webkit_storage',
34 'webkit_support_common', 33 'webkit_support_common',
35 ], 34 ],
36 'include_dirs': [ 35 'include_dirs': [
37 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit 36 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit
38 ], 37 ],
39 'defines': [ 38 'defines': [
40 # Technically not a unit test but require functions available only to 39 # Technically not a unit test but require functions available only to
41 # unit tests. 40 # unit tests.
42 'UNIT_TEST' 41 'UNIT_TEST'
43 ], 42 ],
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 '<(DEPTH)', 165 '<(DEPTH)',
167 ], 166 ],
168 'conditions': [ 167 'conditions': [
169 ['OS=="android"', { 168 ['OS=="android"', {
170 'toolsets': ['target', 'host'], 169 'toolsets': ['target', 'host'],
171 }], 170 }],
172 ], 171 ],
173 }, 172 },
174 ], 173 ],
175 } 174 }
OLDNEW
« no previous file with comments | « webkit/support/webkit_support.gyp ('k') | webkit/tools/test_shell/test_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698