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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 524983002: Move fileapi-related files from webkit/common/ to storage/common/ and set up redirect headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: storage/ no longer depends on webkit/ 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2912 matching lines...) Expand 10 before | Expand all | Expand 10 after
2923 '../content/app/resources/content_resources.gyp:content_resources', 2923 '../content/app/resources/content_resources.gyp:content_resources',
2924 '../media/cast/cast.gyp:cast_net', 2924 '../media/cast/cast.gyp:cast_net',
2925 '../media/media.gyp:media', 2925 '../media/media.gyp:media',
2926 '../mojo/mojo_base.gyp:mojo_common_lib', 2926 '../mojo/mojo_base.gyp:mojo_common_lib',
2927 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 2927 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
2928 '../mojo/mojo_base.gyp:mojo_environment_chromium', 2928 '../mojo/mojo_base.gyp:mojo_environment_chromium',
2929 '../mojo/mojo_base.gyp:mojo_js_bindings', 2929 '../mojo/mojo_base.gyp:mojo_js_bindings',
2930 '../mojo/mojo_base.gyp:mojo_system_impl', 2930 '../mojo/mojo_base.gyp:mojo_system_impl',
2931 '../net/net.gyp:net_extras', 2931 '../net/net.gyp:net_extras',
2932 '../net/net.gyp:net_with_v8', 2932 '../net/net.gyp:net_with_v8',
2933 '../storage/storage_common.gyp:storage_common',
2933 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2934 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2934 '../testing/perf/perf_test.gyp:*', 2935 '../testing/perf/perf_test.gyp:*',
2935 '../third_party/expat/expat.gyp:expat', 2936 '../third_party/expat/expat.gyp:expat',
2936 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2937 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2937 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2938 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2938 '../third_party/libyuv/libyuv.gyp:libyuv', 2939 '../third_party/libyuv/libyuv.gyp:libyuv',
2939 '../third_party/npapi/npapi.gyp:npapi', 2940 '../third_party/npapi/npapi.gyp:npapi',
2940 '../third_party/smhasher/smhasher.gyp:cityhash', 2941 '../third_party/smhasher/smhasher.gyp:cityhash',
2941 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2942 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2942 '../ui/gl/gl.gyp:gl', 2943 '../ui/gl/gl.gyp:gl',
2943 '../ui/surface/surface.gyp:surface', 2944 '../ui/surface/surface.gyp:surface',
2944 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2945 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2945 '../v8/tools/gyp/v8.gyp:v8', 2946 '../v8/tools/gyp/v8.gyp:v8',
2946 '../webkit/storage_browser.gyp:storage', 2947 '../webkit/storage_browser.gyp:storage',
2947 '../webkit/storage_common.gyp:storage_common',
2948 ], 2948 ],
2949 'sources': [ 2949 'sources': [
2950 '<@(chrome_browser_non_ios_sources)', 2950 '<@(chrome_browser_non_ios_sources)',
2951 2951
2952 # These files are generated by GRIT. 2952 # These files are generated by GRIT.
2953 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 2953 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
2954 '<(grit_out_dir)/grit/theme_resources_map.cc', 2954 '<(grit_out_dir)/grit/theme_resources_map.cc',
2955 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', 2955 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc',
2956 2956
2957 # This file is generated by 2957 # This file is generated by
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
3572 'variables': { 3572 'variables': {
3573 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3573 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3574 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3574 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3575 }, 3575 },
3576 'includes': [ '../build/protoc.gypi' ] 3576 'includes': [ '../build/protoc.gypi' ]
3577 }, 3577 },
3578 ], 3578 ],
3579 },], 3579 },],
3580 ], 3580 ],
3581 } 3581 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698