| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 | 7 |
| 8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
| 9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
| 10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 'debugger', | 30 'debugger', |
| 31 '../ppapi/ppapi_internal.gyp:ppapi_host', | 31 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 32 ], | 32 ], |
| 33 'chromium_child_dependencies': [ | 33 'chromium_child_dependencies': [ |
| 34 'child', | 34 'child', |
| 35 'gpu', | 35 'gpu', |
| 36 'renderer', | 36 'renderer', |
| 37 'utility', | 37 'utility', |
| 38 '../content/content.gyp:content_gpu', | 38 '../content/content.gyp:content_gpu', |
| 39 '../content/content.gyp:content_ppapi_plugin', | 39 '../content/content.gyp:content_ppapi_plugin', |
| 40 '../third_party/cld_2/cld_2.gyp:cld2_platform_impl', | |
| 41 '../third_party/WebKit/public/blink_devtools.gyp:blink_devtools_fronte
nd_resources', | 40 '../third_party/WebKit/public/blink_devtools.gyp:blink_devtools_fronte
nd_resources', |
| 42 ], | 41 ], |
| 43 'conditions': [ | 42 'conditions': [ |
| 44 ['enable_plugins==1 and disable_nacl==0', { | 43 ['enable_plugins==1 and disable_nacl==0', { |
| 45 'chromium_child_dependencies': [ | 44 'chromium_child_dependencies': [ |
| 46 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_
plugin', | 45 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_
plugin', |
| 47 ], | 46 ], |
| 48 }], | 47 }], |
| 49 ], | 48 ], |
| 50 }], | 49 }], |
| (...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 731 # expired. crbug.com/577698 | 730 # expired. crbug.com/577698 |
| 732 '../components/components.gyp:startup_metric_utils_common', | 731 '../components/components.gyp:startup_metric_utils_common', |
| 733 ], | 732 ], |
| 734 }], | 733 }], |
| 735 ], | 734 ], |
| 736 }, | 735 }, |
| 737 ], | 736 ], |
| 738 }], | 737 }], |
| 739 ], # 'conditions' | 738 ], # 'conditions' |
| 740 } | 739 } |
| OLD | NEW |