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

Unified Diff: chrome/chrome_tests.gypi

Issue 931503002: Cleanup: Move sqlite_persistent_cookie_store_perftest.cc into content_perftests target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/perf/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 1b42d24191b49221c79a3ed719b545fe8a486a2a..10197c5aec5ed7108af39ce0986089cea6f7c604 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2885,31 +2885,17 @@
'target_name': 'perf_tests',
'type': 'executable',
'dependencies': [
- 'browser',
- 'chrome_resources.gyp:chrome_resources',
- 'chrome_resources.gyp:chrome_strings',
- 'common',
- 'renderer',
- '../content/content.gyp:content_gpu',
- '../content/content_shell_and_tests.gyp:test_support_content',
'../base/base.gyp:base',
- '../base/base.gyp:test_support_base',
'../base/base.gyp:test_support_perf',
- '../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
+ '../url/url.gyp:url_lib',
],
'sources': [
# Note: Sources list duplicated in GN build.
- '../content/browser/net/sqlite_persistent_cookie_store_perftest.cc',
'test/perf/perftests.cc',
'test/perf/url_parse_perftest.cc',
],
'conditions': [
- ['use_x11==1', {
- 'dependencies': [
- '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
- ],
- }],
['OS=="win"', {
'configurations': {
'Debug_Base': {
@@ -2928,11 +2914,6 @@
}],
],
}],
- ['toolkit_views==1', {
- 'dependencies': [
- '../ui/views/views.gyp:views',
- ],
- }],
['os_posix == 1 and OS != "mac" and OS != "android"', {
'conditions': [
['use_allocator!="none"', {
@@ -2942,11 +2923,6 @@
}],
],
}],
- ['OS=="linux" and enable_webrtc==1', {
- 'dependencies': [
- '../third_party/libjingle/libjingle.gyp:libpeerconnection',
- ],
- }],
],
},
],
« no previous file with comments | « no previous file | chrome/test/perf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698