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

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: 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 5f98b32ac4f4a9ccc6457528f316c47e32c33a50..70fb4c4e0d2540b794e6c201fa80c95174a1990c 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2874,6 +2874,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': [
@@ -2891,6 +2895,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',
@@ -3196,6 +3201,7 @@
}],
[ 'enable_mdns == 1', {
'targets': [{
+ # GN version: //chrome/tools/service_discovery_sniffer
'target_name': 'service_discovery_sniffer',
'type': 'executable',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698