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

Side by Side Diff: content/content_tests.gypi

Issue 10869073: Split user agent code out of the 'glue' target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to trunk 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/content_client.cc » ('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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 '../ui/ui.gyp:ui', 232 '../ui/ui.gyp:ui',
233 '../v8/tools/gyp/v8.gyp:v8', 233 '../v8/tools/gyp/v8.gyp:v8',
234 '../webkit/support/webkit_support.gyp:appcache', 234 '../webkit/support/webkit_support.gyp:appcache',
235 '../webkit/support/webkit_support.gyp:blob', 235 '../webkit/support/webkit_support.gyp:blob',
236 '../webkit/support/webkit_support.gyp:database', 236 '../webkit/support/webkit_support.gyp:database',
237 '../webkit/support/webkit_support.gyp:dom_storage', 237 '../webkit/support/webkit_support.gyp:dom_storage',
238 '../webkit/support/webkit_support.gyp:fileapi', 238 '../webkit/support/webkit_support.gyp:fileapi',
239 '../webkit/support/webkit_support.gyp:forms', 239 '../webkit/support/webkit_support.gyp:forms',
240 '../webkit/support/webkit_support.gyp:glue', 240 '../webkit/support/webkit_support.gyp:glue',
241 '../webkit/support/webkit_support.gyp:quota', 241 '../webkit/support/webkit_support.gyp:quota',
242 '../webkit/support/webkit_support.gyp:user_agent',
242 '../webkit/support/webkit_support.gyp:webkit_base', 243 '../webkit/support/webkit_support.gyp:webkit_base',
243 '../webkit/support/webkit_support.gyp:webkit_media', 244 '../webkit/support/webkit_support.gyp:webkit_media',
244 '../webkit/webkit.gyp:test_shell_test_support', 245 '../webkit/webkit.gyp:test_shell_test_support',
245 ], 246 ],
246 'include_dirs': [ 247 'include_dirs': [
247 '..', 248 '..',
248 ], 249 ],
249 'sources': [ 250 'sources': [
250 'browser/accessibility/browser_accessibility_mac_unittest.mm', 251 'browser/accessibility/browser_accessibility_mac_unittest.mm',
251 'browser/accessibility/browser_accessibility_manager_unittest.cc', 252 'browser/accessibility/browser_accessibility_manager_unittest.cc',
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 '-buildfile', 852 '-buildfile',
852 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', 853 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml',
853 ] 854 ]
854 } 855 }
855 ], 856 ],
856 }, 857 },
857 ], 858 ],
858 }], 859 }],
859 ], 860 ],
860 } 861 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698