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

Unified Diff: chrome/chrome_tests.gypi

Issue 3162047: FBTF: Move some heavy, repeatedly emitted symbols to implementation files. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: mac fixes Created 10 years, 4 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 | « chrome/browser/search_engines/template_url.cc ('k') | chrome/common/sandbox_init_wrapper_mac.cc » ('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 e6d4854083e6cd58abc4a312bad74b14ef4649b1..752d780d4cedaedee4fcb9e117e554cbd1d1935b 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -128,6 +128,8 @@
'test/ui_test_utils_linux.cc',
'test/ui_test_utils_mac.mm',
'test/ui_test_utils_win.cc',
+ 'test/unit/chrome_test_suite.cc',
+ 'test/unit/chrome_test_suite.h',
],
'conditions': [
['OS=="linux"', {
@@ -1780,7 +1782,6 @@
'test/test_launcher/out_of_proc_test_runner.cc',
'test/test_launcher/test_runner.cc',
'test/test_launcher/test_runner.h',
- 'test/unit/chrome_test_suite.h',
],
'conditions': [
['chromeos==0', {
« no previous file with comments | « chrome/browser/search_engines/template_url.cc ('k') | chrome/common/sandbox_init_wrapper_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698