| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'url_matcher/substring_set_matcher_unittest.cc', | 73 'url_matcher/substring_set_matcher_unittest.cc', |
| 74 'url_matcher/url_matcher_factory_unittest.cc', | 74 'url_matcher/url_matcher_factory_unittest.cc', |
| 75 'url_matcher/url_matcher_unittest.cc', | 75 'url_matcher/url_matcher_unittest.cc', |
| 76 # TODO(asvitkine): These should be tested on iOS too. | 76 # TODO(asvitkine): These should be tested on iOS too. |
| 77 'variations/entropy_provider_unittest.cc', | 77 'variations/entropy_provider_unittest.cc', |
| 78 'variations/metrics_util_unittest.cc', | 78 'variations/metrics_util_unittest.cc', |
| 79 'variations/variations_associated_data_unittest.cc', | 79 'variations/variations_associated_data_unittest.cc', |
| 80 'variations/variations_seed_processor_unittest.cc', | 80 'variations/variations_seed_processor_unittest.cc', |
| 81 'variations/variations_seed_simulator_unittest.cc', | 81 'variations/variations_seed_simulator_unittest.cc', |
| 82 'visitedlink/test/visitedlink_unittest.cc', | 82 'visitedlink/test/visitedlink_unittest.cc', |
| 83 'webdata/encryptor/encryptor_password_mac_unittest.cc', | 83 'encryptor/encryptor_password_mac_unittest.cc', |
| 84 'webdata/encryptor/encryptor_unittest.cc', | 84 'encryptor/encryptor_unittest.cc', |
| 85 'webdata/encryptor/ie7_password_unittest_win.cc', | 85 'encryptor/ie7_password_unittest_win.cc', |
| 86 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 86 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
| 87 ], | 87 ], |
| 88 'include_dirs': [ | 88 'include_dirs': [ |
| 89 '..', | 89 '..', |
| 90 ], | 90 ], |
| 91 'dependencies': [ | 91 'dependencies': [ |
| 92 '../base/base.gyp:base_prefs_test_support', | 92 '../base/base.gyp:base_prefs_test_support', |
| 93 '../base/base.gyp:test_support_base', | 93 '../base/base.gyp:test_support_base', |
| 94 # TODO(blundell): Eliminate the need for this dependency in code | 94 # TODO(blundell): Eliminate the need for this dependency in code |
| 95 # that iOS shares. crbug.com/325243 | 95 # that iOS shares. crbug.com/325243 |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 'dependencies': [ | 476 'dependencies': [ |
| 477 '../base/allocator/allocator.gyp:allocator', | 477 '../base/allocator/allocator.gyp:allocator', |
| 478 ], | 478 ], |
| 479 }], | 479 }], |
| 480 ], | 480 ], |
| 481 }, | 481 }, |
| 482 ], | 482 ], |
| 483 }], | 483 }], |
| 484 ], | 484 ], |
| 485 } | 485 } |
| OLD | NEW |