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 28 matching lines...) Expand all Loading... |
39 '../sync/sync.gyp:sync', | 39 '../sync/sync.gyp:sync', |
40 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 40 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
41 '../third_party/icu/icu.gyp:icui18n', | 41 '../third_party/icu/icu.gyp:icui18n', |
42 '../third_party/icu/icu.gyp:icuuc', | 42 '../third_party/icu/icu.gyp:icuuc', |
43 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 43 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
44 '../third_party/libusb/libusb.gyp:libusb', | 44 '../third_party/libusb/libusb.gyp:libusb', |
45 '../third_party/re2/re2.gyp:re2', | 45 '../third_party/re2/re2.gyp:re2', |
46 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 46 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
47 '../ui/base/strings/ui_strings.gyp:ui_strings', | 47 '../ui/base/strings/ui_strings.gyp:ui_strings', |
48 '../ui/gfx/gfx.gyp:gfx', | 48 '../ui/gfx/gfx.gyp:gfx', |
| 49 '../ui/gfx/gfx.gyp:gfx_geometry', |
49 '../ui/resources/ui_resources.gyp:ui_resources', | 50 '../ui/resources/ui_resources.gyp:ui_resources', |
50 '../ui/ui.gyp:ui', | 51 '../ui/ui.gyp:ui', |
51 '../url/url.gyp:url_lib', | 52 '../url/url.gyp:url_lib', |
52 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 53 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
53 '../webkit/storage_browser.gyp:webkit_storage_browser', | 54 '../webkit/storage_browser.gyp:webkit_storage_browser', |
54 '../webkit/storage_common.gyp:webkit_storage_common', | 55 '../webkit/storage_common.gyp:webkit_storage_common', |
55 '../webkit/webkit_resources.gyp:webkit_resources', | 56 '../webkit/webkit_resources.gyp:webkit_resources', |
56 ], | 57 ], |
57 'include_dirs': [ | 58 'include_dirs': [ |
58 '..', | 59 '..', |
(...skipping 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1216 'variables': { | 1217 'variables': { |
1217 'proto_in_dir': 'browser/chromeos/contacts', | 1218 'proto_in_dir': 'browser/chromeos/contacts', |
1218 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 1219 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
1219 }, | 1220 }, |
1220 'includes': [ '../build/protoc.gypi' ] | 1221 'includes': [ '../build/protoc.gypi' ] |
1221 }, | 1222 }, |
1222 ], | 1223 ], |
1223 },], # 'chromeos=1' | 1224 },], # 'chromeos=1' |
1224 ], # 'conditions' | 1225 ], # 'conditions' |
1225 } | 1226 } |
OLD | NEW |