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

Side by Side Diff: content/content_tests.gypi

Issue 189713002: Declare dependency on blink_headers in targets that use blink headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix bad merge of export_dependent_settings block in content_browser.gypi Created 6 years, 9 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) 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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 '../testing/android/native_test.gyp:native_test_native_code', 894 '../testing/android/native_test.gyp:native_test_native_code',
895 ], 895 ],
896 }], 896 }],
897 ], 897 ],
898 }, 898 },
899 { 899 {
900 'target_name': 'content_browser_test_support', 900 'target_name': 'content_browser_test_support',
901 'type': 'static_library', 901 'type': 'static_library',
902 'dependencies': [ 902 'dependencies': [
903 'content_shell_lib', 903 'content_shell_lib',
904 'content.gyp:content_browser',
904 '../skia/skia.gyp:skia', 905 '../skia/skia.gyp:skia',
905 '../testing/gtest.gyp:gtest', 906 '../testing/gtest.gyp:gtest',
906 '../ui/accessibility/accessibility.gyp:ax_gen', 907 '../ui/accessibility/accessibility.gyp:ax_gen',
907 ], 908 ],
908 'sources': [ 909 'sources': [
909 'test/accessibility_browser_test_utils.cc', 910 'test/accessibility_browser_test_utils.cc',
910 'test/accessibility_browser_test_utils.h', 911 'test/accessibility_browser_test_utils.h',
911 'test/content_browser_test.cc', 912 'test/content_browser_test.cc',
912 'test/content_browser_test.h', 913 'test/content_browser_test.h',
913 'test/content_browser_test_utils.cc', 914 'test/content_browser_test_utils.cc',
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1716 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1716 }, 1717 },
1717 ], 1718 ],
1718 }], 1719 }],
1719 ], 1720 ],
1720 }, 1721 },
1721 ], 1722 ],
1722 }], 1723 }],
1723 ], 1724 ],
1724 } 1725 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698