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

Unified Diff: ui/shell_dialogs/shell_dialogs.gyp

Issue 393953008: Add ui/display, message_center, webview to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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 | « ui/shell_dialogs/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/shell_dialogs/shell_dialogs.gyp
diff --git a/ui/shell_dialogs/shell_dialogs.gyp b/ui/shell_dialogs/shell_dialogs.gyp
index 3cc00938d746ec572953ce4bb32c1464821ec4d1..5d351263f429785108c26cc9ef3ee171518a337c 100644
--- a/ui/shell_dialogs/shell_dialogs.gyp
+++ b/ui/shell_dialogs/shell_dialogs.gyp
@@ -8,6 +8,7 @@
},
'targets': [
{
+ # GN version: //ui/shell_dialogs
'target_name': 'shell_dialogs',
'type': '<(component)',
'dependencies': [
@@ -21,6 +22,7 @@
'SHELL_DIALOGS_IMPLEMENTATION',
],
'sources': [
+ # Note: file list duplicated in GN build.
'android/shell_dialogs_jni_registrar.cc',
'android/shell_dialogs_jni_registrar.h',
'base_shell_dialog.cc',
@@ -50,8 +52,8 @@
'dependencies': [
'../aura/aura.gyp:aura',
],
- 'sources/': [
- ['exclude', 'select_file_dialog_mac.mm'],
+ 'sources!': [
+ 'select_file_dialog_mac.mm',
],
}
],
@@ -87,6 +89,7 @@
],
}, # target_name: shell_dialogs
{
+ # GN version: //ui/shell_dialogs:shell_dialogs_unittests
'target_name': 'shell_dialogs_unittests',
'type': 'executable',
'dependencies': [
@@ -97,6 +100,7 @@
'shell_dialogs',
],
'sources': [
+ # Note: file list duplicated in GN build.
'select_file_dialog_win_unittest.cc',
],
},
« no previous file with comments | « ui/shell_dialogs/BUILD.gn ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698