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

Unified Diff: chrome/chrome_tests.gypi

Issue 2814012: Split part of about_handler into chrome/common to break the browser-renderer ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: with unit test Created 10 years, 6 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/chrome_common.gypi ('k') | chrome/common/about_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 50056)
+++ chrome/chrome_tests.gypi (working copy)
@@ -1037,6 +1037,7 @@
'renderer/render_view_unittest.cc',
'renderer/render_view_unittest_mac.mm',
'renderer/render_widget_unittest.cc',
+ 'renderer/renderer_about_handler_unittest.cc',
'renderer/renderer_main_unittest.cc',
'renderer/spellchecker/spellcheck_unittest.cc',
'renderer/spellchecker/spellcheck_worditerator_unittest.cc',
@@ -1907,7 +1908,7 @@
'../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
- '../third_party/bzip2/bzip2.gyp:bzip2',
+ '../third_party/bzip2/bzip2.gyp:bzip2',
'../third_party/libjingle/libjingle.gyp:libjingle',
'profile_import',
'syncapi',
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/about_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698