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 8570010: Moving media-related files from webkit/glue/ to webkit/media/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: minor fixes Created 9 years, 1 month 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) 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 '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)/media/media.gyp:media', 16 '<(DEPTH)/media/media.gyp:media',
17 '<(DEPTH)/net/net.gyp:net', 17 '<(DEPTH)/net/net.gyp:net',
18 '<(DEPTH)/skia/skia.gyp:skia', 18 '<(DEPTH)/skia/skia.gyp:skia',
19 '<(DEPTH)/testing/gtest.gyp:gtest', 19 '<(DEPTH)/testing/gtest.gyp:gtest',
20 '<(DEPTH)/ui/ui.gyp:ui', 20 '<(DEPTH)/ui/ui.gyp:ui',
21 'appcache', 21 'appcache',
22 'blob', 22 'blob',
23 'database', 23 'database',
24 'fileapi', 24 'fileapi',
25 'glue', 25 'glue',
26 'webkit_gpu', 26 'webkit_gpu',
27 'webkit_media',
27 'webkit_support_common', 28 'webkit_support_common',
28 ], 29 ],
29 'include_dirs': [ 30 'include_dirs': [
30 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit 31 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit
31 ], 32 ],
32 'defines': [ 33 'defines': [
33 # Technically not a unit test but require functions available only to 34 # Technically not a unit test but require functions available only to
34 # unit tests. 35 # unit tests.
35 'UNIT_TEST' 36 'UNIT_TEST'
36 ], 37 ],
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 '<(DEPTH)', 144 '<(DEPTH)',
144 ], 145 ],
145 'conditions': [ 146 'conditions': [
146 ['OS=="android"', { 147 ['OS=="android"', {
147 'toolsets': ['target', 'host'], 148 'toolsets': ['target', 'host'],
148 }], 149 }],
149 ], 150 ],
150 }, 151 },
151 ], 152 ],
152 } 153 }
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