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

Side by Side Diff: content/content_common.gypi

Issue 11577031: Exclude more plugins code for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', { 467 ['use_x11 == 1 and (target_arch != "arm" or chromeos == 0)', {
468 'sources': [ 468 'sources': [
469 'common/gpu/x_util.cc', 469 'common/gpu/x_util.cc',
470 'common/gpu/x_util.h', 470 'common/gpu/x_util.h',
471 ], 471 ],
472 }], 472 }],
473 ['enable_plugins==1', { 473 ['enable_plugins==1', {
474 'dependencies': [ 474 'dependencies': [
475 '../ppapi/ppapi_internal.gyp:ppapi_shared', 475 '../ppapi/ppapi_internal.gyp:ppapi_shared',
476 ], 476 ],
477 }, { # enable_plugins == 0
478 'sources!': [
479 'common/pepper_plugin_registry.cc',
480 'common/pepper_plugin_registry.h',
481 ],
477 }], 482 }],
478 ['enable_gpu==1', { 483 ['enable_gpu==1', {
479 'dependencies': [ 484 'dependencies': [
480 '../gpu/gpu.gyp:command_buffer_service', 485 '../gpu/gpu.gyp:command_buffer_service',
481 ], 486 ],
482 }], 487 }],
483 ['target_arch=="arm" and chromeos == 1', { 488 ['target_arch=="arm" and chromeos == 1', {
484 'dependencies': [ 489 'dependencies': [
485 '../media/media.gyp:media', 490 '../media/media.gyp:media',
486 ], 491 ],
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 '../build/extract_from_cab.py', 575 '../build/extract_from_cab.py',
571 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 576 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
572 '<(output)', 577 '<(output)',
573 '<(PRODUCT_DIR)', 578 '<(PRODUCT_DIR)',
574 ], 579 ],
575 }, 580 },
576 ] 581 ]
577 }], 582 }],
578 ], 583 ],
579 } 584 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698