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

Side by Side Diff: ppapi/ppapi_shared.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 | « ppapi/ppapi_cpp.gypi ('k') | ppapi/ppapi_tests.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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_shared', 8 'target_name': 'ppapi_shared',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'thunk/ppb_find_api.h', 79 'thunk/ppb_find_api.h',
80 'thunk/ppb_find_thunk.cc', 80 'thunk/ppb_find_thunk.cc',
81 'thunk/ppb_font_api.h', 81 'thunk/ppb_font_api.h',
82 'thunk/ppb_font_thunk.cc', 82 'thunk/ppb_font_thunk.cc',
83 'thunk/ppb_graphics_2d_api.h', 83 'thunk/ppb_graphics_2d_api.h',
84 'thunk/ppb_graphics_2d_thunk.cc', 84 'thunk/ppb_graphics_2d_thunk.cc',
85 'thunk/ppb_image_data_api.h', 85 'thunk/ppb_image_data_api.h',
86 'thunk/ppb_image_data_thunk.cc', 86 'thunk/ppb_image_data_thunk.cc',
87 'thunk/thunk.h', 87 'thunk/thunk.h',
88 ], 88 ],
89 'conditions': [
90 ['OS=="win"', {
91 'msvs_guid': 'E7420D65-A885-41EB-B4BE-04DE0C97033B',
92 }],
93 ],
94 }, 89 },
95 ], 90 ],
96 } 91 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_cpp.gypi ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698