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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_main_delegate.cc', | 82 'shell/shell_main_delegate.cc', |
83 'shell/shell_main_delegate.h', | 83 'shell/shell_main_delegate.h', |
84 'shell/shell_messages.cc', | 84 'shell/shell_messages.cc', |
85 'shell/shell_messages.h', | 85 'shell/shell_messages.h', |
| 86 'shell/shell_network_delegate.cc', |
| 87 'shell/shell_network_delegate.h', |
86 'shell/shell_render_process_observer.cc', | 88 'shell/shell_render_process_observer.cc', |
87 'shell/shell_render_process_observer.h', | 89 'shell/shell_render_process_observer.h', |
88 'shell/shell_render_view_host_observer.cc', | 90 'shell/shell_render_view_host_observer.cc', |
89 'shell/shell_render_view_host_observer.h', | 91 'shell/shell_render_view_host_observer.h', |
90 'shell/shell_render_view_observer.cc', | 92 'shell/shell_render_view_observer.cc', |
91 'shell/shell_render_view_observer.h', | 93 'shell/shell_render_view_observer.h', |
92 'shell/shell_resource_context.cc', | 94 'shell/shell_resource_context.cc', |
93 'shell/shell_resource_context.h', | 95 'shell/shell_resource_context.h', |
94 'shell/shell_switches.cc', | 96 'shell/shell_switches.cc', |
95 'shell/shell_switches.h', | 97 'shell/shell_switches.h', |
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 'action': [ | 433 'action': [ |
432 '../build/mac/verify_no_objc.sh', | 434 '../build/mac/verify_no_objc.sh', |
433 ], | 435 ], |
434 }, | 436 }, |
435 ], | 437 ], |
436 }, # target content_shell_helper_app | 438 }, # target content_shell_helper_app |
437 ], | 439 ], |
438 }], # OS=="mac" | 440 }], # OS=="mac" |
439 ], | 441 ], |
440 } | 442 } |
OLD | NEW |