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

Unified Diff: chrome/chrome_tests.gypi

Issue 9691067: Add a new 'run_all_unittests' target in base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 9 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 a7383c1ac65d08514ae2039d4467c05847afa4df..a95513df5b2ab79d71f99421ec8ee4d7d390611d 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1135,6 +1135,7 @@
'type': 'executable',
'dependencies': [
'chromedriver_lib',
+ '../base/base.gyp:run_all_unittests',
'../base/base.gyp:test_support_base',
'../testing/gtest.gyp:gtest',
'../skia/skia.gyp:skia',
@@ -1143,7 +1144,6 @@
'..',
],
'sources': [
- '../base/test/run_all_unittests.cc',
'test/webdriver/commands/set_timeout_commands_unittest.cc',
'test/webdriver/frame_path_unittest.cc',
'test/webdriver/http_response_unittest.cc',
@@ -3630,7 +3630,6 @@
'target_name': 'sync_unit_tests',
'type': 'executable',
'sources': [
- '../base/test/run_all_unittests.cc',
'browser/sync/api/sync_change_unittest.cc',
'browser/sync/api/sync_error_unittest.cc',
'browser/sync/internal_api/change_record_unittest.cc',
@@ -3652,11 +3651,12 @@
'..',
],
'dependencies': [
- '../sync/sync.gyp:sync_tests',
+ '../base/base.gyp:run_all_unittests',
'../base/base.gyp:test_support_base',
'../jingle/jingle.gyp:notifier_test_util',
'../net/net.gyp:net',
'../net/net.gyp:net_test_support',
+ '../sync/sync.gyp:sync_tests',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'syncapi_core',
« no previous file with comments | « build/temp_gyp/googleurl.gyp ('k') | cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698