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

Unified Diff: chrome/chrome_tests.gypi

Issue 11971025: [sync] Divorce python sync test server chromiumsync.py from testserver.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More cleanup of dead pyauto code. Created 7 years, 11 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 1e7df96bda4847e3cc7c7d382af3af0826acf6a7..b2e954b00438c835b89cc761b4306cafa5d3f5d4 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
@@ -1973,10 +1973,10 @@
'renderer',
'test_support_common',
'../net/net.gyp:net',
- '../net/net.gyp:net_test_support',
'../printing/printing.gyp:printing',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync_notifier',
+ '../sync/sync.gyp:test_support_sync_testserver',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../third_party/icu/icu.gyp:icui18n',
@@ -2138,6 +2138,7 @@
'test_support_common',
'../skia/skia.gyp:skia',
'../sync/sync.gyp:sync_notifier',
+ '../sync/sync.gyp:test_support_sync_testserver',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
],
@@ -2197,7 +2198,7 @@
],
}],
['OS=="mac"', {
- # The sync_integration_tests do not run on mac without this flag.
+ # The sync_performance_tests do not run on mac without this flag.
# Search for comments about "xcode_settings" elsewhere in this file.
'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
}],

Powered by Google App Engine
This is Rietveld 408576698