| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 'shell/shell_render_process_observer.cc', | 93 'shell/shell_render_process_observer.cc', |
| 94 'shell/shell_render_process_observer.h', | 94 'shell/shell_render_process_observer.h', |
| 95 'shell/shell_resource_context.cc', | 95 'shell/shell_resource_context.cc', |
| 96 'shell/shell_resource_context.h', | 96 'shell/shell_resource_context.h', |
| 97 'shell/shell_resource_dispatcher_host_delegate.cc', | 97 'shell/shell_resource_dispatcher_host_delegate.cc', |
| 98 'shell/shell_resource_dispatcher_host_delegate.h', | 98 'shell/shell_resource_dispatcher_host_delegate.h', |
| 99 'shell/shell_switches.cc', | 99 'shell/shell_switches.cc', |
| 100 'shell/shell_switches.h', | 100 'shell/shell_switches.h', |
| 101 'shell/shell_url_request_context_getter.cc', | 101 'shell/shell_url_request_context_getter.cc', |
| 102 'shell/shell_url_request_context_getter.h', | 102 'shell/shell_url_request_context_getter.h', |
| 103 'shell/shell_web_contents_view_delegate_creator.h', |
| 104 'shell/shell_web_contents_view_delegate_gtk.cc', |
| 105 'shell/shell_web_contents_view_delegate.h', |
| 103 'shell/webkit_test_runner.cc', | 106 'shell/webkit_test_runner.cc', |
| 104 'shell/webkit_test_runner.h', | 107 'shell/webkit_test_runner.h', |
| 105 'shell/webkit_test_runner_bindings.cc', | 108 'shell/webkit_test_runner_bindings.cc', |
| 106 'shell/webkit_test_runner_bindings.h', | 109 'shell/webkit_test_runner_bindings.h', |
| 107 'shell/webkit_test_runner_host.cc', | 110 'shell/webkit_test_runner_host.cc', |
| 108 'shell/webkit_test_runner_host.h', | 111 'shell/webkit_test_runner_host.h', |
| 109 ], | 112 ], |
| 110 'msvs_settings': { | 113 'msvs_settings': { |
| 111 'VCLinkerTool': { | 114 'VCLinkerTool': { |
| 112 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 115 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 'dependencies': [ | 675 'dependencies': [ |
| 673 'content_java', | 676 'content_java', |
| 674 ], | 677 ], |
| 675 } | 678 } |
| 676 ], | 679 ], |
| 677 }, | 680 }, |
| 678 ], | 681 ], |
| 679 }], # OS=="android" | 682 }], # OS=="android" |
| 680 ] | 683 ] |
| 681 } | 684 } |
| OLD | NEW |