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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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 | Annotate | Revision Log
« 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 985 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 996 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
997 '../third_party/re2/re2.gyp:re2', 997 '../third_party/re2/re2.gyp:re2',
998 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 998 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
999 '../ui/accessibility/accessibility.gyp:ax_gen', 999 '../ui/accessibility/accessibility.gyp:ax_gen',
1000 '../ui/base/ui_base.gyp:ui_base', 1000 '../ui/base/ui_base.gyp:ui_base',
1001 '../ui/gfx/gfx.gyp:gfx', 1001 '../ui/gfx/gfx.gyp:gfx',
1002 '../ui/gfx/gfx.gyp:gfx_geometry', 1002 '../ui/gfx/gfx.gyp:gfx_geometry',
1003 '../ui/resources/ui_resources.gyp:ui_resources', 1003 '../ui/resources/ui_resources.gyp:ui_resources',
1004 '../ui/strings/ui_strings.gyp:ui_strings', 1004 '../ui/strings/ui_strings.gyp:ui_strings',
1005 '../url/url.gyp:url_lib', 1005 '../url/url.gyp:url_lib',
1006 '../webkit/storage_browser.gyp:webkit_storage_browser', 1006 '../storage/storage.gyp:webkit_storage_browser',
1007 '../webkit/storage_common.gyp:webkit_storage_common', 1007 '../storage/storage.gyp:webkit_storage_common',
1008 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources', 1008 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources',
1009 ], 1009 ],
1010 'include_dirs': [ 1010 'include_dirs': [
1011 '..', 1011 '..',
1012 '<(INTERMEDIATE_DIR)', 1012 '<(INTERMEDIATE_DIR)',
1013 ], 1013 ],
1014 'export_dependent_settings': [ 1014 'export_dependent_settings': [
1015 'common/extensions/api/api.gyp:chrome_api', 1015 'common/extensions/api/api.gyp:chrome_api',
1016 '../content/content.gyp:content_browser', 1016 '../content/content.gyp:content_browser',
1017 ], 1017 ],
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 ], 1163 ],
1164 }, { # use_brlapi==0 1164 }, { # use_brlapi==0
1165 'sources': [ 1165 'sources': [
1166 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1166 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1167 ], 1167 ],
1168 }], 1168 }],
1169 ], 1169 ],
1170 }, 1170 },
1171 ], 1171 ],
1172 } 1172 }
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