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

Side by Side Diff: chrome/chrome_common.gypi

Issue 8689001: Reland 111519: Remove default plug-in on Mac, Gtk and Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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/chrome_tests.gypi » ('j') | chrome/chrome_tests.gypi » ('J')
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',
36 '../base/base.gyp:base', 35 '../base/base.gyp:base',
37 '../base/base.gyp:base_i18n', 36 '../base/base.gyp:base_i18n',
38 '../base/base.gyp:base_static', 37 '../base/base.gyp:base_static',
39 '../build/temp_gyp/googleurl.gyp:googleurl', 38 '../build/temp_gyp/googleurl.gyp:googleurl',
40 '../content/content.gyp:content_common', 39 '../content/content.gyp:content_common',
41 '../ipc/ipc.gyp:ipc', 40 '../ipc/ipc.gyp:ipc',
42 '../net/net.gyp:net', 41 '../net/net.gyp:net',
43 '../printing/printing.gyp:printing', 42 '../printing/printing.gyp:printing',
44 '../skia/skia.gyp:skia', 43 '../skia/skia.gyp:skia',
45 '../third_party/bzip2/bzip2.gyp:bzip2', 44 '../third_party/bzip2/bzip2.gyp:bzip2',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'common/zip.h', 239 'common/zip.h',
241 'common/zip_internal.cc', 240 'common/zip_internal.cc',
242 'common/zip_internal.h', 241 'common/zip_internal.h',
243 'common/zip_reader.cc', 242 'common/zip_reader.cc',
244 'common/zip_reader.h', 243 'common/zip_reader.h',
245 ], 244 ],
246 'conditions': [ 245 'conditions': [
247 ['OS=="win"', { 246 ['OS=="win"', {
248 'include_dirs': [ 247 'include_dirs': [
249 '<(DEPTH)/third_party/wtl/include', 248 '<(DEPTH)/third_party/wtl/include',
250 ], 249 ]
250 }],
251 ['OS=="win" and use_aura==0', {
252 'dependencies': [
253 'default_plugin/default_plugin.gyp:default_plugin',
254 ]
251 }], 255 }],
252 ['toolkit_uses_gtk == 1', { 256 ['toolkit_uses_gtk == 1', {
253 'dependencies': [ 257 'dependencies': [
254 '../build/linux/system.gyp:gtk', 258 '../build/linux/system.gyp:gtk',
255 ], 259 ],
256 'export_dependent_settings': [ 260 'export_dependent_settings': [
257 '../third_party/sqlite/sqlite.gyp:sqlite', 261 '../third_party/sqlite/sqlite.gyp:sqlite',
258 ], 262 ],
259 'link_settings': { 263 'link_settings': {
260 'libraries': [ 264 'libraries': [
261 '-lX11', 265 '-lX11',
262 '-lXrender', 266 '-lXrender',
263 '-lXss', 267 '-lXss',
264 '-lXext', 268 '-lXext',
265 ], 269 ],
266 }, 270 },
267 },],
268 ['use_aura==1', {
269 'dependencies!': [
270 'default_plugin/default_plugin.gyp:default_plugin',
271 ],
272 }], 271 }],
273 ['OS=="linux" and selinux==1', { 272 ['OS=="linux" and selinux==1', {
274 'dependencies': [ 273 'dependencies': [
275 '../build/linux/system.gyp:selinux', 274 '../build/linux/system.gyp:selinux',
276 ], 275 ],
277 }], 276 }],
278 ['OS=="mac"', { 277 ['OS=="mac"', {
279 'dependencies': [ 278 'dependencies': [
280 '../third_party/mach_override/mach_override.gyp:mach_override', 279 '../third_party/mach_override/mach_override.gyp:mach_override',
281 ], 280 ],
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'common/safe_browsing/csd.proto' 430 'common/safe_browsing/csd.proto'
432 ], 431 ],
433 'variables': { 432 'variables': {
434 'proto_in_dir': 'common/safe_browsing', 433 'proto_in_dir': 'common/safe_browsing',
435 'proto_out_dir': 'chrome/common/safe_browsing', 434 'proto_out_dir': 'chrome/common/safe_browsing',
436 }, 435 },
437 'includes': [ '../build/protoc.gypi' ], 436 'includes': [ '../build/protoc.gypi' ],
438 }, 437 },
439 ], 438 ],
440 } 439 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/chrome_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698