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 3008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3033 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3034 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3034 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3035 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3035 }, | 3036 }, |
3036 'includes': ['../build/protoc.gypi'], | 3037 'includes': ['../build/protoc.gypi'], |
3037 }, | 3038 }, |
3038 ], | 3039 ], |
3039 }, | 3040 }, |
3040 ], | 3041 ], |
3041 ], | 3042 ], |
3042 } | 3043 } |
OLD | NEW |