| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 { | 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 # TODO(blundell): Eliminate this dependency by having | 136 # TODO(blundell): Eliminate this dependency by having |
| 137 # components_unittests have its own pakfile. crbug.com/348563 | 137 # components_unittests have its own pakfile. crbug.com/348563 |
| 138 '../chrome/chrome_resources.gyp:packed_extra_resources', | 138 '../chrome/chrome_resources.gyp:packed_extra_resources', |
| 139 # TODO(blundell): Eliminate the need for this dependency in code | 139 # TODO(blundell): Eliminate the need for this dependency in code |
| 140 # that iOS shares. crbug.com/325243 | 140 # that iOS shares. crbug.com/325243 |
| 141 '../content/content_shell_and_tests.gyp:test_support_content', | 141 '../content/content_shell_and_tests.gyp:test_support_content', |
| 142 '../sync/sync.gyp:sync', | 142 '../sync/sync.gyp:sync', |
| 143 '../sync/sync.gyp:test_support_sync_api', | 143 '../sync/sync.gyp:test_support_sync_api', |
| 144 '../testing/gmock.gyp:gmock', | 144 '../testing/gmock.gyp:gmock', |
| 145 '../testing/gtest.gyp:gtest', | 145 '../testing/gtest.gyp:gtest', |
| 146 '../ui/base/ui_base.gyp:ui_base', |
| 146 '../ui/gfx/gfx.gyp:gfx', | 147 '../ui/gfx/gfx.gyp:gfx', |
| 147 '../ui/ui.gyp:ui', | |
| 148 | 148 |
| 149 'component_resources.gyp:component_resources', | 149 'component_resources.gyp:component_resources', |
| 150 | 150 |
| 151 # Dependencies of auto_login_parser | 151 # Dependencies of auto_login_parser |
| 152 'components.gyp:auto_login_parser', | 152 'components.gyp:auto_login_parser', |
| 153 | 153 |
| 154 # Dependencies of autofill | 154 # Dependencies of autofill |
| 155 'components.gyp:autofill_core_browser', | 155 'components.gyp:autofill_core_browser', |
| 156 'components.gyp:autofill_core_common', | 156 'components.gyp:autofill_core_common', |
| 157 'components.gyp:autofill_core_test_support', | 157 'components.gyp:autofill_core_test_support', |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 566 'dependencies': [ | 566 'dependencies': [ |
| 567 '../base/allocator/allocator.gyp:allocator', | 567 '../base/allocator/allocator.gyp:allocator', |
| 568 ], | 568 ], |
| 569 }], | 569 }], |
| 570 ], | 570 ], |
| 571 }, | 571 }, |
| 572 ], | 572 ], |
| 573 }], | 573 }], |
| 574 ], | 574 ], |
| 575 } | 575 } |
| OLD | NEW |