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

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

Issue 39319: Snapshotting progress.... (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/tools/test_shell/test_shell.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 'includes': [ 6 'includes': [
7 '../../build/common.gypi', 7 '../../build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 ],
11 'target_name': 'default_plugin', 11 'conditions': [
12 'type': 'static_library', 12 ['OS=="win"', {
13 'dependencies': [ 13 'targets': [
14 '../../third_party/libxml/libxml.gyp:libxml', 14 {
15 '../../third_party/icu38/icu38.gyp:icui18n', 15 'target_name': 'default_plugin',
16 '../../third_party/icu38/icu38.gyp:icuuc', 16 'type': 'static_library',
17 '../../third_party/npapi/npapi.gyp:npapi', 17 'dependencies': [
18 '../../net/net.gyp:net_resources', 18 '../../third_party/libxml/libxml.gyp:libxml',
19 '../../third_party/icu38/icu38.gyp:icui18n',
20 '../../third_party/icu38/icu38.gyp:icuuc',
21 '../../third_party/npapi/npapi.gyp:npapi',
22 '../webkit.gyp:webkit_resources',
23 '../../net/net.gyp:net_resources',
24 ],
25 'include_dirs': [
26 '../..',
27 # TODO(bradnelson): this should fall out of the dependencies.
28 '<(SHARED_INTERMEDIATE_DIR)/webkit',
29 ],
30 'sources': [
31 'activex_installer.cc',
32 'activex_installer.h',
33 'default_plugin.cc',
34 'default_plugin_resources.h',
35 'default_plugin_shared.h',
36 'install_dialog.cc',
37 'install_dialog.h',
38 'plugin_database_handler.cc',
39 'plugin_database_handler.h',
40 'plugin_impl_win.cc',
41 'plugin_impl_win.h',
42 'plugin_install_job_monitor.cc',
43 'plugin_install_job_monitor.h',
44 'plugin_main.cc',
45 'plugin_main.h',
46 ],
47 'link_settings': {
48 'libraries': ['-lUrlmon.lib'],
49 },
50 },
19 ], 51 ],
20 'include_dirs': [ 52 },],
21 '../..',
22 # TODO(bradnelson): this should fall out of the dependencies.
23 '<(SHARED_INTERMEDIATE_DIR)/webkit',
24 ],
25 'sources': [
26 'activex_installer.cc',
27 'activex_installer.h',
28 'default_plugin.cc',
29 'default_plugin_resources.h',
30 'default_plugin_shared.h',
31 'install_dialog.cc',
32 'install_dialog.h',
33 'plugin_database_handler.cc',
34 'plugin_database_handler.h',
35 'plugin_impl_win.cc',
36 'plugin_impl_win.h',
37 'plugin_install_job_monitor.cc',
38 'plugin_install_job_monitor.h',
39 'plugin_main.cc',
40 'plugin_main.h',
41 ],
42 'link_settings': {
43 'libraries': ['-lUrlmon.lib'],
44 },
45 },
46 ], 53 ],
47 } 54 }
OLDNEW
« no previous file with comments | « third_party/zlib/zlib.gyp ('k') | webkit/tools/test_shell/test_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698