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 22 matching lines...) Expand all Loading... |
33 '../skia/skia.gyp:skia', | 33 '../skia/skia.gyp:skia', |
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 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 41 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
42 '../ui/base/strings/ui_strings.gyp:ui_strings', | 42 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 43 '../ui/gfx/gfx.gyp:gfx', |
43 '../ui/ui.gyp:ui', | 44 '../ui/ui.gyp:ui', |
44 '../ui/ui.gyp:ui_resources', | 45 '../ui/ui.gyp:ui_resources', |
45 '../url/url.gyp:url_lib', | 46 '../url/url.gyp:url_lib', |
46 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 47 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
47 '../webkit/storage_browser.gyp:webkit_storage_browser', | 48 '../webkit/storage_browser.gyp:webkit_storage_browser', |
48 '../webkit/storage_common.gyp:webkit_storage_common', | 49 '../webkit/storage_common.gyp:webkit_storage_common', |
49 '../webkit/webkit_resources.gyp:webkit_resources', | 50 '../webkit/webkit_resources.gyp:webkit_resources', |
50 ], | 51 ], |
51 'include_dirs': [ | 52 'include_dirs': [ |
52 '..', | 53 '..', |
(...skipping 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1109 'variables': { | 1110 'variables': { |
1110 'proto_in_dir': 'browser/chromeos/contacts', | 1111 'proto_in_dir': 'browser/chromeos/contacts', |
1111 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 1112 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
1112 }, | 1113 }, |
1113 'includes': [ '../build/protoc.gypi' ] | 1114 'includes': [ '../build/protoc.gypi' ] |
1114 }, | 1115 }, |
1115 ], | 1116 ], |
1116 },], # 'chromeos=1' | 1117 },], # 'chromeos=1' |
1117 ], # 'conditions' | 1118 ], # 'conditions' |
1118 } | 1119 } |
OLD | NEW |