| 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 13 matching lines...) Expand all Loading... |
| 24 'feedback_proto', | 24 'feedback_proto', |
| 25 'in_memory_url_index_cache_proto', | 25 'in_memory_url_index_cache_proto', |
| 26 'probe_message_proto', | 26 'probe_message_proto', |
| 27 'safe_browsing_proto', | 27 'safe_browsing_proto', |
| 28 'safe_browsing_report_proto', | 28 'safe_browsing_report_proto', |
| 29 '../components/components.gyp:browser_context_keyed_service', | 29 '../components/components.gyp:browser_context_keyed_service', |
| 30 '../components/components.gyp:encryptor', | 30 '../components/components.gyp:encryptor', |
| 31 '../components/components.gyp:sessions', | 31 '../components/components.gyp:sessions', |
| 32 '../components/components.gyp:startup_metric_utils', | 32 '../components/components.gyp:startup_metric_utils', |
| 33 '../components/components.gyp:user_prefs', | 33 '../components/components.gyp:user_prefs', |
| 34 # The direct variations_seed_proto dependency is needed, rather than | 34 # This depends directly on the variations target, rather than just |
| 35 # using common's dependency on variations, because the proto sources | 35 # transitively via the common target because the proto sources need to |
| 36 # need to be generated before code in this target can start building. | 36 # be generated before code in this target can start building. |
| 37 '../components/components.gyp:variations_seed_proto', | 37 '../components/components.gyp:variations', |
| 38 '../components/components.gyp:visitedlink_browser', | 38 '../components/components.gyp:visitedlink_browser', |
| 39 '../components/components.gyp:visitedlink_common', | 39 '../components/components.gyp:visitedlink_common', |
| 40 '../components/components.gyp:web_modal', | 40 '../components/components.gyp:web_modal', |
| 41 '../components/components.gyp:webdata_common', | 41 '../components/components.gyp:webdata_common', |
| 42 '../content/content.gyp:content_browser', | 42 '../content/content.gyp:content_browser', |
| 43 '../content/content.gyp:content_common', | 43 '../content/content.gyp:content_common', |
| 44 '../crypto/crypto.gyp:crypto', | 44 '../crypto/crypto.gyp:crypto', |
| 45 '../google_apis/google_apis.gyp:google_apis', | 45 '../google_apis/google_apis.gyp:google_apis', |
| 46 '../jingle/jingle.gyp:notifier', | 46 '../jingle/jingle.gyp:notifier', |
| 47 '../skia/skia.gyp:skia', | 47 '../skia/skia.gyp:skia', |
| (...skipping 3511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3559 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3559 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3560 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3560 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3561 }, | 3561 }, |
| 3562 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3562 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3563 }, | 3563 }, |
| 3564 ], | 3564 ], |
| 3565 }, | 3565 }, |
| 3566 ], | 3566 ], |
| 3567 ], | 3567 ], |
| 3568 } | 3568 } |
| OLD | NEW |