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

Side by Side Diff: content/content_tests.gypi

Issue 11410021: Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix content_browsertests Created 8 years, 1 month 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_shell.gypi ('k') | webkit/compositor_bindings/compositor_bindings.gyp » ('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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'content_gpu', 487 'content_gpu',
488 'content_plugin', 488 'content_plugin',
489 'content_renderer', 489 'content_renderer',
490 'content_resources.gyp:content_resources', 490 'content_resources.gyp:content_resources',
491 'navigation_interception', 491 'navigation_interception',
492 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 492 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
493 '../gpu/gpu.gyp:gpu_unittest_utils', 493 '../gpu/gpu.gyp:gpu_unittest_utils',
494 '../ipc/ipc.gyp:test_support_ipc', 494 '../ipc/ipc.gyp:test_support_ipc',
495 '../jingle/jingle.gyp:jingle_glue_test_util', 495 '../jingle/jingle.gyp:jingle_glue_test_util',
496 '../media/media.gyp:shared_memory_support', 496 '../media/media.gyp:shared_memory_support',
497 '../third_party/icu/icu.gyp:icui18n',
498 '../third_party/icu/icu.gyp:icuuc',
497 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 499 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
498 '../third_party/libjingle/libjingle.gyp:libjingle', 500 '../third_party/libjingle/libjingle.gyp:libjingle',
499 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 501 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
500 '../ui/gl/gl.gyp:gl', 502 '../ui/gl/gl.gyp:gl',
501 '../v8/tools/gyp/v8.gyp:v8', 503 '../v8/tools/gyp/v8.gyp:v8',
502 '../webkit/support/webkit_support.gyp:glue', 504 '../webkit/support/webkit_support.gyp:glue',
503 '../webkit/support/webkit_support.gyp:webkit_base', 505 '../webkit/support/webkit_support.gyp:webkit_base',
504 '../webkit/support/webkit_support.gyp:webkit_media', 506 '../webkit/support/webkit_support.gyp:webkit_media',
505 '../webkit/support/webkit_support.gyp:webkit_storage', 507 '../webkit/support/webkit_support.gyp:webkit_storage',
506 '../webkit/webkit.gyp:test_shell_test_support', 508 '../webkit/webkit.gyp:test_shell_test_support',
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'java_in_dir': '../content/shell/android/javatests', 926 'java_in_dir': '../content/shell/android/javatests',
925 'resource_dir': '../res', 927 'resource_dir': '../res',
926 'additional_src_dirs': ['../content/public/android/javatests/'], 928 'additional_src_dirs': ['../content/public/android/javatests/'],
927 }, 929 },
928 'includes': [ '../build/java_apk.gypi' ], 930 'includes': [ '../build/java_apk.gypi' ],
929 }, 931 },
930 ], 932 ],
931 }], 933 }],
932 ], 934 ],
933 } 935 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | webkit/compositor_bindings/compositor_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698