| 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 17 matching lines...) Expand all Loading... |
| 28 'safe_browsing_report_proto', | 28 'safe_browsing_report_proto', |
| 29 'suggestions_proto', | 29 'suggestions_proto', |
| 30 '../components/component_strings.gyp:component_strings', | 30 '../components/component_strings.gyp:component_strings', |
| 31 '../components/components.gyp:autofill_core_browser', | 31 '../components/components.gyp:autofill_core_browser', |
| 32 '../components/components.gyp:encryptor', | 32 '../components/components.gyp:encryptor', |
| 33 '../components/components.gyp:navigation_metrics', | 33 '../components/components.gyp:navigation_metrics', |
| 34 '../components/components.gyp:password_manager_core_common', | 34 '../components/components.gyp:password_manager_core_common', |
| 35 '../components/components.gyp:password_manager_core_browser', | 35 '../components/components.gyp:password_manager_core_browser', |
| 36 '../components/components.gyp:policy_component', | 36 '../components/components.gyp:policy_component', |
| 37 '../components/components.gyp:precache_core', | 37 '../components/components.gyp:precache_core', |
| 38 '../components/components.gyp:rappor', |
| 38 '../components/components.gyp:signin_core', | 39 '../components/components.gyp:signin_core', |
| 39 '../components/components.gyp:startup_metric_utils', | 40 '../components/components.gyp:startup_metric_utils', |
| 40 '../components/components.gyp:sync_driver', | 41 '../components/components.gyp:sync_driver', |
| 41 '../components/components.gyp:translate_core_browser', | 42 '../components/components.gyp:translate_core_browser', |
| 42 '../components/components.gyp:translate_core_common', | 43 '../components/components.gyp:translate_core_common', |
| 43 '../components/components.gyp:user_prefs', | 44 '../components/components.gyp:user_prefs', |
| 44 # This depends directly on the variations target, rather than just | 45 # This depends directly on the variations target, rather than just |
| 45 # transitively via the common target because the proto sources need to | 46 # transitively via the common target because the proto sources need to |
| 46 # be generated before code in this target can start building. | 47 # be generated before code in this target can start building. |
| 47 '../components/components.gyp:variations', | 48 '../components/components.gyp:variations', |
| (...skipping 3725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3773 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3774 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3774 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3775 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3775 }, | 3776 }, |
| 3776 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3777 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3777 }, | 3778 }, |
| 3778 ], | 3779 ], |
| 3779 }, | 3780 }, |
| 3780 ], | 3781 ], |
| 3781 ], | 3782 ], |
| 3782 } | 3783 } |
| OLD | NEW |