| 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_extensions', | 8 'target_name': 'browser_extensions', |
| 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 'common/extensions/api/api.gyp:api', | 24 'common/extensions/api/api.gyp:api', |
| 25 'common_net', | 25 'common_net', |
| 26 'contacts_proto', | 26 'contacts_proto', |
| 27 'debugger', | 27 'debugger', |
| 28 'in_memory_url_index_cache_proto', | 28 'in_memory_url_index_cache_proto', |
| 29 'installer_util', | 29 'installer_util', |
| 30 '../build/temp_gyp/googleurl.gyp:googleurl', | 30 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 31 '../content/content.gyp:content_browser', | 31 '../content/content.gyp:content_browser', |
| 32 '../crypto/crypto.gyp:crypto', | 32 '../crypto/crypto.gyp:crypto', |
| 33 '../device/device.gyp:device_bluetooth', | 33 '../device/device.gyp:device_bluetooth', |
| 34 '../device/device.gyp:device_usb', |
| 34 '../net/net.gyp:net', | 35 '../net/net.gyp:net', |
| 35 '../skia/skia.gyp:skia', | 36 '../skia/skia.gyp:skia', |
| 36 '../sync/sync.gyp:sync_notifier', | 37 '../sync/sync.gyp:sync_notifier', |
| 37 '../third_party/bzip2/bzip2.gyp:bzip2', | 38 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 38 '../third_party/icu/icu.gyp:icui18n', | 39 '../third_party/icu/icu.gyp:icui18n', |
| 39 '../third_party/icu/icu.gyp:icuuc', | 40 '../third_party/icu/icu.gyp:icuuc', |
| 40 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 41 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 41 '../third_party/libusb/libusb.gyp:libusb', | 42 '../third_party/libusb/libusb.gyp:libusb', |
| 42 '../third_party/re2/re2.gyp:re2', | 43 '../third_party/re2/re2.gyp:re2', |
| 43 '../ui/base/strings/ui_strings.gyp:ui_strings', | 44 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| (...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 906 'msvs_settings': { | 907 'msvs_settings': { |
| 907 'VCLinkerTool': { | 908 'VCLinkerTool': { |
| 908 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 909 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 909 }, | 910 }, |
| 910 }, | 911 }, |
| 911 }, | 912 }, |
| 912 ], | 913 ], |
| 913 }, ], # 'OS=="win"' | 914 }, ], # 'OS=="win"' |
| 914 ], # 'conditions' | 915 ], # 'conditions' |
| 915 } | 916 } |
| OLD | NEW |