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

Side by Side Diff: content/content_common.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 | « content/content_child.gypi ('k') | content/content_renderer.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', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 '../gpu/gpu.gyp:gpu_ipc', 557 '../gpu/gpu.gyp:gpu_ipc',
558 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 558 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
559 '../ipc/ipc.gyp:ipc', 559 '../ipc/ipc.gyp:ipc',
560 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', 560 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
561 '../media/media.gyp:media', 561 '../media/media.gyp:media',
562 '../media/media.gyp:shared_memory_support', 562 '../media/media.gyp:shared_memory_support',
563 '../mojo/mojo_base.gyp:mojo_application_bindings', 563 '../mojo/mojo_base.gyp:mojo_application_bindings',
564 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 564 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
565 '../mojo/mojo_base.gyp:mojo_environment_chromium', 565 '../mojo/mojo_base.gyp:mojo_environment_chromium',
566 '../mojo/mojo_base.gyp:mojo_system_impl', 566 '../mojo/mojo_base.gyp:mojo_system_impl',
567 '../storage/storage_common.gyp:storage_common',
567 '../third_party/WebKit/public/blink.gyp:blink', 568 '../third_party/WebKit/public/blink.gyp:blink',
568 '../ui/gl/gl.gyp:gl', 569 '../ui/gl/gl.gyp:gl',
569 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 570 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
570 '../webkit/common/webkit_common.gyp:webkit_common',
571 '../webkit/storage_browser.gyp:storage', 571 '../webkit/storage_browser.gyp:storage',
572 '../webkit/storage_common.gyp:storage_common',
573 ], 572 ],
574 'actions': [ 573 'actions': [
575 { 574 {
576 'action_name': 'generate_webkit_version', 575 'action_name': 'generate_webkit_version',
577 'inputs': [ 576 'inputs': [
578 '<(script)', 577 '<(script)',
579 '<(lastchange)', 578 '<(lastchange)',
580 '<(template)', 579 '<(template)',
581 ], 580 ],
582 'outputs': [ 581 'outputs': [
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 ], 896 ],
898 'sources': [ 897 'sources': [
899 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 898 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
900 ], 899 ],
901 'sources!': [ 900 'sources!': [
902 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 901 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
903 ], 902 ],
904 }], 903 }],
905 ], 904 ],
906 } 905 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698