| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 103 'shell/shell_web_contents_view_delegate_creator.h', |
| 104 'shell/shell_web_contents_view_delegate_gtk.cc', | 104 'shell/shell_web_contents_view_delegate_gtk.cc', |
| 105 'shell/shell_web_contents_view_delegate_mac.mm', | 105 'shell/shell_web_contents_view_delegate_mac.mm', |
| 106 'shell/shell_web_contents_view_delegate_win.cc', | 106 'shell/shell_web_contents_view_delegate_win.cc', |
| 107 'shell/shell_web_contents_view_delegate.h', | 107 'shell/shell_web_contents_view_delegate.h', |
| 108 'shell/webkit_test_platform_support.h', |
| 109 'shell/webkit_test_platform_support_android.cc', |
| 110 'shell/webkit_test_platform_support_linux.cc', |
| 111 'shell/webkit_test_platform_support_mac.mm', |
| 112 'shell/webkit_test_platform_support_win.cc', |
| 108 'shell/webkit_test_runner.cc', | 113 'shell/webkit_test_runner.cc', |
| 109 'shell/webkit_test_runner.h', | 114 'shell/webkit_test_runner.h', |
| 110 'shell/webkit_test_runner_bindings.cc', | 115 'shell/webkit_test_runner_bindings.cc', |
| 111 'shell/webkit_test_runner_bindings.h', | 116 'shell/webkit_test_runner_bindings.h', |
| 112 'shell/webkit_test_runner_host.cc', | 117 'shell/webkit_test_runner_host.cc', |
| 113 'shell/webkit_test_runner_host.h', | 118 'shell/webkit_test_runner_host.h', |
| 114 ], | 119 ], |
| 115 'msvs_settings': { | 120 'msvs_settings': { |
| 116 'VCLinkerTool': { | 121 'VCLinkerTool': { |
| 117 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 122 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| (...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 665 '<@(_outputs)', | 670 '<@(_outputs)', |
| 666 ], | 671 ], |
| 667 }, | 672 }, |
| 668 ], | 673 ], |
| 669 'includes': [ '../build/java_apk.gypi' ], | 674 'includes': [ '../build/java_apk.gypi' ], |
| 670 }, | 675 }, |
| 671 ], | 676 ], |
| 672 }], # OS=="android" | 677 }], # OS=="android" |
| 673 ] | 678 ] |
| 674 } | 679 } |
| OLD | NEW |