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

Side by Side Diff: content/content_shell.gypi

Issue 10824077: Content shell/GTK: Add JavaScript dialog support. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix the style Created 8 years, 4 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'shell/shell_content_client.cc', 73 'shell/shell_content_client.cc',
74 'shell/shell_content_client.h', 74 'shell/shell_content_client.h',
75 'shell/shell_content_renderer_client.cc', 75 'shell/shell_content_renderer_client.cc',
76 'shell/shell_content_renderer_client.h', 76 'shell/shell_content_renderer_client.h',
77 'shell/shell_devtools_delegate.cc', 77 'shell/shell_devtools_delegate.cc',
78 'shell/shell_devtools_delegate.h', 78 'shell/shell_devtools_delegate.h',
79 'shell/shell_download_manager_delegate.cc', 79 'shell/shell_download_manager_delegate.cc',
80 'shell/shell_download_manager_delegate.h', 80 'shell/shell_download_manager_delegate.h',
81 'shell/shell_javascript_dialog_creator.cc', 81 'shell/shell_javascript_dialog_creator.cc',
82 'shell/shell_javascript_dialog_creator.h', 82 'shell/shell_javascript_dialog_creator.h',
83 'shell/shell_javascript_dialog_gtk.cc',
83 'shell/shell_javascript_dialog_mac.mm', 84 'shell/shell_javascript_dialog_mac.mm',
84 'shell/shell_javascript_dialog_win.cc', 85 'shell/shell_javascript_dialog_win.cc',
85 'shell/shell_javascript_dialog.h', 86 'shell/shell_javascript_dialog.h',
86 'shell/shell_login_dialog_mac.mm', 87 'shell/shell_login_dialog_mac.mm',
87 'shell/shell_login_dialog.cc', 88 'shell/shell_login_dialog.cc',
88 'shell/shell_login_dialog.h', 89 'shell/shell_login_dialog.h',
89 'shell/shell_main_delegate.cc', 90 'shell/shell_main_delegate.cc',
90 'shell/shell_main_delegate.h', 91 'shell/shell_main_delegate.h',
91 'shell/shell_messages.cc', 92 'shell/shell_messages.cc',
92 'shell/shell_messages.h', 93 'shell/shell_messages.h',
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'shell/android/java/content_shell_apk.xml', 647 'shell/android/java/content_shell_apk.xml',
647 # '<(CONFIGURATION_NAME)', 648 # '<(CONFIGURATION_NAME)',
648 ] 649 ]
649 } 650 }
650 ], 651 ],
651 }, 652 },
652 ], 653 ],
653 }], # OS=="android" 654 }], # OS=="android"
654 ] 655 ]
655 } 656 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/shell_javascript_dialog.h » ('j') | content/shell/shell_javascript_dialog_creator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698