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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 'translate/core/browser/language_state_unittest.cc', | 272 'translate/core/browser/language_state_unittest.cc', |
273 'translate/core/browser/translate_browser_metrics_unittest.cc', | 273 'translate/core/browser/translate_browser_metrics_unittest.cc', |
274 'translate/core/browser/translate_prefs_unittest.cc', | 274 'translate/core/browser/translate_prefs_unittest.cc', |
275 'translate/core/browser/translate_script_unittest.cc', | 275 'translate/core/browser/translate_script_unittest.cc', |
276 'translate/core/common/translate_metrics_unittest.cc', | 276 'translate/core/common/translate_metrics_unittest.cc', |
277 'translate/core/common/translate_util_unittest.cc', | 277 'translate/core/common/translate_util_unittest.cc', |
278 'translate/core/language_detection/language_detection_util_unittest.
cc', | 278 'translate/core/language_detection/language_detection_util_unittest.
cc', |
279 'translate/ios/browser/js_translate_manager_unittest.mm', | 279 'translate/ios/browser/js_translate_manager_unittest.mm', |
280 'translate/ios/browser/language_detection_controller_unittest.mm', | 280 'translate/ios/browser/language_detection_controller_unittest.mm', |
281 'translate/ios/browser/translate_controller_unittest.mm', | 281 'translate/ios/browser/translate_controller_unittest.mm', |
| 282 'ui/zoom/page_zoom_unittests.cc', |
282 'update_client/update_query_params_unittest.cc', | 283 'update_client/update_query_params_unittest.cc', |
283 'url_matcher/regex_set_matcher_unittest.cc', | 284 'url_matcher/regex_set_matcher_unittest.cc', |
284 'url_matcher/string_pattern_unittest.cc', | 285 'url_matcher/string_pattern_unittest.cc', |
285 'url_matcher/substring_set_matcher_unittest.cc', | 286 'url_matcher/substring_set_matcher_unittest.cc', |
286 'url_matcher/url_matcher_factory_unittest.cc', | 287 'url_matcher/url_matcher_factory_unittest.cc', |
287 'url_matcher/url_matcher_unittest.cc', | 288 'url_matcher/url_matcher_unittest.cc', |
288 'url_fixer/url_fixer_unittest.cc', | 289 'url_fixer/url_fixer_unittest.cc', |
289 'variations/active_field_trials_unittest.cc', | 290 'variations/active_field_trials_unittest.cc', |
290 'variations/caching_permuted_entropy_provider_unittest.cc', | 291 'variations/caching_permuted_entropy_provider_unittest.cc', |
291 'variations/entropy_provider_unittest.cc', | 292 'variations/entropy_provider_unittest.cc', |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 'components.gyp:sync_driver_test_support', | 489 'components.gyp:sync_driver_test_support', |
489 | 490 |
490 # Dependencies of translate. | 491 # Dependencies of translate. |
491 'components.gyp:translate_core_browser', | 492 'components.gyp:translate_core_browser', |
492 'components.gyp:translate_core_common', | 493 'components.gyp:translate_core_common', |
493 'components.gyp:translate_core_language_detection', | 494 'components.gyp:translate_core_language_detection', |
494 | 495 |
495 # Dependencies of wallpaper | 496 # Dependencies of wallpaper |
496 'components.gyp:wallpaper', | 497 'components.gyp:wallpaper', |
497 | 498 |
| 499 # Dependencies of ui/zoom |
| 500 'components.gyp:ui_zoom', |
| 501 |
498 # Dependencies of update_client | 502 # Dependencies of update_client |
499 'components.gyp:update_client', | 503 'components.gyp:update_client', |
500 | 504 |
501 # Dependencies of url_fixer | 505 # Dependencies of url_fixer |
502 'components.gyp:url_fixer', | 506 'components.gyp:url_fixer', |
503 '../url/url.gyp:url_lib', | 507 '../url/url.gyp:url_lib', |
504 | 508 |
505 # Dependencies of variations | 509 # Dependencies of variations |
506 'components.gyp:variations', | 510 'components.gyp:variations', |
507 'components.gyp:variations_http_provider', | 511 'components.gyp:variations_http_provider', |
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1122 'dependencies': [ | 1126 'dependencies': [ |
1123 '../base/allocator/allocator.gyp:allocator', | 1127 '../base/allocator/allocator.gyp:allocator', |
1124 ], | 1128 ], |
1125 }], | 1129 }], |
1126 ], | 1130 ], |
1127 }, | 1131 }, |
1128 ], | 1132 ], |
1129 }], | 1133 }], |
1130 ], | 1134 ], |
1131 } | 1135 } |
OLD | NEW |