| 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 'sync_driver/device_info_data_type_controller_unittest.cc', | 598 'sync_driver/device_info_data_type_controller_unittest.cc', |
| 599 'sync_driver/device_info_sync_service_unittest.cc', | 599 'sync_driver/device_info_sync_service_unittest.cc', |
| 600 'sync_driver/generic_change_processor_unittest.cc', | 600 'sync_driver/generic_change_processor_unittest.cc', |
| 601 'sync_driver/model_association_manager_unittest.cc', | 601 'sync_driver/model_association_manager_unittest.cc', |
| 602 'sync_driver/non_blocking_data_type_controller_unittest.cc', | 602 'sync_driver/non_blocking_data_type_controller_unittest.cc', |
| 603 'sync_driver/non_ui_data_type_controller_unittest.cc', | 603 'sync_driver/non_ui_data_type_controller_unittest.cc', |
| 604 'sync_driver/shared_change_processor_unittest.cc', | 604 'sync_driver/shared_change_processor_unittest.cc', |
| 605 'sync_driver/sync_policy_handler_unittest.cc', | 605 'sync_driver/sync_policy_handler_unittest.cc', |
| 606 'sync_driver/sync_prefs_unittest.cc', | 606 'sync_driver/sync_prefs_unittest.cc', |
| 607 'sync_driver/sync_stopped_reporter_unittest.cc', | 607 'sync_driver/sync_stopped_reporter_unittest.cc', |
| 608 'sync_driver/sync_util_unittest.cc', |
| 608 'sync_driver/system_encryptor_unittest.cc', | 609 'sync_driver/system_encryptor_unittest.cc', |
| 609 'sync_driver/tab_node_pool_unittest.cc', | 610 'sync_driver/tab_node_pool_unittest.cc', |
| 610 'sync_driver/ui_data_type_controller_unittest.cc', | 611 'sync_driver/ui_data_type_controller_unittest.cc', |
| 611 ], | 612 ], |
| 612 'translate_unittest_sources': [ | 613 'translate_unittest_sources': [ |
| 613 'translate/core/browser/language_state_unittest.cc', | 614 'translate/core/browser/language_state_unittest.cc', |
| 614 'translate/core/browser/translate_browser_metrics_unittest.cc', | 615 'translate/core/browser/translate_browser_metrics_unittest.cc', |
| 615 'translate/core/browser/translate_language_list_unittest.cc', | 616 'translate/core/browser/translate_language_list_unittest.cc', |
| 616 'translate/core/browser/translate_prefs_unittest.cc', | 617 'translate/core/browser/translate_prefs_unittest.cc', |
| 617 'translate/core/browser/translate_script_unittest.cc', | 618 'translate/core/browser/translate_script_unittest.cc', |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 904 'components.gyp:translate_core_language_detection', | 905 'components.gyp:translate_core_language_detection', |
| 905 'components.gyp:ui_zoom', | 906 'components.gyp:ui_zoom', |
| 906 'components.gyp:undo_component', | 907 'components.gyp:undo_component', |
| 907 'components.gyp:update_client', | 908 'components.gyp:update_client', |
| 908 'components.gyp:update_client_test_support', | 909 'components.gyp:update_client_test_support', |
| 909 'components.gyp:upload_list', | 910 'components.gyp:upload_list', |
| 910 'components.gyp:user_prefs_tracked', | 911 'components.gyp:user_prefs_tracked', |
| 911 'components.gyp:user_prefs_tracked_test_support', | 912 'components.gyp:user_prefs_tracked_test_support', |
| 912 'components.gyp:variations', | 913 'components.gyp:variations', |
| 913 'components.gyp:variations_http_provider', | 914 'components.gyp:variations_http_provider', |
| 915 'components.gyp:version_info', |
| 914 'components.gyp:wallpaper', | 916 'components.gyp:wallpaper', |
| 915 'components.gyp:web_resource', | 917 'components.gyp:web_resource', |
| 916 'components.gyp:web_resource_test_support', | 918 'components.gyp:web_resource_test_support', |
| 917 'components_resources.gyp:components_resources', | 919 'components_resources.gyp:components_resources', |
| 918 'components_strings.gyp:components_strings', | 920 'components_strings.gyp:components_strings', |
| 919 'components_tests_pak', | 921 'components_tests_pak', |
| 920 'mime_util/mime_util.gyp:mime_util', | 922 'mime_util/mime_util.gyp:mime_util', |
| 921 'url_formatter/url_formatter.gyp:url_formatter', | 923 'url_formatter/url_formatter.gyp:url_formatter', |
| 922 ], | 924 ], |
| 923 'conditions': [ | 925 'conditions': [ |
| (...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1601 'invalidation/impl/android/junit/', | 1603 'invalidation/impl/android/junit/', |
| 1602 'policy/android/junit/' | 1604 'policy/android/junit/' |
| 1603 ], | 1605 ], |
| 1604 }, | 1606 }, |
| 1605 'includes': [ '../build/host_jar.gypi' ], | 1607 'includes': [ '../build/host_jar.gypi' ], |
| 1606 }, | 1608 }, |
| 1607 ], | 1609 ], |
| 1608 }], | 1610 }], |
| 1609 ], | 1611 ], |
| 1610 } | 1612 } |
| OLD | NEW |