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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 837243002: Reland "skia: Add 'skia_unittests' test suite for this directory." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 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
« no previous file with comments | « build/all.gyp ('k') | skia/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index c94be3171f237532d8ba2f64f9731bbb9fbbed3c..b04ddd6e6171a5d75a8c72c971ecafca6f814d94 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1418,17 +1418,6 @@
'../components/search_engines/template_url_service_sync_unittest.cc',
'../components/search_engines/template_url_service_unittest.cc',
- '../skia/ext/analysis_canvas_unittest.cc',
- '../skia/ext/bitmap_platform_device_mac_unittest.cc',
- '../skia/ext/convolver_unittest.cc',
- '../skia/ext/image_operations_unittest.cc',
- '../skia/ext/pixel_ref_utils_unittest.cc',
- '../skia/ext/platform_canvas_unittest.cc',
- '../skia/ext/recursive_gaussian_convolution_unittest.cc',
- '../skia/ext/refptr_unittest.cc',
- '../skia/ext/skia_utils_ios_unittest.mm',
- '../skia/ext/skia_utils_mac_unittest.mm',
- '../skia/ext/vector_canvas_unittest.cc',
'../testing/gtest_mac_unittest.mm',
'../third_party/zlib/google/zip_reader_unittest.cc',
'../third_party/zlib/google/zip_unittest.cc',
@@ -2478,11 +2467,6 @@
'tools/convert_dict/convert_dict.gyp:convert_dict_lib',
],
}],
- ['OS!="win" and OS!="mac"', {
- 'sources!': [
- '../skia/ext/platform_canvas_unittest.cc',
- ],
- }],
['OS=="win" or OS=="mac"', {
'sources': [
'browser/media_galleries/fileapi/itunes_file_util_unittest.cc',
@@ -2561,7 +2545,6 @@
'browser/search_engines/template_url_scraper_unittest.cc',
'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
'test/data/resource.rc',
- '../skia/ext/vector_canvas_unittest.cc',
],
}],
['OS=="android" or OS=="ios"', {
« no previous file with comments | « build/all.gyp ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698