| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| 11 'variables': { 'enable_wexit_time_destructors': 1, }, | 11 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 12 'dependencies': [ | 12 'dependencies': [ |
| 13 # NOTE: New dependencies should generally be added in the OS!="ios" | 13 # NOTE: New dependencies should generally be added in the OS!="ios" |
| 14 # dependencies block below, rather than here. | 14 # dependencies block below, rather than here. |
| 15 'browser/search_engines/prepopulated_engines.gyp:prepopulated_engines', |
| 15 'browser_ui', | 16 'browser_ui', |
| 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', |
| (...skipping 3000 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3025 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3026 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 3026 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3027 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 3027 }, | 3028 }, |
| 3028 'includes': ['../build/protoc.gypi'], | 3029 'includes': ['../build/protoc.gypi'], |
| 3029 }, | 3030 }, |
| 3030 ], | 3031 ], |
| 3031 }, | 3032 }, |
| 3032 ], | 3033 ], |
| 3033 ], | 3034 ], |
| 3034 } | 3035 } |
| OLD | NEW |