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

Side by Side Diff: content/content_common.gypi

Issue 1102673007: content: Move the remaining source files of webkit/ over here. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 7 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_browser.gypi ('k') | webkit/DEPS » ('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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'common/gpu/client/gpu_memory_buffer_impl.cc', 283 'common/gpu/client/gpu_memory_buffer_impl.cc',
284 'common/gpu/client/gpu_memory_buffer_impl.h', 284 'common/gpu/client/gpu_memory_buffer_impl.h',
285 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 285 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
286 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 286 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
287 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc', 287 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc',
288 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h', 288 'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h',
289 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 289 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
290 'common/gpu/client/gpu_video_decode_accelerator_host.h', 290 'common/gpu/client/gpu_video_decode_accelerator_host.h',
291 'common/gpu/client/gpu_video_encode_accelerator_host.cc', 291 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
292 'common/gpu/client/gpu_video_encode_accelerator_host.h', 292 'common/gpu/client/gpu_video_encode_accelerator_host.h',
293 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc',
294 'common/gpu/client/grcontext_for_webgraphicscontext3d.h',
293 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 295 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
294 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 296 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
295 'common/gpu/gpu_channel.cc', 297 'common/gpu/gpu_channel.cc',
296 'common/gpu/gpu_channel.h', 298 'common/gpu/gpu_channel.h',
297 'common/gpu/gpu_channel_manager.cc', 299 'common/gpu/gpu_channel_manager.cc',
298 'common/gpu/gpu_channel_manager.h', 300 'common/gpu/gpu_channel_manager.h',
299 'common/gpu/gpu_command_buffer_stub.cc', 301 'common/gpu/gpu_command_buffer_stub.cc',
300 'common/gpu/gpu_command_buffer_stub.h', 302 'common/gpu/gpu_command_buffer_stub.h',
301 'common/gpu/gpu_config.h', 303 'common/gpu/gpu_config.h',
302 'common/gpu/gpu_memory_buffer_factory.cc', 304 'common/gpu/gpu_memory_buffer_factory.cc',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 '../media/media.gyp:media', 597 '../media/media.gyp:media',
596 '../media/media.gyp:shared_memory_support', 598 '../media/media.gyp:shared_memory_support',
597 '../media/midi/midi.gyp:midi', 599 '../media/midi/midi.gyp:midi',
598 '../mojo/mojo_base.gyp:mojo_environment_chromium', 600 '../mojo/mojo_base.gyp:mojo_environment_chromium',
599 '../storage/storage_common.gyp:storage_common', 601 '../storage/storage_common.gyp:storage_common',
600 '../third_party/WebKit/public/blink.gyp:blink', 602 '../third_party/WebKit/public/blink.gyp:blink',
601 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 603 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
602 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings', 604 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
603 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 605 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
604 '../ui/gl/gl.gyp:gl', 606 '../ui/gl/gl.gyp:gl',
605 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
606 ], 607 ],
607 'export_dependent_settings' : [ 608 'export_dependent_settings' : [
608 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings', 609 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
609 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 610 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
610 ], 611 ],
611 'actions': [ 612 'actions': [
612 { 613 {
613 'action_name': 'generate_webkit_version', 614 'action_name': 'generate_webkit_version',
614 'inputs': [ 615 'inputs': [
615 '<(script)', 616 '<(script)',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1053 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1053 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1054 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1054 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1055 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1055 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1056 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1056 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1057 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1057 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1058 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1058 ], 1059 ],
1059 }], 1060 }],
1060 ], 1061 ],
1061 } 1062 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | webkit/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698