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

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

Issue 7841012: Get chrome to link with USE_AURA (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/chrome_browser.gypi ('k') | chrome/default_plugin/plugin_impl_win.cc » ('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 'includes': [ 9 'includes': [
10 '../../build/win_precompile.gypi', 10 '../../build/win_precompile.gypi',
(...skipping 23 matching lines...) Expand all
34 'plugin_impl_mac.h', 34 'plugin_impl_mac.h',
35 'plugin_impl_mac.mm', 35 'plugin_impl_mac.mm',
36 'plugin_impl_win.cc', 36 'plugin_impl_win.cc',
37 'plugin_impl_win.h', 37 'plugin_impl_win.h',
38 'plugin_installer_base.cc', 38 'plugin_installer_base.cc',
39 'plugin_installer_base.h', 39 'plugin_installer_base.h',
40 'plugin_main.cc', 40 'plugin_main.cc',
41 'plugin_main.h', 41 'plugin_main.h',
42 ], 42 ],
43 'conditions': [ 43 'conditions': [
44 ['use_aura==1', {
45 'sources/': [
46 ['exclude', '^plugin_impl_win.cc'],
47 ['exclude', '^plugin_impl_win.h'],
48 ],
49 }],
50 ['OS=="win"', { 44 ['OS=="win"', {
51 'link_settings': { 45 'link_settings': {
52 'libraries': ['-lurlmon.lib'], 46 'libraries': ['-lurlmon.lib'],
53 }, 47 },
54 'sources': [ 48 'sources': [
55 'default_plugin_resources.h', 49 'default_plugin_resources.h',
56 'install_dialog.cc', 50 'install_dialog.cc',
57 'install_dialog.h', 51 'install_dialog.h',
58 'plugin_database_handler.cc', 52 'plugin_database_handler.cc',
59 'plugin_database_handler.h', 53 'plugin_database_handler.h',
(...skipping 22 matching lines...) Expand all
82 'variables': { 76 'variables': {
83 'grit_grd_file': 'default_plugin_resources.grd', 77 'grit_grd_file': 'default_plugin_resources.grd',
84 }, 78 },
85 'includes': [ '../../build/grit_action.gypi' ], 79 'includes': [ '../../build/grit_action.gypi' ],
86 }, 80 },
87 ], 81 ],
88 'includes': [ '../../build/grit_target.gypi' ], 82 'includes': [ '../../build/grit_target.gypi' ],
89 }, 83 },
90 ], 84 ],
91 } 85 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/default_plugin/plugin_impl_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698