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

Side by Side Diff: content/content_common.gypi

Issue 486573002: Move webkit resources over to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm the build files from webkit/glue/resources Created 6 years, 4 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 | Annotate | Revision Log
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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 'variables': { 588 'variables': {
589 'script': '<(DEPTH)/build/util/version.py', 589 'script': '<(DEPTH)/build/util/version.py',
590 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink', 590 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink',
591 'template': 'webkit_version.h.in', 591 'template': 'webkit_version.h.in',
592 }, 592 },
593 }, 593 },
594 ], 594 ],
595 }], 595 }],
596 ['OS=="mac"', { 596 ['OS=="mac"', {
597 'dependencies': [ 597 'dependencies': [
598 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources', 598 'app/resources/content_resources.gyp:content_resources',
599 ], 599 ],
600 'sources': [ 600 'sources': [
601 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', 601 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
602 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', 602 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
603 'common/gpu/media/vt.h', 603 'common/gpu/media/vt.h',
604 'common/gpu/media/vt_video_decode_accelerator.cc', 604 'common/gpu/media/vt_video_decode_accelerator.cc',
605 'common/gpu/media/vt_video_decode_accelerator.h', 605 'common/gpu/media/vt_video_decode_accelerator.h',
606 ], 606 ],
607 'sources!': [ 607 'sources!': [
608 'common/plugin_list_posix.cc', 608 'common/plugin_list_posix.cc',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 'defines': ['USE_SECCOMP_BPF'], 888 'defines': ['USE_SECCOMP_BPF'],
889 }], 889 }],
890 ['use_ozone==1', { 890 ['use_ozone==1', {
891 'dependencies': [ 891 'dependencies': [
892 '../ui/ozone/ozone.gyp:ozone', 892 '../ui/ozone/ozone.gyp:ozone',
893 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu', 893 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu',
894 ], 894 ],
895 }], 895 }],
896 ], 896 ],
897 } 897 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698