OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |