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

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

Issue 27362: Fixes to gyp files to get test_shell building on windows from a gyp project (... (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 | « net/net.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',
(...skipping 21 matching lines...) Expand all
32 'npn_scripting.cc', 32 'npn_scripting.cc',
33 'npn_scripting.h', 33 'npn_scripting.h',
34 'npp_impl.cc', 34 'npp_impl.cc',
35 'npp_impl.h', 35 'npp_impl.h',
36 'README', 36 'README',
37 'web_activex_container.cc', 37 'web_activex_container.cc',
38 'web_activex_container.h', 38 'web_activex_container.h',
39 'web_activex_site.cc', 39 'web_activex_site.cc',
40 'web_activex_site.h', 40 'web_activex_site.h',
41 ], 41 ],
42 'libraries': [ 42 'link_settings': {
43 'urlmon.lib', 43 'libraries': [
44 ], 44 '-lurlmon.lib',
45 ],
46 },
45 }, 47 },
46 ], 48 ],
47 } 49 }
OLDNEW
« no previous file with comments | « net/net.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