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

Side by Side Diff: content/content_tests.gypi

Issue 472693002: Minor changes to allow Pepper InstancePrivate tests to pass with gin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | content/renderer/pepper/pepper_try_catch.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) 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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 'dependencies': [ 734 'dependencies': [
735 'content.gyp:content_browser', 735 'content.gyp:content_browser',
736 'content.gyp:content_child', 736 'content.gyp:content_child',
737 'content.gyp:content_gpu', 737 'content.gyp:content_gpu',
738 'content.gyp:content_plugin', 738 'content.gyp:content_plugin',
739 'content.gyp:content_renderer', 739 'content.gyp:content_renderer',
740 'content_resources.gyp:content_resources', 740 'content_resources.gyp:content_resources',
741 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 741 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
742 '../cc/cc.gyp:cc', 742 '../cc/cc.gyp:cc',
743 '../cc/cc_tests.gyp:cc_test_support', 743 '../cc/cc_tests.gyp:cc_test_support',
744 '../gin/gin.gyp:gin',
744 '../gpu/gpu.gyp:gpu', 745 '../gpu/gpu.gyp:gpu',
745 '../gpu/gpu.gyp:gpu_unittest_utils', 746 '../gpu/gpu.gyp:gpu_unittest_utils',
746 '../ipc/ipc.gyp:test_support_ipc', 747 '../ipc/ipc.gyp:test_support_ipc',
747 '../media/media.gyp:media_test_support', 748 '../media/media.gyp:media_test_support',
748 '../media/media.gyp:shared_memory_support', 749 '../media/media.gyp:shared_memory_support',
749 '../third_party/WebKit/public/blink.gyp:blink', 750 '../third_party/WebKit/public/blink.gyp:blink',
750 '../third_party/icu/icu.gyp:icui18n', 751 '../third_party/icu/icu.gyp:icui18n',
751 '../third_party/icu/icu.gyp:icuuc', 752 '../third_party/icu/icu.gyp:icuuc',
752 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 753 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
753 '../third_party/libjingle/libjingle.gyp:libjingle', 754 '../third_party/libjingle/libjingle.gyp:libjingle',
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1867 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1868 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1868 }, 1869 },
1869 ], 1870 ],
1870 }], 1871 }],
1871 ], 1872 ],
1872 }, 1873 },
1873 ], 1874 ],
1874 }], 1875 }],
1875 ], 1876 ],
1876 } 1877 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/pepper/pepper_try_catch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698