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 25 matching lines...) Expand all Loading... |
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/common/user_agent/webkit_user_agent.gyp:user_agent', | 44 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
45 '../webkit/support/webkit_support.gyp:glue', | 45 '../webkit/support/webkit_support.gyp:glue', |
46 '../webkit/support/webkit_support.gyp:webkit_base', | |
47 '../webkit/support/webkit_support.gyp:webkit_resources', | 46 '../webkit/support/webkit_support.gyp:webkit_resources', |
48 '../webkit/support/webkit_support.gyp:webkit_storage', | 47 '../webkit/support/webkit_support.gyp:webkit_storage', |
49 ], | 48 ], |
50 'include_dirs': [ | 49 'include_dirs': [ |
51 '..', | 50 '..', |
52 '<(INTERMEDIATE_DIR)', | 51 '<(INTERMEDIATE_DIR)', |
53 ], | 52 ], |
54 'sources': [ | 53 'sources': [ |
55 # All .cc, .h, .m, and .mm files under browser/extensions except for | 54 # All .cc, .h, .m, and .mm files under browser/extensions except for |
56 # tests and mocks. | 55 # tests and mocks. |
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
974 'variables': { | 973 'variables': { |
975 'proto_in_dir': 'browser/chromeos/contacts', | 974 'proto_in_dir': 'browser/chromeos/contacts', |
976 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 975 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
977 }, | 976 }, |
978 'includes': [ '../build/protoc.gypi' ] | 977 'includes': [ '../build/protoc.gypi' ] |
979 }, | 978 }, |
980 ], | 979 ], |
981 },], # 'chromeos=1' | 980 },], # 'chromeos=1' |
982 ], # 'conditions' | 981 ], # 'conditions' |
983 } | 982 } |
OLD | NEW |