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

Side by Side Diff: content/content_tests.gypi

Issue 45963003: Move test-only ContextFactory implementations out of production targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert bad ui/base changes Created 7 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'dependencies': [ 10 'dependencies': [
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 '../gpu/gpu.gyp:gpu_unittest_utils', 631 '../gpu/gpu.gyp:gpu_unittest_utils',
632 '../ipc/ipc.gyp:test_support_ipc', 632 '../ipc/ipc.gyp:test_support_ipc',
633 '../jingle/jingle.gyp:jingle_glue_test_util', 633 '../jingle/jingle.gyp:jingle_glue_test_util',
634 '../media/media.gyp:media_test_support', 634 '../media/media.gyp:media_test_support',
635 '../media/media.gyp:shared_memory_support', 635 '../media/media.gyp:shared_memory_support',
636 '../third_party/WebKit/public/blink.gyp:blink', 636 '../third_party/WebKit/public/blink.gyp:blink',
637 '../third_party/icu/icu.gyp:icui18n', 637 '../third_party/icu/icu.gyp:icui18n',
638 '../third_party/icu/icu.gyp:icuuc', 638 '../third_party/icu/icu.gyp:icuuc',
639 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 639 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
640 '../third_party/libjingle/libjingle.gyp:libjingle', 640 '../third_party/libjingle/libjingle.gyp:libjingle',
641 '../ui/compositor/compositor.gyp:compositor_test_support',
641 '../ui/gl/gl.gyp:gl', 642 '../ui/gl/gl.gyp:gl',
642 '../v8/tools/gyp/v8.gyp:v8', 643 '../v8/tools/gyp/v8.gyp:v8',
643 '../webkit/common/webkit_common.gyp:webkit_common', 644 '../webkit/common/webkit_common.gyp:webkit_common',
644 '../webkit/glue/webkit_glue.gyp:glue', 645 '../webkit/glue/webkit_glue.gyp:glue',
645 '../webkit/glue/webkit_glue.gyp:glue_child', 646 '../webkit/glue/webkit_glue.gyp:glue_child',
646 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', 647 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
647 '../webkit/storage_browser.gyp:webkit_storage_browser', 648 '../webkit/storage_browser.gyp:webkit_storage_browser',
648 '../webkit/storage_common.gyp:webkit_storage_common', 649 '../webkit/storage_common.gyp:webkit_storage_common',
649 ], 650 ],
650 }], 651 }],
(...skipping 941 matching lines...) Expand 10 before | Expand all | Expand 10 after
1592 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1593 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1593 }, 1594 },
1594 ], 1595 ],
1595 }], 1596 }],
1596 ], 1597 ],
1597 }, 1598 },
1598 ], 1599 ],
1599 }], 1600 }],
1600 ], 1601 ],
1601 } 1602 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698