| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 '../chrome/chrome_resources.gyp:packed_extra_resources', | 217 '../chrome/chrome_resources.gyp:packed_extra_resources', |
| 218 # TODO(blundell): Eliminate the need for this dependency in code | 218 # TODO(blundell): Eliminate the need for this dependency in code |
| 219 # that iOS shares. crbug.com/325243 | 219 # that iOS shares. crbug.com/325243 |
| 220 '../content/content_shell_and_tests.gyp:test_support_content', | 220 '../content/content_shell_and_tests.gyp:test_support_content', |
| 221 '../sync/sync.gyp:sync', | 221 '../sync/sync.gyp:sync', |
| 222 '../sync/sync.gyp:test_support_sync_api', | 222 '../sync/sync.gyp:test_support_sync_api', |
| 223 '../testing/gmock.gyp:gmock', | 223 '../testing/gmock.gyp:gmock', |
| 224 '../testing/gtest.gyp:gtest', | 224 '../testing/gtest.gyp:gtest', |
| 225 '../ui/base/ui_base.gyp:ui_base', | 225 '../ui/base/ui_base.gyp:ui_base', |
| 226 '../ui/gfx/gfx.gyp:gfx', | 226 '../ui/gfx/gfx.gyp:gfx', |
| 227 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 227 | 228 |
| 228 'components_resources.gyp:components_resources', | 229 'components_resources.gyp:components_resources', |
| 229 | 230 |
| 230 # Dependencies of auto_login_parser | 231 # Dependencies of auto_login_parser |
| 231 'components.gyp:auto_login_parser', | 232 'components.gyp:auto_login_parser', |
| 232 | 233 |
| 233 # Dependencies of autocomplete | 234 # Dependencies of autocomplete |
| 234 'components.gyp:autocomplete', | 235 'components.gyp:autocomplete', |
| 235 'components.gyp:autocomplete_test_support', | 236 'components.gyp:autocomplete_test_support', |
| 236 | 237 |
| (...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 817 'dependencies': [ | 818 'dependencies': [ |
| 818 '../base/allocator/allocator.gyp:allocator', | 819 '../base/allocator/allocator.gyp:allocator', |
| 819 ], | 820 ], |
| 820 }], | 821 }], |
| 821 ], | 822 ], |
| 822 }, | 823 }, |
| 823 ], | 824 ], |
| 824 }], | 825 }], |
| 825 ], | 826 ], |
| 826 } | 827 } |
| OLD | NEW |