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

Side by Side Diff: chrome/chrome_common.gypi

Issue 8676038: Revert 111519 - Remove default plug-in on Mac, Gtk and Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « no previous file | chrome/default_plugin/default_plugin.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) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 14 matching lines...) Expand all
25 # TODO(gregoryd): chrome_resources and chrome_strings could be 25 # TODO(gregoryd): chrome_resources and chrome_strings could be
26 # shared with the 64-bit target, but it does not work due to a gyp 26 # shared with the 64-bit target, but it does not work due to a gyp
27 # issue. 27 # issue.
28 'app/policy/cloud_policy_codegen.gyp:policy', 28 'app/policy/cloud_policy_codegen.gyp:policy',
29 'chrome_resources.gyp:chrome_resources', 29 'chrome_resources.gyp:chrome_resources',
30 'chrome_resources.gyp:chrome_strings', 30 'chrome_resources.gyp:chrome_strings',
31 'chrome_resources.gyp:theme_resources', 31 'chrome_resources.gyp:theme_resources',
32 'common_constants', 32 'common_constants',
33 'common_net', 33 'common_net',
34 'common_version', 34 'common_version',
35 'default_plugin/default_plugin.gyp:default_plugin',
35 '../base/base.gyp:base', 36 '../base/base.gyp:base',
36 '../base/base.gyp:base_i18n', 37 '../base/base.gyp:base_i18n',
37 '../base/base.gyp:base_static', 38 '../base/base.gyp:base_static',
38 '../build/temp_gyp/googleurl.gyp:googleurl', 39 '../build/temp_gyp/googleurl.gyp:googleurl',
39 '../content/content.gyp:content_common', 40 '../content/content.gyp:content_common',
40 '../ipc/ipc.gyp:ipc', 41 '../ipc/ipc.gyp:ipc',
41 '../net/net.gyp:net', 42 '../net/net.gyp:net',
42 '../printing/printing.gyp:printing', 43 '../printing/printing.gyp:printing',
43 '../skia/skia.gyp:skia', 44 '../skia/skia.gyp:skia',
44 '../third_party/bzip2/bzip2.gyp:bzip2', 45 '../third_party/bzip2/bzip2.gyp:bzip2',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'common/zip.h', 240 'common/zip.h',
240 'common/zip_internal.cc', 241 'common/zip_internal.cc',
241 'common/zip_internal.h', 242 'common/zip_internal.h',
242 'common/zip_reader.cc', 243 'common/zip_reader.cc',
243 'common/zip_reader.h', 244 'common/zip_reader.h',
244 ], 245 ],
245 'conditions': [ 246 'conditions': [
246 ['OS=="win"', { 247 ['OS=="win"', {
247 'include_dirs': [ 248 'include_dirs': [
248 '<(DEPTH)/third_party/wtl/include', 249 '<(DEPTH)/third_party/wtl/include',
249 ] 250 ],
250 }],
251 ['OS=="win" and use_aura==0', {
252 'dependencies': [
253 'default_plugin/default_plugin.gyp:default_plugin',
254 ]
255 }], 251 }],
256 ['toolkit_uses_gtk == 1', { 252 ['toolkit_uses_gtk == 1', {
257 'dependencies': [ 253 'dependencies': [
258 '../build/linux/system.gyp:gtk', 254 '../build/linux/system.gyp:gtk',
259 ], 255 ],
260 'export_dependent_settings': [ 256 'export_dependent_settings': [
261 '../third_party/sqlite/sqlite.gyp:sqlite', 257 '../third_party/sqlite/sqlite.gyp:sqlite',
262 ], 258 ],
263 'link_settings': { 259 'link_settings': {
264 'libraries': [ 260 'libraries': [
265 '-lX11', 261 '-lX11',
266 '-lXrender', 262 '-lXrender',
267 '-lXss', 263 '-lXss',
268 '-lXext', 264 '-lXext',
269 ], 265 ],
270 }, 266 },
267 },],
268 ['use_aura==1', {
269 'dependencies!': [
270 'default_plugin/default_plugin.gyp:default_plugin',
271 ],
271 }], 272 }],
272 ['OS=="linux" and selinux==1', { 273 ['OS=="linux" and selinux==1', {
273 'dependencies': [ 274 'dependencies': [
274 '../build/linux/system.gyp:selinux', 275 '../build/linux/system.gyp:selinux',
275 ], 276 ],
276 }], 277 }],
277 ['OS=="mac"', { 278 ['OS=="mac"', {
278 'dependencies': [ 279 'dependencies': [
279 '../third_party/mach_override/mach_override.gyp:mach_override', 280 '../third_party/mach_override/mach_override.gyp:mach_override',
280 ], 281 ],
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 'common/safe_browsing/csd.proto' 431 'common/safe_browsing/csd.proto'
431 ], 432 ],
432 'variables': { 433 'variables': {
433 'proto_in_dir': 'common/safe_browsing', 434 'proto_in_dir': 'common/safe_browsing',
434 'proto_out_dir': 'chrome/common/safe_browsing', 435 'proto_out_dir': 'chrome/common/safe_browsing',
435 }, 436 },
436 'includes': [ '../build/protoc.gypi' ], 437 'includes': [ '../build/protoc.gypi' ],
437 }, 438 },
438 ], 439 ],
439 } 440 }
OLDNEW
« no previous file with comments | « no previous file | chrome/default_plugin/default_plugin.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698