| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'shell/shell_browser_context.h', | 63 'shell/shell_browser_context.h', |
| 64 'shell/shell_browser_main.cc', | 64 'shell/shell_browser_main.cc', |
| 65 'shell/shell_browser_main.h', | 65 'shell/shell_browser_main.h', |
| 66 'shell/shell_browser_main_parts.cc', | 66 'shell/shell_browser_main_parts.cc', |
| 67 'shell/shell_browser_main_parts.h', | 67 'shell/shell_browser_main_parts.h', |
| 68 'shell/shell_browser_main_parts_mac.mm', | 68 'shell/shell_browser_main_parts_mac.mm', |
| 69 'shell/shell_content_browser_client.cc', | 69 'shell/shell_content_browser_client.cc', |
| 70 'shell/shell_content_browser_client.h', | 70 'shell/shell_content_browser_client.h', |
| 71 'shell/shell_content_client.cc', | 71 'shell/shell_content_client.cc', |
| 72 'shell/shell_content_client.h', | 72 'shell/shell_content_client.h', |
| 73 'shell/shell_content_plugin_client.cc', | |
| 74 'shell/shell_content_plugin_client.h', | |
| 75 'shell/shell_content_renderer_client.cc', | 73 'shell/shell_content_renderer_client.cc', |
| 76 'shell/shell_content_renderer_client.h', | 74 'shell/shell_content_renderer_client.h', |
| 77 'shell/shell_content_utility_client.cc', | |
| 78 'shell/shell_content_utility_client.h', | |
| 79 'shell/shell_devtools_delegate.cc', | 75 'shell/shell_devtools_delegate.cc', |
| 80 'shell/shell_devtools_delegate.h', | 76 'shell/shell_devtools_delegate.h', |
| 81 'shell/shell_download_manager_delegate.cc', | 77 'shell/shell_download_manager_delegate.cc', |
| 82 'shell/shell_download_manager_delegate.h', | 78 'shell/shell_download_manager_delegate.h', |
| 83 'shell/shell_javascript_dialog_creator.cc', | 79 'shell/shell_javascript_dialog_creator.cc', |
| 84 'shell/shell_javascript_dialog_creator.h', | 80 'shell/shell_javascript_dialog_creator.h', |
| 85 'shell/shell_javascript_dialog_mac.mm', | 81 'shell/shell_javascript_dialog_mac.mm', |
| 86 'shell/shell_javascript_dialog_win.cc', | 82 'shell/shell_javascript_dialog_win.cc', |
| 87 'shell/shell_javascript_dialog.h', | 83 'shell/shell_javascript_dialog.h', |
| 88 'shell/shell_login_dialog_mac.mm', | 84 'shell/shell_login_dialog_mac.mm', |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 '-buildfile', | 573 '-buildfile', |
| 578 '<(DEPTH)/content/shell/android/content_shell_apk.xml', | 574 '<(DEPTH)/content/shell/android/content_shell_apk.xml', |
| 579 ] | 575 ] |
| 580 } | 576 } |
| 581 ], | 577 ], |
| 582 }, | 578 }, |
| 583 ], | 579 ], |
| 584 }], # OS=="android" | 580 }], # OS=="android" |
| 585 ] | 581 ] |
| 586 } | 582 } |
| OLD | NEW |