| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'app/policy/cloud_policy_codegen.gyp:policy', | 12 'app/policy/cloud_policy_codegen.gyp:policy', |
| 13 'autofill_regexes', | 13 'autofill_regexes', |
| 14 'browser_extensions', | 14 'browser_extensions', |
| 15 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 15 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 16 'cert_logger_proto', | 16 'cert_logger_proto', |
| 17 'chrome_resources.gyp:chrome_extra_resources', | 17 'chrome_resources.gyp:chrome_extra_resources', |
| 18 'chrome_resources.gyp:chrome_resources', | 18 'chrome_resources.gyp:chrome_resources', |
| 19 'chrome_resources.gyp:chrome_strings', | 19 'chrome_resources.gyp:chrome_strings', |
| 20 'chrome_resources.gyp:platform_locale_settings', | 20 'chrome_resources.gyp:platform_locale_settings', |
| 21 'chrome_resources.gyp:theme_resources', | 21 'chrome_resources.gyp:theme_resources', |
| 22 'common', | 22 'common', |
| 23 'common/extensions/api/api.gyp:api', | 23 'common/extensions/api/api.gyp:api', |
| 24 'common_net', | 24 'common_net', |
| 25 'debugger', | 25 'debugger', |
| (...skipping 5289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5315 'variables': { | 5315 'variables': { |
| 5316 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5316 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5317 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5317 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5318 }, | 5318 }, |
| 5319 'includes': ['../build/protoc.gypi'], | 5319 'includes': ['../build/protoc.gypi'], |
| 5320 }], | 5320 }], |
| 5321 ], | 5321 ], |
| 5322 }, | 5322 }, |
| 5323 ], | 5323 ], |
| 5324 } | 5324 } |
| OLD | NEW |