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

Side by Side Diff: webkit/activex_shim/activex_shim.gyp

Issue 42044: Adding fixed guids to some modules to facilitate incremental switch to gyp. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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
« no previous file with comments | « third_party/zlib/zlib.gyp ('k') | webkit/activex_shim_dll/activex_shim_dll.gyp » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../../build/common.gypi', 10 '../../build/common.gypi',
11 ], 11 ],
12 'targets': [ 12 'targets': [
13 { 13 {
14 'target_name': 'activex_shim', 14 'target_name': 'activex_shim',
15 'type': 'static_library', 15 'type': 'static_library',
16 'msvs_guid': 'F4F4BCAA-EA59-445C-A119-3E6C29647A51',
16 'dependencies': [ 17 'dependencies': [
17 '../../base/base.gyp:base', 18 '../../base/base.gyp:base',
18 '../../third_party/npapi/npapi.gyp:npapi', 19 '../../third_party/npapi/npapi.gyp:npapi',
19 '../../build/temp_gyp/googleurl.gyp:googleurl', 20 '../../build/temp_gyp/googleurl.gyp:googleurl',
20 ], 21 ],
21 'sources': [ 22 'sources': [
22 'activex_plugin.cc', 23 'activex_plugin.cc',
23 'activex_plugin.h', 24 'activex_plugin.h',
24 'activex_shared.cc', 25 'activex_shared.cc',
25 'activex_shared.h', 26 'activex_shared.h',
(...skipping 14 matching lines...) Expand all
40 'web_activex_site.h', 41 'web_activex_site.h',
41 ], 42 ],
42 'link_settings': { 43 'link_settings': {
43 'libraries': [ 44 'libraries': [
44 '-lurlmon.lib', 45 '-lurlmon.lib',
45 ], 46 ],
46 }, 47 },
47 }, 48 },
48 ], 49 ],
49 } 50 }
OLDNEW
« no previous file with comments | « third_party/zlib/zlib.gyp ('k') | webkit/activex_shim_dll/activex_shim_dll.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698