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

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

Issue 22362007: Relocate last remnants of webkit/renderer/media code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make chromeos crypto dep explicit. Created 7 years, 4 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 {
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 90 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
91 'msvs_disabled_warnings': [ 4267, ], 91 'msvs_disabled_warnings': [ 4267, ],
92 }, 92 },
93 93
94 { 94 {
95 'target_name': 'webkit_support_common', 95 'target_name': 'webkit_support_common',
96 'type': 'static_library', 96 'type': 'static_library',
97 'variables': { 'enable_wexit_time_destructors': 1, }, 97 'variables': { 'enable_wexit_time_destructors': 1, },
98 'dependencies': [ 98 'dependencies': [
99 '<(DEPTH)/base/base.gyp:base', 99 '<(DEPTH)/base/base.gyp:base',
100 '<(DEPTH)/crypto/crypto.gyp:crypto',
101 '<(DEPTH)/net/net.gyp:net', 100 '<(DEPTH)/net/net.gyp:net',
102 '<(DEPTH)/skia/skia.gyp:skia', 101 '<(DEPTH)/skia/skia.gyp:skia',
103 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 102 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
104 '<(DEPTH)/ui/ui.gyp:ui', 103 '<(DEPTH)/ui/ui.gyp:ui',
105 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 104 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
106 '<(DEPTH)/webkit/renderer/webkit_renderer.gyp:webkit_renderer', 105 '<(DEPTH)/webkit/renderer/webkit_renderer.gyp:webkit_renderer',
107 'glue', 106 'glue',
108 ], 107 ],
109 'export_dependent_settings': [ 108 'export_dependent_settings': [
110 '<(DEPTH)/base/base.gyp:base', 109 '<(DEPTH)/base/base.gyp:base',
111 ], 110 ],
112 'sources': [ 111 'sources': [
113 '<(DEPTH)/webkit/support/mac/DumpRenderTreePasteboard.h', 112 '<(DEPTH)/webkit/support/mac/DumpRenderTreePasteboard.h',
114 '<(DEPTH)/webkit/support/mac/DumpRenderTreePasteboard.m', 113 '<(DEPTH)/webkit/support/mac/DumpRenderTreePasteboard.m',
115 '<(DEPTH)/webkit/support/mock_webclipboard_impl.cc', 114 '<(DEPTH)/webkit/support/mock_webclipboard_impl.cc',
116 '<(DEPTH)/webkit/support/mock_webclipboard_impl.h', 115 '<(DEPTH)/webkit/support/mock_webclipboard_impl.h',
117 ], 116 ],
118 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 117 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
119 'msvs_disabled_warnings': [ 4267, ], 118 'msvs_disabled_warnings': [ 4267, ],
120 }, 119 },
121 ], 120 ],
122 } 121 }
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