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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/net.gyp ('k') | ppapi/ppapi_shared.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_c', 8 'target_name': 'ppapi_c',
9 'type': 'none', 9 'type': 'none',
10 'all_dependent_settings': { 10 'all_dependent_settings': {
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'cpp/dev/scriptable_object_deprecated.cc', 217 'cpp/dev/scriptable_object_deprecated.cc',
218 218
219 # Private interfaces. 219 # Private interfaces.
220 'cpp/private/instance_private.cc', 220 'cpp/private/instance_private.cc',
221 'cpp/private/instance_private.h', 221 'cpp/private/instance_private.h',
222 'cpp/private/var_private.cc', 222 'cpp/private/var_private.cc',
223 'cpp/private/var_private.h', 223 'cpp/private/var_private.h',
224 ], 224 ],
225 'conditions': [ 225 'conditions': [
226 ['OS=="win"', { 226 ['OS=="win"', {
227 'msvs_guid': 'AD371A1D-3459-4E2D-8E8A-881F4B83B908',
228 'msvs_settings': { 227 'msvs_settings': {
229 'VCCLCompilerTool': { 228 'VCCLCompilerTool': {
230 'AdditionalOptions': ['/we4244'], # implicit conversion, possible loss of data 229 'AdditionalOptions': ['/we4244'], # implicit conversion, possible loss of data
231 }, 230 },
232 }, 231 },
233 }], 232 }],
234 ['OS=="linux"', { 233 ['OS=="linux"', {
235 'cflags': ['-Wextra', '-pedantic'], 234 'cflags': ['-Wextra', '-pedantic'],
236 }], 235 }],
237 ['OS=="mac"', { 236 ['OS=="mac"', {
(...skipping 17 matching lines...) Expand all
255 'ppapi_cpp_objects', 254 'ppapi_cpp_objects',
256 ], 255 ],
257 'include_dirs': [ 256 'include_dirs': [
258 '..', 257 '..',
259 ], 258 ],
260 'sources': [ 259 'sources': [
261 'cpp/module_embedder.h', 260 'cpp/module_embedder.h',
262 'cpp/ppp_entrypoints.cc', 261 'cpp/ppp_entrypoints.cc',
263 ], 262 ],
264 'conditions': [ 263 'conditions': [
265 ['OS=="win"', {
266 'msvs_guid': '057E7FA0-83C0-11DF-8395-0800200C9A66',
267 }],
268 ['OS=="linux"', { 264 ['OS=="linux"', {
269 'cflags': ['-Wextra', '-pedantic'], 265 'cflags': ['-Wextra', '-pedantic'],
270 }], 266 }],
271 ['OS=="mac"', { 267 ['OS=="mac"', {
272 'xcode_settings': { 268 'xcode_settings': {
273 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], 269 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
274 }, 270 },
275 }] 271 }]
276 ], 272 ],
277 }, 273 },
278 ], 274 ],
279 } 275 }
OLDNEW
« 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