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

Unified Diff: ppapi/ppapi_cpp.gypi

Issue 7165009: Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox, (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/net.gyp ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_cpp.gypi
diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
index 9933d7c13f39ba7f2fd904a194cf96d9e80e0a04..c662513706808e8b78e9ac4b311910f0316e4101 100644
--- a/ppapi/ppapi_cpp.gypi
+++ b/ppapi/ppapi_cpp.gypi
@@ -224,7 +224,6 @@
],
'conditions': [
['OS=="win"', {
- 'msvs_guid': 'AD371A1D-3459-4E2D-8E8A-881F4B83B908',
'msvs_settings': {
'VCCLCompilerTool': {
'AdditionalOptions': ['/we4244'], # implicit conversion, possible loss of data
@@ -262,9 +261,6 @@
'cpp/ppp_entrypoints.cc',
],
'conditions': [
- ['OS=="win"', {
- 'msvs_guid': '057E7FA0-83C0-11DF-8395-0800200C9A66',
- }],
['OS=="linux"', {
'cflags': ['-Wextra', '-pedantic'],
}],
« no previous file with comments | « net/net.gyp ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698