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

Unified Diff: ui/shell_dialogs/shell_dialogs.gyp

Issue 11878031: Bring back the file dialogs for chrome AURA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 | « ui/shell_dialogs/selected_file_info.cc ('k') | ui/shell_dialogs/shell_dialogs_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/shell_dialogs/shell_dialogs.gyp
===================================================================
--- ui/shell_dialogs/shell_dialogs.gyp (revision 0)
+++ ui/shell_dialogs/shell_dialogs.gyp (revision 0)
@@ -0,0 +1,63 @@
+# Copyright (c) 2013 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'targets': [
+ {
+ 'target_name': 'shell_dialogs',
+ 'type': '<(component)',
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../base/base.gyp:base_i18n',
+ '../base/strings/ui_strings.gyp:ui_strings',
+ '../../skia/skia.gyp:skia',
+ '../ui.gyp:ui',
+ ],
+ 'defines': [
+ 'SHELL_DIALOGS_IMPLEMENTATION',
+ ],
+ 'sources': [
+ 'base_shell_dialog.cc',
+ 'base_shell_dialog.h',
+ 'base_shell_dialog_win.cc',
+ 'base_shell_dialog_win.h',
+ 'gtk/select_file_dialog_impl.cc',
+ 'gtk/select_file_dialog_impl.h',
+ 'gtk/select_file_dialog_impl_gtk.cc',
+ 'gtk/select_file_dialog_impl_kde.cc',
+ 'linux_ui_shell_dialog.h',
+ 'select_file_dialog.cc',
+ 'select_file_dialog.h',
+ 'select_file_dialog_android.cc',
+ 'select_file_dialog_android.h',
+ 'select_file_dialog_factory.cc',
+ 'select_file_dialog_factory.h',
+ 'select_file_dialog_mac.h',
+ 'select_file_dialog_mac.mm',
+ 'select_file_dialog_win.cc',
+ 'select_file_dialog_win.h',
+ 'select_file_policy.cc',
+ 'select_file_policy.h',
+ 'selected_file_info.cc',
+ 'selected_file_info.h',
+ ],
+ 'include_dirs': [
+ '../../',
+ ],
+ 'conditions': [
+ ['use_aura==1', {
+ 'dependencies': [
+ '../aura/aura.gyp:aura',
+ ],
+ 'sources/': [
+ ['exclude', 'select_file_dialog_mac.mm'],
+ ],
+ }],
+ ],
+ }, # target_name: shell_dialogs
+ ],
+}
« no previous file with comments | « ui/shell_dialogs/selected_file_info.cc ('k') | ui/shell_dialogs/shell_dialogs_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698