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

Side by Side Diff: content/content_tests.gypi

Issue 8741002: update dependencies in preparation for glue being a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « content/content_renderer.gypi ('k') | webkit/blob/webkit_blob.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 '../third_party/libjingle/libjingle.gyp:libjingle', 150 '../third_party/libjingle/libjingle.gyp:libjingle',
151 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection', 151 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection',
152 '../third_party/libvpx/libvpx.gyp:libvpx', 152 '../third_party/libvpx/libvpx.gyp:libvpx',
153 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 153 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
154 '../third_party/webrtc/modules/modules.gyp:video_capture_module', 154 '../third_party/webrtc/modules/modules.gyp:video_capture_module',
155 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system _wrappers', 155 '../third_party/webrtc/system_wrappers/source/system_wrappers.gyp:system _wrappers',
156 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core', 156 '../third_party/webrtc/video_engine/video_engine.gyp:video_engine_core',
157 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core', 157 '../third_party/webrtc/voice_engine/voice_engine.gyp:voice_engine_core',
158 '../ui/gfx/gl/gl.gyp:gl', 158 '../ui/gfx/gl/gl.gyp:gl',
159 '../ui/ui.gyp:ui', 159 '../ui/ui.gyp:ui',
160 '../v8/tools/gyp/v8.gyp:v8',
160 '../webkit/support/webkit_support.gyp:database', 161 '../webkit/support/webkit_support.gyp:database',
161 '../webkit/support/webkit_support.gyp:glue', 162 '../webkit/support/webkit_support.gyp:glue',
162 '../webkit/support/webkit_support.gyp:quota', 163 '../webkit/support/webkit_support.gyp:quota',
163 ], 164 ],
164 'include_dirs': [ 165 'include_dirs': [
165 '..', 166 '..',
166 ], 167 ],
167 'sources': [ 168 'sources': [
168 'app/startup_helper_win.cc', 169 'app/startup_helper_win.cc',
169 'browser/appcache/chrome_appcache_service_unittest.cc', 170 'browser/appcache/chrome_appcache_service_unittest.cc',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 ], 401 ],
401 'sources': [ 402 'sources': [
402 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 403 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
403 ], 404 ],
404 } 405 }
405 ], 406 ],
406 }, 407 },
407 ], 408 ],
408 ], 409 ],
409 } 410 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | webkit/blob/webkit_blob.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698