OLD | NEW |
---|---|
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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_mac.mm', | 83 'shell/shell_javascript_dialog_mac.mm', |
84 'shell/shell_javascript_dialog_gtk.cc', | |
jochen (gone - plz use gerrit)
2012/07/30 07:32:23
nit alphabetical ordering
Shouqun Liu
2012/07/30 08:08:44
Done.
| |
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', |
93 'shell/shell_network_delegate.cc', | 94 'shell/shell_network_delegate.cc', |
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 } |
OLD | NEW |