Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 539143002: Migrate webkit/browser/ to storage/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android build Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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_browser.gyp:storage',
76 '../storage/storage_common.gyp:storage_common', 77 '../storage/storage_common.gyp:storage_common',
77 '../sync/sync.gyp:sync', 78 '../sync/sync.gyp:sync',
78 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 79 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
79 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 80 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
80 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 81 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
81 '../third_party/expat/expat.gyp:expat', 82 '../third_party/expat/expat.gyp:expat',
82 '../third_party/hunspell/hunspell.gyp:hunspell', 83 '../third_party/hunspell/hunspell.gyp:hunspell',
83 '../third_party/icu/icu.gyp:icui18n', 84 '../third_party/icu/icu.gyp:icui18n',
84 '../third_party/icu/icu.gyp:icuuc', 85 '../third_party/icu/icu.gyp:icuuc',
85 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 86 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
(...skipping 13 matching lines...) Expand all
99 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 100 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
100 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 101 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
101 '../ui/resources/ui_resources.gyp:ui_resources', 102 '../ui/resources/ui_resources.gyp:ui_resources',
102 '../ui/strings/ui_strings.gyp:ui_strings', 103 '../ui/strings/ui_strings.gyp:ui_strings',
103 '../ui/surface/surface.gyp:surface', 104 '../ui/surface/surface.gyp:surface',
104 '../ui/views/controls/webview/webview.gyp:webview', 105 '../ui/views/controls/webview/webview.gyp:webview',
105 '../ui/views/controls/webview/webview.gyp:webview', 106 '../ui/views/controls/webview/webview.gyp:webview',
106 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 107 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
107 '../url/url.gyp:url_lib', 108 '../url/url.gyp:url_lib',
108 '../v8/tools/gyp/v8.gyp:v8', 109 '../v8/tools/gyp/v8.gyp:v8',
109 '../webkit/storage_browser.gyp:storage',
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 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 'browser/chromeos/attestation/attestation_signed_data.proto', 1199 'browser/chromeos/attestation/attestation_signed_data.proto',
1200 ], 1200 ],
1201 'variables': { 1201 'variables': {
1202 'proto_in_dir': 'browser/chromeos/attestation', 1202 'proto_in_dir': 'browser/chromeos/attestation',
1203 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1203 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1204 }, 1204 },
1205 'includes': [ '../build/protoc.gypi' ] 1205 'includes': [ '../build/protoc.gypi' ]
1206 }, 1206 },
1207 ], 1207 ],
1208 } 1208 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698