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

Side by Side Diff: content/content_tests.gypi

Issue 673903002: Add dependency to ax_gen for content_browser_test_utils. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | 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 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 }], 1074 }],
1075 ], 1075 ],
1076 }, 1076 },
1077 { 1077 {
1078 'target_name': 'content_browser_test_support', 1078 'target_name': 'content_browser_test_support',
1079 'type': 'static_library', 1079 'type': 'static_library',
1080 'dependencies': [ 1080 'dependencies': [
1081 'content_shell_lib', 1081 'content_shell_lib',
1082 '../skia/skia.gyp:skia', 1082 '../skia/skia.gyp:skia',
1083 '../testing/gtest.gyp:gtest', 1083 '../testing/gtest.gyp:gtest',
1084 '../ui/accessibility/accessibility.gyp:ax_gen',
1084 ], 1085 ],
1085 'sources': [ 1086 'sources': [
1086 'test/content_test_launcher.cc', 1087 'test/content_test_launcher.cc',
1087 'public/test/content_browser_test.cc', 1088 'public/test/content_browser_test.cc',
1088 'public/test/content_browser_test.h', 1089 'public/test/content_browser_test.h',
1089 'public/test/content_browser_test_utils.cc', 1090 'public/test/content_browser_test_utils.cc',
1090 'public/test/content_browser_test_utils.h', 1091 'public/test/content_browser_test_utils.h',
1091 'public/test/content_browser_test_utils_mac.mm', 1092 'public/test/content_browser_test_utils_mac.mm',
1092 ], 1093 ],
1093 'include_dirs': [ 1094 'include_dirs': [
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
1944 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1945 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1945 }, 1946 },
1946 ], 1947 ],
1947 }], 1948 }],
1948 ], 1949 ],
1949 }, 1950 },
1950 ], 1951 ],
1951 }], 1952 }],
1952 ], 1953 ],
1953 } 1954 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698