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

Unified Diff: cc/cc.gyp

Issue 399683005: Enable more tests in GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more android printing mode Created 6 years, 5 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 | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 1a62366860adc6d24673c3200181719990d44706..ba74085a37d9cacc7e235272ab2fe6bab4869757 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -8,6 +8,7 @@
},
'targets': [
{
+ # GN version: //cc
'target_name': 'cc',
'type': '<(component)',
'dependencies': [
@@ -31,6 +32,7 @@
'CC_IMPLEMENTATION=1',
],
'sources': [
+ # Note: file list duplicated in GN build.
'animation/animation.cc',
'animation/animation.h',
'animation/animation_curve.cc',
@@ -479,6 +481,7 @@
'msvs_disabled_warnings': [ 4267, ],
},
{
+ # GN version: //cc/surfaces
'target_name': 'cc_surfaces',
'type': '<(component)',
'dependencies': [
@@ -493,6 +496,7 @@
'CC_SURFACES_IMPLEMENTATION=1',
],
'sources': [
+ # Note: file list duplicated in GN build.
'surfaces/display.cc',
'surfaces/display.h',
'surfaces/display_client.h',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698