OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser_chromeos', | 9 'target_name': 'browser_chromeos', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 '../content/content.gyp:content_browser', | 66 '../content/content.gyp:content_browser', |
67 '../content/content.gyp:content_common', | 67 '../content/content.gyp:content_common', |
68 '../crypto/crypto.gyp:crypto', | 68 '../crypto/crypto.gyp:crypto', |
69 '../dbus/dbus.gyp:dbus', | 69 '../dbus/dbus.gyp:dbus', |
70 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 70 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
71 '../device/hid/hid.gyp:device_hid', | 71 '../device/hid/hid.gyp:device_hid', |
72 '../media/media.gyp:media', | 72 '../media/media.gyp:media', |
73 '../net/net.gyp:net', | 73 '../net/net.gyp:net', |
74 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin | 74 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
75 '../skia/skia.gyp:skia', | 75 '../skia/skia.gyp:skia', |
| 76 '../storage/storage_common.gyp:storage_common', |
76 '../sync/sync.gyp:sync', | 77 '../sync/sync.gyp:sync', |
77 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 78 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
78 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 79 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
79 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 80 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
80 '../third_party/expat/expat.gyp:expat', | 81 '../third_party/expat/expat.gyp:expat', |
81 '../third_party/hunspell/hunspell.gyp:hunspell', | 82 '../third_party/hunspell/hunspell.gyp:hunspell', |
82 '../third_party/icu/icu.gyp:icui18n', | 83 '../third_party/icu/icu.gyp:icui18n', |
83 '../third_party/icu/icu.gyp:icuuc', | 84 '../third_party/icu/icu.gyp:icuuc', |
84 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 85 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
85 '../third_party/libevent/libevent.gyp:libevent', | 86 '../third_party/libevent/libevent.gyp:libevent', |
(...skipping 13 matching lines...) Expand all Loading... |
99 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', | 100 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
100 '../ui/resources/ui_resources.gyp:ui_resources', | 101 '../ui/resources/ui_resources.gyp:ui_resources', |
101 '../ui/strings/ui_strings.gyp:ui_strings', | 102 '../ui/strings/ui_strings.gyp:ui_strings', |
102 '../ui/surface/surface.gyp:surface', | 103 '../ui/surface/surface.gyp:surface', |
103 '../ui/views/controls/webview/webview.gyp:webview', | 104 '../ui/views/controls/webview/webview.gyp:webview', |
104 '../ui/views/controls/webview/webview.gyp:webview', | 105 '../ui/views/controls/webview/webview.gyp:webview', |
105 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 106 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
106 '../url/url.gyp:url_lib', | 107 '../url/url.gyp:url_lib', |
107 '../v8/tools/gyp/v8.gyp:v8', | 108 '../v8/tools/gyp/v8.gyp:v8', |
108 '../webkit/storage_browser.gyp:storage', | 109 '../webkit/storage_browser.gyp:storage', |
109 '../webkit/storage_common.gyp:storage_common', | |
110 'chrome_resources.gyp:chrome_strings', | 110 'chrome_resources.gyp:chrome_strings', |
111 ], | 111 ], |
112 'defines': [ | 112 'defines': [ |
113 '<@(nacl_defines)', | 113 '<@(nacl_defines)', |
114 ], | 114 ], |
115 'direct_dependent_settings': { | 115 'direct_dependent_settings': { |
116 'defines': [ | 116 'defines': [ |
117 '<@(nacl_defines)', | 117 '<@(nacl_defines)', |
118 ], | 118 ], |
119 }, | 119 }, |
(...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1197 'browser/chromeos/attestation/attestation_signed_data.proto', | 1197 'browser/chromeos/attestation/attestation_signed_data.proto', |
1198 ], | 1198 ], |
1199 'variables': { | 1199 'variables': { |
1200 'proto_in_dir': 'browser/chromeos/attestation', | 1200 'proto_in_dir': 'browser/chromeos/attestation', |
1201 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1201 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1202 }, | 1202 }, |
1203 'includes': [ '../build/protoc.gypi' ] | 1203 'includes': [ '../build/protoc.gypi' ] |
1204 }, | 1204 }, |
1205 ], | 1205 ], |
1206 } | 1206 } |
OLD | NEW |