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

Side by Side Diff: content/content_tests.gypi

Issue 10827414: Factor out common Element struct from BlobData and ResourceRequestBody (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: webkit/common -> webkit/base Created 8 years, 3 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/content_common.gypi ('k') | content/public/common/common_param_traits.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) 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 '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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 '../ui/gl/gl.gyp:gl', 226 '../ui/gl/gl.gyp:gl',
227 '../ui/ui.gyp:ui', 227 '../ui/ui.gyp:ui',
228 '../v8/tools/gyp/v8.gyp:v8', 228 '../v8/tools/gyp/v8.gyp:v8',
229 '../webkit/support/webkit_support.gyp:appcache', 229 '../webkit/support/webkit_support.gyp:appcache',
230 '../webkit/support/webkit_support.gyp:blob', 230 '../webkit/support/webkit_support.gyp:blob',
231 '../webkit/support/webkit_support.gyp:database', 231 '../webkit/support/webkit_support.gyp:database',
232 '../webkit/support/webkit_support.gyp:dom_storage', 232 '../webkit/support/webkit_support.gyp:dom_storage',
233 '../webkit/support/webkit_support.gyp:fileapi', 233 '../webkit/support/webkit_support.gyp:fileapi',
234 '../webkit/support/webkit_support.gyp:glue', 234 '../webkit/support/webkit_support.gyp:glue',
235 '../webkit/support/webkit_support.gyp:quota', 235 '../webkit/support/webkit_support.gyp:quota',
236 '../webkit/support/webkit_support.gyp:webkit_base',
236 '../webkit/support/webkit_support.gyp:webkit_media', 237 '../webkit/support/webkit_support.gyp:webkit_media',
237 '../webkit/webkit.gyp:test_shell_test_support', 238 '../webkit/webkit.gyp:test_shell_test_support',
238 ], 239 ],
239 'include_dirs': [ 240 'include_dirs': [
240 '..', 241 '..',
241 ], 242 ],
242 'sources': [ 243 'sources': [
243 'browser/accessibility/browser_accessibility_mac_unittest.mm', 244 'browser/accessibility/browser_accessibility_mac_unittest.mm',
244 'browser/accessibility/browser_accessibility_manager_unittest.cc', 245 'browser/accessibility/browser_accessibility_manager_unittest.cc',
245 'browser/accessibility/browser_accessibility_win_unittest.cc', 246 'browser/accessibility/browser_accessibility_win_unittest.cc',
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 '-buildfile', 836 '-buildfile',
836 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', 837 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml',
837 ] 838 ]
838 } 839 }
839 ], 840 ],
840 }, 841 },
841 ], 842 ],
842 }], 843 }],
843 ], 844 ],
844 } 845 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/common_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698