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

Unified Diff: cc/cc_tests.gyp

Issue 793693003: Tile Compression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « cc/cc.gyp ('k') | cc/debug/debug_colors.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index c32fcba76460feab1064f68e90183dc55ffbd69b..4d6103c599cf025dc8882d9ddd2bc5539f1bcabb 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -343,6 +343,7 @@
'resources/picture_pile_impl_perftest.cc',
'resources/tile_task_worker_pool_perftest.cc',
'resources/task_graph_runner_perftest.cc',
+ 'resources/texture_compress/texture_compress_perftest.cc',
'resources/tile_manager_perftest.cc',
'test/cc_test_suite.cc',
'test/run_all_perftests.cc',
@@ -370,6 +371,11 @@
],
}
],
+ ['OS == "android"', {
+ 'includes': [
+ '../build/android/cpufeatures.gypi',
+ ]
+ }],
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/debug_colors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698