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

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