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 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 2847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2858 '../components/components.gyp:navigation_metrics', | 2858 '../components/components.gyp:navigation_metrics', |
2859 '../components/components.gyp:network_time', | 2859 '../components/components.gyp:network_time', |
2860 '../components/components.gyp:omaha_query_params', | 2860 '../components/components.gyp:omaha_query_params', |
2861 '../components/components.gyp:os_crypt', | 2861 '../components/components.gyp:os_crypt', |
2862 '../components/components.gyp:password_manager_core_browser', | 2862 '../components/components.gyp:password_manager_core_browser', |
2863 '../components/components.gyp:password_manager_core_common', | 2863 '../components/components.gyp:password_manager_core_common', |
2864 '../components/components.gyp:policy_component', | 2864 '../components/components.gyp:policy_component', |
2865 '../components/components.gyp:precache_core', | 2865 '../components/components.gyp:precache_core', |
2866 '../components/components.gyp:query_parser', | 2866 '../components/components.gyp:query_parser', |
2867 '../components/components.gyp:rappor', | 2867 '../components/components.gyp:rappor', |
| 2868 '../components/components.gyp:search', |
2868 '../components/components.gyp:search_engines', | 2869 '../components/components.gyp:search_engines', |
2869 '../components/components.gyp:search_provider_logos', | 2870 '../components/components.gyp:search_provider_logos', |
2870 '../components/components.gyp:signin_core_browser', | 2871 '../components/components.gyp:signin_core_browser', |
2871 '../components/components.gyp:startup_metric_utils', | 2872 '../components/components.gyp:startup_metric_utils', |
2872 '../components/components.gyp:sync_driver', | 2873 '../components/components.gyp:sync_driver', |
2873 '../components/components.gyp:translate_core_browser', | 2874 '../components/components.gyp:translate_core_browser', |
2874 '../components/components.gyp:translate_core_common', | 2875 '../components/components.gyp:translate_core_common', |
2875 '../components/components.gyp:url_fixer', | 2876 '../components/components.gyp:url_fixer', |
2876 '../components/components.gyp:user_prefs', | 2877 '../components/components.gyp:user_prefs', |
2877 '../components/components_strings.gyp:components_strings', | 2878 '../components/components_strings.gyp:components_strings', |
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3592 'package_name': 'org/chromium/chrome/browser', | 3593 'package_name': 'org/chromium/chrome/browser', |
3593 'template_deps': ['browser/android/tab_load_status.h'], | 3594 'template_deps': ['browser/android/tab_load_status.h'], |
3594 }, | 3595 }, |
3595 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3596 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3596 }, | 3597 }, |
3597 ], | 3598 ], |
3598 }, | 3599 }, |
3599 ], | 3600 ], |
3600 ], | 3601 ], |
3601 } | 3602 } |
OLD | NEW |