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

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

Issue 7812020: Moved the following IPC messages used by the chrome NPAPI plugin installer out of content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | « chrome/common/common_message_generator.h ('k') | chrome/default_plugin/plugin_impl_gtk.h » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 14 matching lines...) Expand all
25 '<(DEPTH)', 25 '<(DEPTH)',
26 '<(DEPTH)/third_party/wtl/include', 26 '<(DEPTH)/third_party/wtl/include',
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'plugin_impl_gtk.cc', 29 'plugin_impl_gtk.cc',
30 'plugin_impl_gtk.h', 30 'plugin_impl_gtk.h',
31 'plugin_impl_mac.h', 31 'plugin_impl_mac.h',
32 'plugin_impl_mac.mm', 32 'plugin_impl_mac.mm',
33 'plugin_impl_win.cc', 33 'plugin_impl_win.cc',
34 'plugin_impl_win.h', 34 'plugin_impl_win.h',
35 'plugin_installer_base.cc',
36 'plugin_installer_base.h',
35 'plugin_main.cc', 37 'plugin_main.cc',
36 'plugin_main.h', 38 'plugin_main.h',
37 ], 39 ],
38 'conditions': [ 40 'conditions': [
39 ['OS=="win"', { 41 ['OS=="win"', {
40 'link_settings': { 42 'link_settings': {
41 'libraries': ['-lurlmon.lib'], 43 'libraries': ['-lurlmon.lib'],
42 }, 44 },
43 'sources': [ 45 'sources': [
44 'default_plugin_resources.h', 46 'default_plugin_resources.h',
(...skipping 26 matching lines...) Expand all
71 'variables': { 73 'variables': {
72 'grit_grd_file': 'default_plugin_resources.grd', 74 'grit_grd_file': 'default_plugin_resources.grd',
73 }, 75 },
74 'includes': [ '../../build/grit_action.gypi' ], 76 'includes': [ '../../build/grit_action.gypi' ],
75 }, 77 },
76 ], 78 ],
77 'includes': [ '../../build/grit_target.gypi' ], 79 'includes': [ '../../build/grit_target.gypi' ],
78 }, 80 },
79 ], 81 ],
80 } 82 }
OLDNEW
« no previous file with comments | « chrome/common/common_message_generator.h ('k') | chrome/default_plugin/plugin_impl_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698