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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 '../components/components.gyp:precache_core', | 54 '../components/components.gyp:precache_core', |
55 '../components/components.gyp:query_parser', | 55 '../components/components.gyp:query_parser', |
56 '../components/components.gyp:rappor', | 56 '../components/components.gyp:rappor', |
57 '../components/components.gyp:search_engines', | 57 '../components/components.gyp:search_engines', |
58 '../components/components.gyp:search_provider_logos', | 58 '../components/components.gyp:search_provider_logos', |
59 '../components/components.gyp:signin_core_browser', | 59 '../components/components.gyp:signin_core_browser', |
60 '../components/components.gyp:startup_metric_utils', | 60 '../components/components.gyp:startup_metric_utils', |
61 '../components/components.gyp:sync_driver', | 61 '../components/components.gyp:sync_driver', |
62 '../components/components.gyp:translate_core_browser', | 62 '../components/components.gyp:translate_core_browser', |
63 '../components/components.gyp:translate_core_common', | 63 '../components/components.gyp:translate_core_common', |
| 64 '../components/components.gyp:url_fixer', |
64 '../components/components.gyp:user_prefs', | 65 '../components/components.gyp:user_prefs', |
65 '../components/components_strings.gyp:components_strings', | 66 '../components/components_strings.gyp:components_strings', |
66 # This depends directly on the variations target, rather than just | 67 # This depends directly on the variations target, rather than just |
67 # transitively via the common target because the proto sources need to | 68 # transitively via the common target because the proto sources need to |
68 # be generated before code in this target can start building. | 69 # be generated before code in this target can start building. |
69 '../components/components.gyp:variations', | 70 '../components/components.gyp:variations', |
70 '../components/components.gyp:webdata_common', | 71 '../components/components.gyp:webdata_common', |
71 '../content/content.gyp:content_browser', | 72 '../content/content.gyp:content_browser', |
72 '../content/content.gyp:content_common', | 73 '../content/content.gyp:content_common', |
73 '../courgette/courgette.gyp:courgette_lib', | 74 '../courgette/courgette.gyp:courgette_lib', |
(...skipping 3716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3790 'package_name': 'org/chromium/chrome/browser', | 3791 'package_name': 'org/chromium/chrome/browser', |
3791 'template_deps': ['browser/android/tab_load_status.h'], | 3792 'template_deps': ['browser/android/tab_load_status.h'], |
3792 }, | 3793 }, |
3793 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3794 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3794 }, | 3795 }, |
3795 ], | 3796 ], |
3796 }, | 3797 }, |
3797 ], | 3798 ], |
3798 ], | 3799 ], |
3799 } | 3800 } |
OLD | NEW |