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

Side by Side Diff: content/content_tests.gypi

Issue 8381024: more content exports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't link installer_unittests, setup against content Created 9 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 | « content/common/worker_messages.h ('k') | content/public/browser/notification_service.h » ('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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 '../ipc/ipc.gyp:test_support_ipc', 110 '../ipc/ipc.gyp:test_support_ipc',
111 '../media/media.gyp:media_test_support', 111 '../media/media.gyp:media_test_support',
112 '../net/net.gyp:net_test_support', 112 '../net/net.gyp:net_test_support',
113 '../skia/skia.gyp:skia', 113 '../skia/skia.gyp:skia',
114 '../testing/gmock.gyp:gmock', 114 '../testing/gmock.gyp:gmock',
115 '../testing/gtest.gyp:gtest', 115 '../testing/gtest.gyp:gtest',
116 '../third_party/libjingle/libjingle.gyp:libjingle', 116 '../third_party/libjingle/libjingle.gyp:libjingle',
117 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 117 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
118 '../ui/gfx/gl/gl.gyp:gl', 118 '../ui/gfx/gl/gl.gyp:gl',
119 '../ui/ui.gyp:ui', 119 '../ui/ui.gyp:ui',
120 '../webkit/support/webkit_support.gyp:database',
120 '../webkit/support/webkit_support.gyp:glue', 121 '../webkit/support/webkit_support.gyp:glue',
121 '../webkit/support/webkit_support.gyp:quota', 122 '../webkit/support/webkit_support.gyp:quota',
122 ], 123 ],
123 'include_dirs': [ 124 'include_dirs': [
124 '..', 125 '..',
125 ], 126 ],
126 'sources': [ 127 'sources': [
127 'app/startup_helper_win.cc', 128 'app/startup_helper_win.cc',
128 'browser/appcache/chrome_appcache_service_unittest.cc', 129 'browser/appcache/chrome_appcache_service_unittest.cc',
129 'browser/browser_thread_unittest.cc', 130 'browser/browser_thread_unittest.cc',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 ], 338 ],
338 'sources': [ 339 'sources': [
339 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 340 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
340 ], 341 ],
341 } 342 }
342 ], 343 ],
343 }, 344 },
344 ], 345 ],
345 ], 346 ],
346 } 347 }
OLDNEW
« no previous file with comments | « content/common/worker_messages.h ('k') | content/public/browser/notification_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698