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

Side by Side Diff: content/content_tests.gypi

Issue 11093068: [content shell] Add layout test specific font setup (for linux only right now) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 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
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 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 618 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
619 '../ppapi/ppapi_internal.gyp:ppapi_shared', 619 '../ppapi/ppapi_internal.gyp:ppapi_shared',
620 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 620 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
621 '../skia/skia.gyp:skia', 621 '../skia/skia.gyp:skia',
622 '../testing/gmock.gyp:gmock', 622 '../testing/gmock.gyp:gmock',
623 '../testing/gtest.gyp:gtest', 623 '../testing/gtest.gyp:gtest',
624 '../third_party/mesa/mesa.gyp:osmesa', 624 '../third_party/mesa/mesa.gyp:osmesa',
625 '../ui/ui.gyp:ui', 625 '../ui/ui.gyp:ui',
626 '../webkit/support/webkit_support.gyp:clearkeycdmplugin', 626 '../webkit/support/webkit_support.gyp:clearkeycdmplugin',
627 '../webkit/support/webkit_support.gyp:glue', 627 '../webkit/support/webkit_support.gyp:glue',
628 # TODO(jochen): Change this to DumpRenderTree_helpers once
629 # http://wkb.ug/99023 has landed.
630 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende rTree.gyp:DumpRenderTree',
628 ], 631 ],
629 'include_dirs': [ 632 'include_dirs': [
630 '..', 633 '..',
631 ], 634 ],
632 'includes': [ 635 'includes': [
633 'browser/gpu/test_support_gpu.gypi', 636 'browser/gpu/test_support_gpu.gypi',
634 ], 637 ],
635 'defines': [ 638 'defines': [
636 'HAS_OUT_OF_PROC_TEST_RUNNER', 639 'HAS_OUT_OF_PROC_TEST_RUNNER',
637 ], 640 ],
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 'java_in_dir': '../content/shell/android/javatests', 914 'java_in_dir': '../content/shell/android/javatests',
912 'resource_dir': '../res', 915 'resource_dir': '../res',
913 'additional_src_dirs': ['../content/public/android/javatests/'], 916 'additional_src_dirs': ['../content/public/android/javatests/'],
914 }, 917 },
915 'includes': [ '../build/java_apk.gypi' ], 918 'includes': [ '../build/java_apk.gypi' ],
916 }, 919 },
917 ], 920 ],
918 }], 921 }],
919 ], 922 ],
920 } 923 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698