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

Side by Side Diff: chrome/chrome_browser_extensions.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_chromeos.gypi ('k') | chrome/chrome_browser_ui.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) 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 'variables': { 6 'variables': {
7 'chrome_browser_extensions_chromeos_sources': [ 7 'chrome_browser_extensions_chromeos_sources': [
8 'browser/extensions/api/diagnostics/diagnostics_api.cc', 8 'browser/extensions/api/diagnostics/diagnostics_api.cc',
9 'browser/extensions/api/diagnostics/diagnostics_api.h', 9 'browser/extensions/api/diagnostics/diagnostics_api.h',
10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc', 10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc',
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 '../content/content.gyp:content_common', 954 '../content/content.gyp:content_common',
955 '../crypto/crypto.gyp:crypto', 955 '../crypto/crypto.gyp:crypto',
956 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 956 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
957 '../device/hid/hid.gyp:device_hid', 957 '../device/hid/hid.gyp:device_hid',
958 '../extensions/browser/api/api_registration.gyp:extensions_api_registrat ion', 958 '../extensions/browser/api/api_registration.gyp:extensions_api_registrat ion',
959 '../extensions/common/api/api.gyp:extensions_api', 959 '../extensions/common/api/api.gyp:extensions_api',
960 '../extensions/extensions.gyp:extensions_browser', 960 '../extensions/extensions.gyp:extensions_browser',
961 '../extensions/extensions_strings.gyp:extensions_strings', 961 '../extensions/extensions_strings.gyp:extensions_strings',
962 '../net/net.gyp:net', 962 '../net/net.gyp:net',
963 '../skia/skia.gyp:skia', 963 '../skia/skia.gyp:skia',
964 '../storage/storage_browser.gyp:storage',
964 '../storage/storage_common.gyp:storage_common', 965 '../storage/storage_common.gyp:storage_common',
965 '../sync/sync.gyp:sync', 966 '../sync/sync.gyp:sync',
966 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 967 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
967 '../third_party/icu/icu.gyp:icui18n', 968 '../third_party/icu/icu.gyp:icui18n',
968 '../third_party/icu/icu.gyp:icuuc', 969 '../third_party/icu/icu.gyp:icuuc',
969 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 970 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
970 '../third_party/re2/re2.gyp:re2', 971 '../third_party/re2/re2.gyp:re2',
971 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 972 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
972 '../ui/accessibility/accessibility.gyp:ax_gen', 973 '../ui/accessibility/accessibility.gyp:ax_gen',
973 '../ui/base/ui_base.gyp:ui_base', 974 '../ui/base/ui_base.gyp:ui_base',
974 '../ui/gfx/gfx.gyp:gfx', 975 '../ui/gfx/gfx.gyp:gfx',
975 '../ui/gfx/gfx.gyp:gfx_geometry', 976 '../ui/gfx/gfx.gyp:gfx_geometry',
976 '../ui/resources/ui_resources.gyp:ui_resources', 977 '../ui/resources/ui_resources.gyp:ui_resources',
977 '../ui/strings/ui_strings.gyp:ui_strings', 978 '../ui/strings/ui_strings.gyp:ui_strings',
978 '../url/url.gyp:url_lib', 979 '../url/url.gyp:url_lib',
979 '../webkit/storage_browser.gyp:storage',
980 ], 980 ],
981 'include_dirs': [ 981 'include_dirs': [
982 '..', 982 '..',
983 '<(INTERMEDIATE_DIR)', 983 '<(INTERMEDIATE_DIR)',
984 ], 984 ],
985 'export_dependent_settings': [ 985 'export_dependent_settings': [
986 'browser/extensions/api/api_registration.gyp:chrome_api_registration', 986 'browser/extensions/api/api_registration.gyp:chrome_api_registration',
987 'common/extensions/api/api.gyp:chrome_api', 987 'common/extensions/api/api.gyp:chrome_api',
988 '../content/content.gyp:content_browser', 988 '../content/content.gyp:content_browser',
989 ], 989 ],
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 ], 1131 ],
1132 }, { # use_brlapi==0 1132 }, { # use_brlapi==0
1133 'sources': [ 1133 'sources': [
1134 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1134 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1135 ], 1135 ],
1136 }], 1136 }],
1137 ], 1137 ],
1138 }, 1138 },
1139 ], 1139 ],
1140 } 1140 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698