| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
| 8 # compilation targets to 'All'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
| 9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
| 10 }, | 10 }, |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 '../net/net.gyp:*', | 23 '../net/net.gyp:*', |
| 24 '../sdch/sdch.gyp:*', | 24 '../sdch/sdch.gyp:*', |
| 25 '../sql/sql.gyp:*', | 25 '../sql/sql.gyp:*', |
| 26 '../testing/gmock.gyp:*', | 26 '../testing/gmock.gyp:*', |
| 27 '../testing/gtest.gyp:*', | 27 '../testing/gtest.gyp:*', |
| 28 '../third_party/icu/icu.gyp:*', | 28 '../third_party/icu/icu.gyp:*', |
| 29 '../third_party/libxml/libxml.gyp:*', | 29 '../third_party/libxml/libxml.gyp:*', |
| 30 '../third_party/sqlite/sqlite.gyp:*', | 30 '../third_party/sqlite/sqlite.gyp:*', |
| 31 '../third_party/zlib/zlib.gyp:*', | 31 '../third_party/zlib/zlib.gyp:*', |
| 32 '../ui/accessibility/accessibility.gyp:*', | 32 '../ui/accessibility/accessibility.gyp:*', |
| 33 '../ui/base/ui_base.gyp:*', |
| 33 '../ui/snapshot/snapshot.gyp:*', | 34 '../ui/snapshot/snapshot.gyp:*', |
| 34 '../ui/ui.gyp:*', | |
| 35 '../url/url.gyp:*', | 35 '../url/url.gyp:*', |
| 36 ], | 36 ], |
| 37 'conditions': [ | 37 'conditions': [ |
| 38 ['OS=="ios"', { | 38 ['OS=="ios"', { |
| 39 'dependencies': [ | 39 'dependencies': [ |
| 40 '../ios/ios.gyp:*', | 40 '../ios/ios.gyp:*', |
| 41 '../ui/gfx/gfx.gyp:gfx_unittests', | 41 '../ui/gfx/gfx.gyp:gfx_unittests', |
| 42 '../ui/ui_unittests.gyp:ui_unittests', | 42 '../ui/ui_unittests.gyp:ui_unittests', |
| 43 ], | 43 ], |
| 44 }], | 44 }], |
| (...skipping 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1229 # http://crbug.com/157234 | 1229 # http://crbug.com/157234 |
| 1230 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1230 #'../chrome/chrome.gyp:sync_integration_tests_run', |
| 1231 '../chrome/chrome.gyp:unit_tests_run', | 1231 '../chrome/chrome.gyp:unit_tests_run', |
| 1232 '../net/net.gyp:net_unittests_run', | 1232 '../net/net.gyp:net_unittests_run', |
| 1233 ], | 1233 ], |
| 1234 }, # target_name: chromium_swarm_tests | 1234 }, # target_name: chromium_swarm_tests |
| 1235 ], | 1235 ], |
| 1236 }], | 1236 }], |
| 1237 ], # conditions | 1237 ], # conditions |
| 1238 } | 1238 } |
| OLD | NEW |