| 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, }, |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 # NOTE: New dependencies should generally be added in the OS!="ios" | 12 # NOTE: New dependencies should generally be added in the OS!="ios" |
| 13 # dependencies block below, rather than here. | 13 # dependencies block below, rather than here. |
| 14 'browser/search_engines/prepopulated_engines.gyp:prepopulated_engines', | 14 'browser/search_engines/prepopulated_engines.gyp:prepopulated_engines', |
| 15 'browser_ui', | 15 'browser_ui', |
| 16 'cast_channel_proto', |
| 16 'cert_logger_proto', | 17 'cert_logger_proto', |
| 17 'chrome_resources.gyp:chrome_extra_resources', | 18 'chrome_resources.gyp:chrome_extra_resources', |
| 18 'chrome_resources.gyp:chrome_resources', | 19 'chrome_resources.gyp:chrome_resources', |
| 19 'chrome_resources.gyp:chrome_strings', | 20 'chrome_resources.gyp:chrome_strings', |
| 20 'chrome_resources.gyp:platform_locale_settings', | 21 'chrome_resources.gyp:platform_locale_settings', |
| 21 'chrome_resources.gyp:theme_resources', | 22 'chrome_resources.gyp:theme_resources', |
| 22 'common', | 23 'common', |
| 23 'common_net', | 24 'common_net', |
| 24 'feedback_proto', | 25 'feedback_proto', |
| 25 'in_memory_url_index_cache_proto', | 26 'in_memory_url_index_cache_proto', |
| (...skipping 3611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3637 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3638 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3638 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3639 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3639 }, | 3640 }, |
| 3640 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3641 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3641 }, | 3642 }, |
| 3642 ], | 3643 ], |
| 3643 }, | 3644 }, |
| 3644 ], | 3645 ], |
| 3645 ], | 3646 ], |
| 3646 } | 3647 } |
| OLD | NEW |