| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
| 10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
| (...skipping 4117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4128 'chrome', | 4128 'chrome', |
| 4129 'browser', | 4129 'browser', |
| 4130 'chrome_resources', | 4130 'chrome_resources', |
| 4131 'chrome_strings', | 4131 'chrome_strings', |
| 4132 'common', | 4132 'common', |
| 4133 'debugger', | 4133 'debugger', |
| 4134 'renderer', | 4134 'renderer', |
| 4135 'syncapi', | 4135 'syncapi', |
| 4136 'test_support_unit', | 4136 'test_support_unit', |
| 4137 'utility', | 4137 'utility', |
| 4138 '../app/app.gyp:app_base', |
| 4138 '../app/app.gyp:app_resources', | 4139 '../app/app.gyp:app_resources', |
| 4139 '../ipc/ipc.gyp:ipc', | 4140 '../ipc/ipc.gyp:ipc', |
| 4140 '../net/net.gyp:net_resources', | 4141 '../net/net.gyp:net_resources', |
| 4141 '../net/net.gyp:net_test_support', | 4142 '../net/net.gyp:net_test_support', |
| 4142 '../printing/printing.gyp:printing', | 4143 '../printing/printing.gyp:printing', |
| 4143 '../webkit/webkit.gyp:webkit', | 4144 '../webkit/webkit.gyp:webkit', |
| 4144 '../webkit/webkit.gyp:webkit_resources', | 4145 '../webkit/webkit.gyp:webkit_resources', |
| 4145 '../skia/skia.gyp:skia', | 4146 '../skia/skia.gyp:skia', |
| 4146 '../testing/gmock.gyp:gmock', | 4147 '../testing/gmock.gyp:gmock', |
| 4147 '../testing/gtest.gyp:gtest', | 4148 '../testing/gtest.gyp:gtest', |
| (...skipping 2640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6788 'defines': [ | 6789 'defines': [ |
| 6789 'POSIX', | 6790 'POSIX', |
| 6790 ], | 6791 ], |
| 6791 }], | 6792 }], |
| 6792 ], | 6793 ], |
| 6793 }, | 6794 }, |
| 6794 ], # targets when chrome_personalization==1 | 6795 ], # targets when chrome_personalization==1 |
| 6795 }], | 6796 }], |
| 6796 ], # 'conditions' | 6797 ], # 'conditions' |
| 6797 } | 6798 } |
| OLD | NEW |