| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 'url_matcher/substring_set_matcher_unittest.cc', | 61 'url_matcher/substring_set_matcher_unittest.cc', |
| 62 'url_matcher/url_matcher_factory_unittest.cc', | 62 'url_matcher/url_matcher_factory_unittest.cc', |
| 63 'url_matcher/url_matcher_unittest.cc', | 63 'url_matcher/url_matcher_unittest.cc', |
| 64 # TODO(asvitkine): These should be tested on iOS too. | 64 # TODO(asvitkine): These should be tested on iOS too. |
| 65 'variations/entropy_provider_unittest.cc', | 65 'variations/entropy_provider_unittest.cc', |
| 66 'variations/metrics_util_unittest.cc', | 66 'variations/metrics_util_unittest.cc', |
| 67 'variations/variations_associated_data_unittest.cc', | 67 'variations/variations_associated_data_unittest.cc', |
| 68 'variations/variations_seed_processor_unittest.cc', | 68 'variations/variations_seed_processor_unittest.cc', |
| 69 'variations/variations_seed_simulator_unittest.cc', | 69 'variations/variations_seed_simulator_unittest.cc', |
| 70 'visitedlink/test/visitedlink_unittest.cc', | 70 'visitedlink/test/visitedlink_unittest.cc', |
| 71 'webdata/encryptor/encryptor_password_mac_unittest.cc', | 71 'encryptor/encryptor_password_mac_unittest.cc', |
| 72 'webdata/encryptor/encryptor_unittest.cc', | 72 'encryptor/encryptor_unittest.cc', |
| 73 'webdata/encryptor/ie7_password_unittest_win.cc', | 73 'encryptor/ie7_password_unittest_win.cc', |
| 74 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 74 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
| 75 ], | 75 ], |
| 76 'include_dirs': [ | 76 'include_dirs': [ |
| 77 '..', | 77 '..', |
| 78 ], | 78 ], |
| 79 'dependencies': [ | 79 'dependencies': [ |
| 80 '../base/base.gyp:base_prefs_test_support', | 80 '../base/base.gyp:base_prefs_test_support', |
| 81 '../base/base.gyp:test_support_base', | 81 '../base/base.gyp:test_support_base', |
| 82 # TODO(blundell): Eliminate the need for this dependency in code | 82 # TODO(blundell): Eliminate the need for this dependency in code |
| 83 # that iOS shares. crbug.com/325243 | 83 # that iOS shares. crbug.com/325243 |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 'dependencies': [ | 435 'dependencies': [ |
| 436 '../base/allocator/allocator.gyp:allocator', | 436 '../base/allocator/allocator.gyp:allocator', |
| 437 ], | 437 ], |
| 438 }], | 438 }], |
| 439 ], | 439 ], |
| 440 }, | 440 }, |
| 441 ], | 441 ], |
| 442 }], | 442 }], |
| 443 ], | 443 ], |
| 444 } | 444 } |
| OLD | NEW |