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

Side by Side Diff: content/content_common.gypi

Issue 11615002: Exclude PluginService for builds with enable_plugins==0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years 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 | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', { 468 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
469 'sources': [ 469 'sources': [
470 'common/gpu/x_util.cc', 470 'common/gpu/x_util.cc',
471 'common/gpu/x_util.h', 471 'common/gpu/x_util.h',
472 ], 472 ],
473 }], 473 }],
474 ['enable_plugins==1', { 474 ['enable_plugins==1', {
475 'dependencies': [ 475 'dependencies': [
476 '../ppapi/ppapi_internal.gyp:ppapi_shared', 476 '../ppapi/ppapi_internal.gyp:ppapi_shared',
477 ], 477 ],
478 }, { # enable_plugins == 0
479 'sources!': [
480 'common/pepper_plugin_registry.cc',
481 'common/pepper_plugin_registry.h',
482 ],
478 }], 483 }],
479 ['enable_gpu==1', { 484 ['enable_gpu==1', {
480 'dependencies': [ 485 'dependencies': [
481 '../gpu/gpu.gyp:command_buffer_service', 486 '../gpu/gpu.gyp:command_buffer_service',
482 ], 487 ],
483 }], 488 }],
484 ['target_arch=="arm" and chromeos == 1', { 489 ['target_arch=="arm" and chromeos == 1', {
485 'dependencies': [ 490 'dependencies': [
486 '../media/media.gyp:media', 491 '../media/media.gyp:media',
487 ], 492 ],
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 '../build/extract_from_cab.py', 576 '../build/extract_from_cab.py',
572 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 577 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
573 '<(output)', 578 '<(output)',
574 '<(PRODUCT_DIR)', 579 '<(PRODUCT_DIR)',
575 ], 580 ],
576 }, 581 },
577 ] 582 ]
578 }], 583 }],
579 ], 584 ],
580 } 585 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698