OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 14 matching lines...) Expand all Loading... |
25 'debugger', | 25 'debugger', |
26 'in_memory_url_index_cache_proto', | 26 'in_memory_url_index_cache_proto', |
27 'installer_util', | 27 'installer_util', |
28 '../build/temp_gyp/googleurl.gyp:googleurl', | 28 '../build/temp_gyp/googleurl.gyp:googleurl', |
29 '../content/content.gyp:content_browser', | 29 '../content/content.gyp:content_browser', |
30 '../crypto/crypto.gyp:crypto', | 30 '../crypto/crypto.gyp:crypto', |
31 '../device/device.gyp:device_bluetooth', | 31 '../device/device.gyp:device_bluetooth', |
32 '../net/net.gyp:net', | 32 '../net/net.gyp:net', |
33 '../skia/skia.gyp:skia', | 33 '../skia/skia.gyp:skia', |
34 '../sync/sync.gyp:sync', | 34 '../sync/sync.gyp:sync', |
35 '../third_party/bzip2/bzip2.gyp:bzip2', | |
36 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 35 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
37 '../third_party/icu/icu.gyp:icui18n', | 36 '../third_party/icu/icu.gyp:icui18n', |
38 '../third_party/icu/icu.gyp:icuuc', | 37 '../third_party/icu/icu.gyp:icuuc', |
39 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 38 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
40 '../third_party/libusb/libusb.gyp:libusb', | 39 '../third_party/libusb/libusb.gyp:libusb', |
41 '../third_party/re2/re2.gyp:re2', | 40 '../third_party/re2/re2.gyp:re2', |
42 '../ui/base/strings/ui_strings.gyp:ui_strings', | 41 '../ui/base/strings/ui_strings.gyp:ui_strings', |
43 '../ui/ui.gyp:ui', | 42 '../ui/ui.gyp:ui', |
44 '../ui/ui.gyp:ui_resources', | 43 '../ui/ui.gyp:ui_resources', |
45 '../webkit/support/webkit_support.gyp:glue', | 44 '../webkit/support/webkit_support.gyp:glue', |
(...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
951 'variables': { | 950 'variables': { |
952 'proto_in_dir': 'browser/chromeos/contacts', | 951 'proto_in_dir': 'browser/chromeos/contacts', |
953 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 952 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
954 }, | 953 }, |
955 'includes': [ '../build/protoc.gypi' ] | 954 'includes': [ '../build/protoc.gypi' ] |
956 }, | 955 }, |
957 ], | 956 ], |
958 },], # 'chromeos=1' | 957 },], # 'chromeos=1' |
959 ], # 'conditions' | 958 ], # 'conditions' |
960 } | 959 } |
OLD | NEW |