Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(796)

Side by Side Diff: webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp

Issue 7146001: Remove msvs_guids from third_party, webkit, tools and views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/quota/webkit_quota.gypi ('k') | webkit/tools/test_shell/test_shell.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « webkit/quota/webkit_quota.gypi ('k') | webkit/tools/test_shell/test_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698