| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'shell/shell_content_plugin_client.cc', | 72 'shell/shell_content_plugin_client.cc', |
| 73 'shell/shell_content_plugin_client.h', | 73 'shell/shell_content_plugin_client.h', |
| 74 'shell/shell_content_renderer_client.cc', | 74 'shell/shell_content_renderer_client.cc', |
| 75 'shell/shell_content_renderer_client.h', | 75 'shell/shell_content_renderer_client.h', |
| 76 'shell/shell_content_utility_client.cc', | 76 'shell/shell_content_utility_client.cc', |
| 77 'shell/shell_content_utility_client.h', | 77 'shell/shell_content_utility_client.h', |
| 78 'shell/shell_devtools_delegate.cc', | 78 'shell/shell_devtools_delegate.cc', |
| 79 'shell/shell_devtools_delegate.h', | 79 'shell/shell_devtools_delegate.h', |
| 80 'shell/shell_download_manager_delegate.cc', | 80 'shell/shell_download_manager_delegate.cc', |
| 81 'shell/shell_download_manager_delegate.h', | 81 'shell/shell_download_manager_delegate.h', |
| 82 'shell/shell_javascript_dialog_creator.cc', |
| 83 'shell/shell_javascript_dialog_creator.h', |
| 84 'shell/shell_javascript_dialog_mac.mm', |
| 85 'shell/shell_javascript_dialog.h', |
| 82 'shell/shell_main_delegate.cc', | 86 'shell/shell_main_delegate.cc', |
| 83 'shell/shell_main_delegate.h', | 87 'shell/shell_main_delegate.h', |
| 84 'shell/shell_messages.cc', | 88 'shell/shell_messages.cc', |
| 85 'shell/shell_messages.h', | 89 'shell/shell_messages.h', |
| 86 'shell/shell_render_process_observer.cc', | 90 'shell/shell_render_process_observer.cc', |
| 87 'shell/shell_render_process_observer.h', | 91 'shell/shell_render_process_observer.h', |
| 88 'shell/shell_render_view_host_observer.cc', | 92 'shell/shell_render_view_host_observer.cc', |
| 89 'shell/shell_render_view_host_observer.h', | 93 'shell/shell_render_view_host_observer.h', |
| 90 'shell/shell_render_view_observer.cc', | 94 'shell/shell_render_view_observer.cc', |
| 91 'shell/shell_render_view_observer.h', | 95 'shell/shell_render_view_observer.h', |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 'action': [ | 435 'action': [ |
| 432 '../build/mac/verify_no_objc.sh', | 436 '../build/mac/verify_no_objc.sh', |
| 433 ], | 437 ], |
| 434 }, | 438 }, |
| 435 ], | 439 ], |
| 436 }, # target content_shell_helper_app | 440 }, # target content_shell_helper_app |
| 437 ], | 441 ], |
| 438 }], # OS=="mac" | 442 }], # OS=="mac" |
| 439 ], | 443 ], |
| 440 } | 444 } |
| OLD | NEW |