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 812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
823 'components.gyp:device_event_log_component', | 823 'components.gyp:device_event_log_component', |
824 'components.gyp:dom_distiller_core', | 824 'components.gyp:dom_distiller_core', |
825 'components.gyp:dom_distiller_protos', | 825 'components.gyp:dom_distiller_protos', |
826 'components.gyp:dom_distiller_test_support', | 826 'components.gyp:dom_distiller_test_support', |
827 'components.gyp:domain_reliability', | 827 'components.gyp:domain_reliability', |
828 'components.gyp:enhanced_bookmarks', | 828 'components.gyp:enhanced_bookmarks', |
829 'components.gyp:enhanced_bookmarks_test_support', | 829 'components.gyp:enhanced_bookmarks_test_support', |
830 'components.gyp:favicon_base', | 830 'components.gyp:favicon_base', |
831 'components.gyp:favicon_core', | 831 'components.gyp:favicon_core', |
832 'components.gyp:gcm_driver', | 832 'components.gyp:gcm_driver', |
833 'components.gyp:gcm_driver_crypto', | |
834 'components.gyp:gcm_driver_test_support', | 833 'components.gyp:gcm_driver_test_support', |
835 'components.gyp:google_core_browser', | 834 'components.gyp:google_core_browser', |
836 'components.gyp:history_core_browser', | 835 'components.gyp:history_core_browser', |
837 'components.gyp:history_core_common', | 836 'components.gyp:history_core_common', |
838 'components.gyp:history_core_test_support', | 837 'components.gyp:history_core_test_support', |
839 'components.gyp:instance_id_test_support', | 838 'components.gyp:instance_id_test_support', |
840 'components.gyp:invalidation_impl', | 839 'components.gyp:invalidation_impl', |
841 'components.gyp:invalidation_test_support', | 840 'components.gyp:invalidation_test_support', |
842 'components.gyp:json_schema', | 841 'components.gyp:json_schema', |
843 'components.gyp:keyed_service_core', | 842 'components.gyp:keyed_service_core', |
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1577 'invalidation/impl/android/junit/', | 1576 'invalidation/impl/android/junit/', |
1578 'policy/android/junit/' | 1577 'policy/android/junit/' |
1579 ], | 1578 ], |
1580 }, | 1579 }, |
1581 'includes': [ '../build/host_jar.gypi' ], | 1580 'includes': [ '../build/host_jar.gypi' ], |
1582 }, | 1581 }, |
1583 ], | 1582 ], |
1584 }], | 1583 }], |
1585 ], | 1584 ], |
1586 } | 1585 } |
OLD | NEW |