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

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

Issue 206006: Force inclusion of build/common.gypi for all chromium gyp files. (Closed)
Patch Set: 2nd round of feedback Created 11 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
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': [
7 '../../build/common.gypi',
8 ],
9 'targets': [ 6 'targets': [
10 ], 7 ],
11 'conditions': [ 8 'conditions': [
12 ['OS=="win"', { 9 ['OS=="win"', {
13 'targets': [ 10 'targets': [
14 { 11 {
15 'target_name': 'default_plugin', 12 'target_name': 'default_plugin',
16 'type': '<(library)', 13 'type': '<(library)',
17 'dependencies': [ 14 'dependencies': [
18 '../../net/net.gyp:net_resources', 15 '../../net/net.gyp:net_resources',
(...skipping 27 matching lines...) Expand all
46 'plugin_main.h', 43 'plugin_main.h',
47 ], 44 ],
48 'link_settings': { 45 'link_settings': {
49 'libraries': ['-lurlmon.lib'], 46 'libraries': ['-lurlmon.lib'],
50 }, 47 },
51 }, 48 },
52 ], 49 ],
53 },], 50 },],
54 ], 51 ],
55 } 52 }
OLDNEW
« o3d/DEPS_gyp ('K') | « views/views.gyp ('k') | webkit/tools/test_shell/test_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698