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

Unified Diff: chrome/chrome_tests.gypi

Issue 702903004: Add chrome perf tests and sniffer to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: whitespace fix 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | chrome/test/perf/perftests.cc » ('J')
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 eb6ecd1384b6c3a46807939391f525c7d2feedf3..26311c94ac29c041b55bc53836135dc50c61440e 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2868,6 +2868,10 @@
['OS!="mac"', {
'targets': [
{
+ # This test appears to be a legacy target consisting of files not yet
+ # moved elsewhere.
+ #
+ # GN version: //chrome/test/perf
'target_name': 'perf_tests',
'type': 'executable',
'dependencies': [
@@ -2885,6 +2889,7 @@
'../testing/gtest.gyp:gtest',
],
'sources': [
+ # Note: Sources list duplicated in GN build.
'test/perf/perftests.cc',
'test/perf/url_parse_perftest.cc',
'../content/browser/net/sqlite_persistent_cookie_store_perftest.cc',
@@ -3190,6 +3195,7 @@
}],
[ 'enable_mdns == 1', {
'targets': [{
+ # GN version: //chrome/tools/service_discovery_sniffer
'target_name': 'service_discovery_sniffer',
'type': 'executable',
'dependencies': [
« no previous file with comments | « BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | chrome/test/perf/perftests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698