| 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 16 matching lines...) Expand all Loading... |
| 27 'chromium_browser_dependencies': [ | 27 'chromium_browser_dependencies': [ |
| 28 '../ppapi/ppapi_internal.gyp:ppapi_host', | 28 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 29 ], | 29 ], |
| 30 'chromium_child_dependencies': [ | 30 'chromium_child_dependencies': [ |
| 31 'debugger', | 31 'debugger', |
| 32 'plugin', | 32 'plugin', |
| 33 'renderer', | 33 'renderer', |
| 34 'utility', | 34 'utility', |
| 35 '../content/content.gyp:content_gpu', | 35 '../content/content.gyp:content_gpu', |
| 36 '../content/content.gyp:content_ppapi_plugin', | 36 '../content/content.gyp:content_ppapi_plugin', |
| 37 '../content/content.gyp:content_worker', | |
| 38 '../third_party/WebKit/public/blink_devtools.gyp:blink_devtools_fronte
nd_resources', | 37 '../third_party/WebKit/public/blink_devtools.gyp:blink_devtools_fronte
nd_resources', |
| 39 ], | 38 ], |
| 40 }], | 39 }], |
| 41 ['enable_printing!=0', { | 40 ['enable_printing!=0', { |
| 42 'chromium_browser_dependencies': [ | 41 'chromium_browser_dependencies': [ |
| 43 '../printing/printing.gyp:printing', | 42 '../printing/printing.gyp:printing', |
| 44 ], | 43 ], |
| 45 }], | 44 }], |
| 46 ['OS=="win"', { | 45 ['OS=="win"', { |
| 47 'platform_locale_settings_grd': | 46 'platform_locale_settings_grd': |
| (...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 'sources': [ | 762 'sources': [ |
| 764 'service/cloud_print/print_system_dummy.cc', | 763 'service/cloud_print/print_system_dummy.cc', |
| 765 ], | 764 ], |
| 766 }], | 765 }], |
| 767 ], | 766 ], |
| 768 }, | 767 }, |
| 769 ], | 768 ], |
| 770 }], | 769 }], |
| 771 ], # 'conditions' | 770 ], # 'conditions' |
| 772 } | 771 } |
| OLD | NEW |