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

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: fix presubmit 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/browser/ui/BUILD.gn ('k') | chrome/chrome_browser_chromeos.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 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 2907 matching lines...) Expand 10 before | Expand all | Expand 10 after
2918 '../content/app/resources/content_resources.gyp:content_resources', 2918 '../content/app/resources/content_resources.gyp:content_resources',
2919 '../media/cast/cast.gyp:cast_net', 2919 '../media/cast/cast.gyp:cast_net',
2920 '../media/media.gyp:media', 2920 '../media/media.gyp:media',
2921 '../mojo/mojo_base.gyp:mojo_common_lib', 2921 '../mojo/mojo_base.gyp:mojo_common_lib',
2922 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 2922 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
2923 '../mojo/mojo_base.gyp:mojo_environment_chromium', 2923 '../mojo/mojo_base.gyp:mojo_environment_chromium',
2924 '../mojo/mojo_base.gyp:mojo_js_bindings', 2924 '../mojo/mojo_base.gyp:mojo_js_bindings',
2925 '../mojo/mojo_base.gyp:mojo_system_impl', 2925 '../mojo/mojo_base.gyp:mojo_system_impl',
2926 '../net/net.gyp:net_extras', 2926 '../net/net.gyp:net_extras',
2927 '../net/net.gyp:net_with_v8', 2927 '../net/net.gyp:net_with_v8',
2928 '../storage/storage_common.gyp:storage_common',
2928 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2929 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2929 '../testing/perf/perf_test.gyp:*', 2930 '../testing/perf/perf_test.gyp:*',
2930 '../third_party/expat/expat.gyp:expat', 2931 '../third_party/expat/expat.gyp:expat',
2931 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2932 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2932 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2933 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2933 '../third_party/libyuv/libyuv.gyp:libyuv', 2934 '../third_party/libyuv/libyuv.gyp:libyuv',
2934 '../third_party/npapi/npapi.gyp:npapi', 2935 '../third_party/npapi/npapi.gyp:npapi',
2935 '../third_party/smhasher/smhasher.gyp:cityhash', 2936 '../third_party/smhasher/smhasher.gyp:cityhash',
2936 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2937 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2937 '../ui/gl/gl.gyp:gl', 2938 '../ui/gl/gl.gyp:gl',
2938 '../ui/surface/surface.gyp:surface', 2939 '../ui/surface/surface.gyp:surface',
2939 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2940 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2940 '../v8/tools/gyp/v8.gyp:v8', 2941 '../v8/tools/gyp/v8.gyp:v8',
2941 '../webkit/storage_browser.gyp:storage', 2942 '../webkit/storage_browser.gyp:storage',
2942 '../webkit/storage_common.gyp:storage_common',
2943 ], 2943 ],
2944 'sources': [ 2944 'sources': [
2945 '<@(chrome_browser_non_ios_sources)', 2945 '<@(chrome_browser_non_ios_sources)',
2946 2946
2947 # These files are generated by GRIT. 2947 # These files are generated by GRIT.
2948 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 2948 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
2949 '<(grit_out_dir)/grit/theme_resources_map.cc', 2949 '<(grit_out_dir)/grit/theme_resources_map.cc',
2950 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', 2950 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc',
2951 2951
2952 # This file is generated by 2952 # This file is generated by
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
3567 'variables': { 3567 'variables': {
3568 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3568 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3569 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3569 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3570 }, 3570 },
3571 'includes': [ '../build/protoc.gypi' ] 3571 'includes': [ '../build/protoc.gypi' ]
3572 }, 3572 },
3573 ], 3573 ],
3574 },], 3574 },],
3575 ], 3575 ],
3576 } 3576 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698