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 23 matching lines...) Expand all Loading... |
34 '../sync/sync.gyp:sync', | 34 '../sync/sync.gyp:sync', |
35 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 35 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
36 '../third_party/icu/icu.gyp:icui18n', | 36 '../third_party/icu/icu.gyp:icui18n', |
37 '../third_party/icu/icu.gyp:icuuc', | 37 '../third_party/icu/icu.gyp:icuuc', |
38 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 38 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
39 '../third_party/libusb/libusb.gyp:libusb', | 39 '../third_party/libusb/libusb.gyp:libusb', |
40 '../third_party/re2/re2.gyp:re2', | 40 '../third_party/re2/re2.gyp:re2', |
41 '../ui/base/strings/ui_strings.gyp:ui_strings', | 41 '../ui/base/strings/ui_strings.gyp:ui_strings', |
42 '../ui/ui.gyp:ui', | 42 '../ui/ui.gyp:ui', |
43 '../ui/ui.gyp:ui_resources', | 43 '../ui/ui.gyp:ui_resources', |
| 44 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
44 '../webkit/support/webkit_support.gyp:glue', | 45 '../webkit/support/webkit_support.gyp:glue', |
45 '../webkit/support/webkit_support.gyp:user_agent', | |
46 '../webkit/support/webkit_support.gyp:webkit_base', | 46 '../webkit/support/webkit_support.gyp:webkit_base', |
47 '../webkit/support/webkit_support.gyp:webkit_resources', | 47 '../webkit/support/webkit_support.gyp:webkit_resources', |
48 '../webkit/support/webkit_support.gyp:webkit_storage', | 48 '../webkit/support/webkit_support.gyp:webkit_storage', |
49 ], | 49 ], |
50 'include_dirs': [ | 50 'include_dirs': [ |
51 '..', | 51 '..', |
52 '<(INTERMEDIATE_DIR)', | 52 '<(INTERMEDIATE_DIR)', |
53 ], | 53 ], |
54 'sources': [ | 54 'sources': [ |
55 # All .cc, .h, .m, and .mm files under browser/extensions except for | 55 # All .cc, .h, .m, and .mm files under browser/extensions except for |
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
974 'variables': { | 974 'variables': { |
975 'proto_in_dir': 'browser/chromeos/contacts', | 975 'proto_in_dir': 'browser/chromeos/contacts', |
976 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 976 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
977 }, | 977 }, |
978 'includes': [ '../build/protoc.gypi' ] | 978 'includes': [ '../build/protoc.gypi' ] |
979 }, | 979 }, |
980 ], | 980 ], |
981 },], # 'chromeos=1' | 981 },], # 'chromeos=1' |
982 ], # 'conditions' | 982 ], # 'conditions' |
983 } | 983 } |
OLD | NEW |