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

Side by Side Diff: content/content_browser.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 | « content/common/shareable_file_reference_unittest.cc ('k') | content/content_child.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 # 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 1584 matching lines...) Expand 10 before | Expand all | Expand 10 after
1595 'content_common_mojo_bindings', 1595 'content_common_mojo_bindings',
1596 '../cc/cc.gyp:cc', 1596 '../cc/cc.gyp:cc',
1597 '../cc/cc.gyp:cc_surfaces', 1597 '../cc/cc.gyp:cc_surfaces',
1598 '../mojo/mojo_base.gyp:mojo_application_bindings', 1598 '../mojo/mojo_base.gyp:mojo_application_bindings',
1599 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 1599 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
1600 '../mojo/mojo_base.gyp:mojo_js_bindings', 1600 '../mojo/mojo_base.gyp:mojo_js_bindings',
1601 '../net/net.gyp:http_server', 1601 '../net/net.gyp:http_server',
1602 '../third_party/angle/src/build_angle.gyp:commit_id', 1602 '../third_party/angle/src/build_angle.gyp:commit_id',
1603 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1603 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1604 '../ui/surface/surface.gyp:surface', 1604 '../ui/surface/surface.gyp:surface',
1605 '../webkit/common/webkit_common.gyp:webkit_common', 1605 '../storage/storage.gyp:webkit_common',
1606 '../webkit/storage_browser.gyp:webkit_storage_browser', 1606 '../storage/storage.gyp:webkit_storage_browser',
1607 '../webkit/storage_common.gyp:webkit_storage_common', 1607 '../storage/storage.gyp:webkit_storage_common',
1608 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources', 1608 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources',
1609 ], 1609 ],
1610 }], 1610 }],
1611 ['enable_printing!=0', { 1611 ['enable_printing!=0', {
1612 'dependencies': [ 1612 'dependencies': [
1613 '../printing/printing.gyp:printing', 1613 '../printing/printing.gyp:printing',
1614 ], 1614 ],
1615 }], 1615 }],
1616 ['OS!="ios" and chrome_multiple_dll!=1', { 1616 ['OS!="ios" and chrome_multiple_dll!=1', {
1617 'dependencies': [ 1617 'dependencies': [
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1872 'sources': [ 1872 'sources': [
1873 'browser/media/cdm/browser_cdm_manager.cc', 1873 'browser/media/cdm/browser_cdm_manager.cc',
1874 'browser/media/cdm/browser_cdm_manager.h', 1874 'browser/media/cdm/browser_cdm_manager.h',
1875 # This works on Android because enable_browser_cdms==1 on Android. 1875 # This works on Android because enable_browser_cdms==1 on Android.
1876 'browser/media/media_web_contents_observer.cc', 1876 'browser/media/media_web_contents_observer.cc',
1877 'browser/media/media_web_contents_observer.h', 1877 'browser/media/media_web_contents_observer.h',
1878 ], 1878 ],
1879 }], 1879 }],
1880 ], 1880 ],
1881 } 1881 }
OLDNEW
« no previous file with comments | « content/common/shareable_file_reference_unittest.cc ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698