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

Unified Diff: chrome/test/unit/unittests.vcproj

Issue 19704: Introduce UrlPattern. (Closed)
Patch Set: more feedback Created 11 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/test/unit/unittests.vcproj
diff --git a/chrome/test/unit/unittests.vcproj b/chrome/test/unit/unittests.vcproj
index eafd8c42df5e26f17d84bc609fb40a48786da31c..c66530bf4c4133f99278aaf5eb314618685f2554 100644
--- a/chrome/test/unit/unittests.vcproj
+++ b/chrome/test/unit/unittests.vcproj
@@ -383,10 +383,6 @@
Name="browser"
>
<File
- RelativePath="..\..\browser\views\find_bar_win_unittest.cc"
- >
- </File>
- <File
RelativePath="..\..\browser\autocomplete\autocomplete_unittest.cc"
>
</File>
@@ -483,6 +479,10 @@
>
</File>
<File
+ RelativePath="..\..\browser\views\find_bar_win_unittest.cc"
+ >
+ </File>
+ <File
RelativePath="..\..\browser\importer\firefox_importer_unittest.cc"
>
</File>
@@ -703,6 +703,10 @@
>
</File>
<File
+ RelativePath="..\..\common\extensions\url_pattern_unittest.cc"
+ >
+ </File>
+ <File
RelativePath="..\..\browser\extensions\user_script_master_unittest.cc"
>
</File>
@@ -799,11 +803,11 @@
>
</File>
<File
- RelativePath="..\..\renderer\render_thread_unittest.cc"
+ RelativePath="..\..\renderer\render_process_unittest.cc"
>
</File>
<File
- RelativePath="..\..\renderer\render_process_unittest.cc"
+ RelativePath="..\..\renderer\render_thread_unittest.cc"
>
</File>
<File
« chrome/common/extensions/url_pattern_unittest.cc ('K') | « chrome/test/unit/unit_tests.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698