| 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 2855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2866 '../components/components.gyp:navigation_metrics', | 2866 '../components/components.gyp:navigation_metrics', |
| 2867 '../components/components.gyp:network_time', | 2867 '../components/components.gyp:network_time', |
| 2868 '../components/components.gyp:omaha_query_params', | 2868 '../components/components.gyp:omaha_query_params', |
| 2869 '../components/components.gyp:os_crypt', | 2869 '../components/components.gyp:os_crypt', |
| 2870 '../components/components.gyp:password_manager_core_browser', | 2870 '../components/components.gyp:password_manager_core_browser', |
| 2871 '../components/components.gyp:password_manager_core_common', | 2871 '../components/components.gyp:password_manager_core_common', |
| 2872 '../components/components.gyp:policy_component', | 2872 '../components/components.gyp:policy_component', |
| 2873 '../components/components.gyp:precache_core', | 2873 '../components/components.gyp:precache_core', |
| 2874 '../components/components.gyp:query_parser', | 2874 '../components/components.gyp:query_parser', |
| 2875 '../components/components.gyp:rappor', | 2875 '../components/components.gyp:rappor', |
| 2876 '../components/components.gyp:search', |
| 2876 '../components/components.gyp:search_engines', | 2877 '../components/components.gyp:search_engines', |
| 2877 '../components/components.gyp:search_provider_logos', | 2878 '../components/components.gyp:search_provider_logos', |
| 2878 '../components/components.gyp:signin_core_browser', | 2879 '../components/components.gyp:signin_core_browser', |
| 2879 '../components/components.gyp:startup_metric_utils', | 2880 '../components/components.gyp:startup_metric_utils', |
| 2880 '../components/components.gyp:sync_driver', | 2881 '../components/components.gyp:sync_driver', |
| 2881 '../components/components.gyp:translate_core_browser', | 2882 '../components/components.gyp:translate_core_browser', |
| 2882 '../components/components.gyp:translate_core_common', | 2883 '../components/components.gyp:translate_core_common', |
| 2883 '../components/components.gyp:url_fixer', | 2884 '../components/components.gyp:url_fixer', |
| 2884 '../components/components.gyp:user_prefs', | 2885 '../components/components.gyp:user_prefs', |
| 2885 '../components/components_strings.gyp:components_strings', | 2886 '../components/components_strings.gyp:components_strings', |
| (...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3606 'package_name': 'org/chromium/chrome/browser', | 3607 'package_name': 'org/chromium/chrome/browser', |
| 3607 'template_deps': ['browser/android/tab_load_status.h'], | 3608 'template_deps': ['browser/android/tab_load_status.h'], |
| 3608 }, | 3609 }, |
| 3609 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3610 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3610 }, | 3611 }, |
| 3611 ], | 3612 ], |
| 3612 }, | 3613 }, |
| 3613 ], | 3614 ], |
| 3614 ], | 3615 ], |
| 3615 } | 3616 } |
| OLD | NEW |