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

Side by Side Diff: content/content_tests.gypi

Issue 502143003: Revert of 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 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'dependencies': [ 736 'dependencies': [
737 'content.gyp:content_browser', 737 'content.gyp:content_browser',
738 'content.gyp:content_child', 738 'content.gyp:content_child',
739 'content.gyp:content_gpu', 739 'content.gyp:content_gpu',
740 'content.gyp:content_plugin', 740 'content.gyp:content_plugin',
741 'content.gyp:content_renderer', 741 'content.gyp:content_renderer',
742 'content_resources.gyp:content_resources', 742 'content_resources.gyp:content_resources',
743 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 743 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
744 '../cc/cc.gyp:cc', 744 '../cc/cc.gyp:cc',
745 '../cc/cc_tests.gyp:cc_test_support', 745 '../cc/cc_tests.gyp:cc_test_support',
746 '../gin/gin.gyp:gin',
747 '../gpu/gpu.gyp:gpu', 746 '../gpu/gpu.gyp:gpu',
748 '../gpu/gpu.gyp:gpu_unittest_utils', 747 '../gpu/gpu.gyp:gpu_unittest_utils',
749 '../ipc/ipc.gyp:test_support_ipc', 748 '../ipc/ipc.gyp:test_support_ipc',
750 '../media/media.gyp:media_test_support', 749 '../media/media.gyp:media_test_support',
751 '../media/media.gyp:shared_memory_support', 750 '../media/media.gyp:shared_memory_support',
752 '../third_party/WebKit/public/blink.gyp:blink', 751 '../third_party/WebKit/public/blink.gyp:blink',
753 '../third_party/icu/icu.gyp:icui18n', 752 '../third_party/icu/icu.gyp:icui18n',
754 '../third_party/icu/icu.gyp:icuuc', 753 '../third_party/icu/icu.gyp:icuuc',
755 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 754 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
756 '../third_party/libjingle/libjingle.gyp:libjingle', 755 '../third_party/libjingle/libjingle.gyp:libjingle',
(...skipping 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1868 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1867 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1869 }, 1868 },
1870 ], 1869 ],
1871 }], 1870 }],
1872 ], 1871 ],
1873 }, 1872 },
1874 ], 1873 ],
1875 }], 1874 }],
1876 ], 1875 ],
1877 } 1876 }
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