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

Unified Diff: ui/views/examples/examples.gyp

Issue 551373005: Enable ash shell and unit tests in GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: non-exported base for windows Created 6 years, 3 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 | « ui/views/examples/BUILD.gn ('k') | ui/views_content_client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/examples.gyp
diff --git a/ui/views/examples/examples.gyp b/ui/views/examples/examples.gyp
index c5295657cf701bf8a6884f494da6771720472600..a2fa62f66fa178f8d6aa10b50a73dabfad5d1a70 100644
--- a/ui/views/examples/examples.gyp
+++ b/ui/views/examples/examples.gyp
@@ -7,6 +7,7 @@
},
'targets': [
{
+ # GN version: //ui/views/examples
'target_name': 'views_examples_lib',
'type': '<(component)',
'dependencies': [
@@ -29,6 +30,7 @@
'VIEWS_EXAMPLES_IMPLEMENTATION',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'bubble_example.cc',
'bubble_example.h',
'button_example.cc',
@@ -97,6 +99,7 @@
],
}, # target_name: views_examples_lib
{
+ # GN version: //ui/views/examples:views_examples_exe
'target_name': 'views_examples_exe',
'type': 'executable',
'dependencies': [
@@ -112,6 +115,7 @@
'views_examples_lib',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'examples_main.cc',
],
'conditions': [
@@ -123,6 +127,7 @@
],
}, # target_name: views_examples_exe
{
+ # GN version: //ui/views/examples:views_examples_with_content_lib
'target_name': 'views_examples_with_content_lib',
'type': '<(component)',
'dependencies': [
@@ -139,6 +144,7 @@
'VIEWS_EXAMPLES_WITH_CONTENT_IMPLEMENTATION',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'examples_window_with_content.cc',
'examples_window_with_content.h',
'views_examples_with_content_export.h',
@@ -147,6 +153,7 @@
],
}, # target_name: views_examples_with_content_lib
{
+ # GN version: //ui/views/examples/views_examples_with_content_exe
'target_name': 'views_examples_with_content_exe',
'type': 'executable',
'dependencies': [
@@ -156,6 +163,7 @@
'views_examples_with_content_lib',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'examples_with_content_main_exe.cc',
],
'conditions': [
« no previous file with comments | « ui/views/examples/BUILD.gn ('k') | ui/views_content_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698