| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'pepper_test_plugin', | 9 'target_name': 'pepper_test_plugin', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 'main.cc', | 24 'main.cc', |
| 25 'plugin_object.cc', | 25 'plugin_object.cc', |
| 26 'plugin_object.h', | 26 'plugin_object.h', |
| 27 'test_object.cc', | 27 'test_object.cc', |
| 28 'test_object.h', | 28 'test_object.h', |
| 29 ], | 29 ], |
| 30 'conditions': [ | 30 'conditions': [ |
| 31 ['OS=="win"', { | 31 ['OS=="win"', { |
| 32 'product_name': 'pepper_test_plugin', | 32 'product_name': 'pepper_test_plugin', |
| 33 'type': 'shared_library', | 33 'type': 'shared_library', |
| 34 'msvs_guid': 'EE00E36E-9E8C-4DFB-925E-FBE32CEDB91A', | |
| 35 'sources': [ | 34 'sources': [ |
| 36 'pepper_test_plugin.def', | 35 'pepper_test_plugin.def', |
| 37 'pepper_test_plugin.rc', | 36 'pepper_test_plugin.rc', |
| 38 ], | 37 ], |
| 39 'run_as': { | 38 'run_as': { |
| 40 'action': [ | 39 'action': [ |
| 41 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)chrome<(EXECUTABLE_SUFFIX)', | 40 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)chrome<(EXECUTABLE_SUFFIX)', |
| 42 '--no-sandbox', | 41 '--no-sandbox', |
| 43 '--internal-pepper', | 42 '--internal-pepper', |
| 44 '--enable-gpu-plugin', | 43 '--enable-gpu-plugin', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 # 'target_name' : 'Chromium', | 80 # 'target_name' : 'Chromium', |
| 82 # 'type' : 'executable', | 81 # 'type' : 'executable', |
| 83 # 'xcode_settings' : { | 82 # 'xcode_settings' : { |
| 84 # 'ARGUMENTS' : '--renderer-startup-dialog --internal-pepper --no-san
dbox file://${SRCROOT}/test_page.html' | 83 # 'ARGUMENTS' : '--renderer-startup-dialog --internal-pepper --no-san
dbox file://${SRCROOT}/test_page.html' |
| 85 # }, | 84 # }, |
| 86 # }], | 85 # }], |
| 87 #], | 86 #], |
| 88 }, | 87 }, |
| 89 ], | 88 ], |
| 90 } | 89 } |
| OLD | NEW |