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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'chromium_child_dependencies': [ | 45 'chromium_child_dependencies': [ |
46 # Use whatever CLD2 data access mode that the application | 46 # Use whatever CLD2 data access mode that the application |
47 # embedder is using. | 47 # embedder is using. |
48 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ], | 48 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ], |
49 }], | 49 }], |
50 ['enable_plugins==1 and disable_nacl==0', { | 50 ['enable_plugins==1 and disable_nacl==0', { |
51 'chromium_child_dependencies': [ | 51 'chromium_child_dependencies': [ |
52 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_
plugin', | 52 '<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted_
plugin', |
53 ], | 53 ], |
54 }], | 54 }], |
55 ['remoting==1', { | |
56 'chromium_child_dependencies': [ | |
57 '../remoting/remoting.gyp:remoting_client_plugin', | |
58 ], | |
59 }], | |
60 ], | 55 ], |
61 }], | 56 }], |
62 ['enable_basic_printing==1 or enable_print_preview==1', { | 57 ['enable_basic_printing==1 or enable_print_preview==1', { |
63 'chromium_browser_dependencies': [ | 58 'chromium_browser_dependencies': [ |
64 '../printing/printing.gyp:printing', | 59 '../printing/printing.gyp:printing', |
65 ], | 60 ], |
66 }], | 61 }], |
67 ['enable_print_preview==1', { | 62 ['enable_print_preview==1', { |
68 'chromium_browser_dependencies': [ | 63 'chromium_browser_dependencies': [ |
69 'service', | 64 'service', |
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
837 '<(DEPTH)/third_party/kasko' | 832 '<(DEPTH)/third_party/kasko' |
838 ], | 833 ], |
839 }, | 834 }, |
840 }, | 835 }, |
841 }, | 836 }, |
842 }, | 837 }, |
843 ], | 838 ], |
844 }], | 839 }], |
845 ], # 'conditions' | 840 ], # 'conditions' |
846 } | 841 } |
OLD | NEW |