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