| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../../../build/common.gypi', | 10 '../../../build/common.gypi', |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 ], | 125 ], |
| 126 'sources!': [ | 126 'sources!': [ |
| 127 'drag_delegate.cc', | 127 'drag_delegate.cc', |
| 128 'drop_delegate.cc', | 128 'drop_delegate.cc', |
| 129 ], | 129 ], |
| 130 }], | 130 }], |
| 131 ], | 131 ], |
| 132 }, | 132 }, |
| 133 { | 133 { |
| 134 'target_name': 'test_shell', | 134 'target_name': 'test_shell', |
| 135 'type': 'application', | 135 'type': 'executable', |
| 136 'mac_bundle': 1, |
| 136 'dependencies': [ | 137 'dependencies': [ |
| 137 'test_shell_common', | 138 'test_shell_common', |
| 138 ], | 139 ], |
| 139 'sources': [ | 140 'sources': [ |
| 140 'test_shell_main.cc', | 141 'test_shell_main.cc', |
| 141 ], | 142 ], |
| 142 'mac_bundle_resources': [ | 143 'mac_bundle_resources': [ |
| 143 '../../data/test_shell/', | 144 '../../data/test_shell/', |
| 144 'mac/English.lproj/InfoPlist.strings', | 145 'mac/English.lproj/InfoPlist.strings', |
| 145 'mac/English.lproj/MainMenu.nib', | 146 'mac/English.lproj/MainMenu.nib', |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 ], | 376 ], |
| 376 'dependencies': [ | 377 'dependencies': [ |
| 377 '../../../third_party/npapi/npapi.gyp:npapi', | 378 '../../../third_party/npapi/npapi.gyp:npapi', |
| 378 '../../webkit.gyp:wtf', | 379 '../../webkit.gyp:wtf', |
| 379 ], | 380 ], |
| 380 }, | 381 }, |
| 381 ], | 382 ], |
| 382 }], | 383 }], |
| 383 ], | 384 ], |
| 384 } | 385 } |
| OLD | NEW |