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

Side by Side Diff: content/content_common.gypi

Issue 2043933002: Move IPC fuzzer switches and helpers from chrome/common to content/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove CONTENT_EXPORT Created 4 years, 6 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/common/external_ipc_dumper.cc ('k') | content/public/common/content_switches.h » ('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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 ], 653 ],
654 }, { # use_ozone!=1 654 }, { # use_ozone!=1
655 'sources!': [ 655 'sources!': [
656 'common/cursors/webcursor_ozone.cc', 656 'common/cursors/webcursor_ozone.cc',
657 'common/font_list_ozone.cc', 657 'common/font_list_ozone.cc',
658 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 658 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
659 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 659 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
660 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 660 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
661 ], 661 ],
662 }], 662 }],
663 ['enable_ipc_fuzzer==1', {
664 'sources': [
665 'common/external_ipc_dumper.cc',
666 'common/external_ipc_dumper.h',
667 ],
668 }],
663 ], 669 ],
664 } 670 }
OLDNEW
« no previous file with comments | « content/common/external_ipc_dumper.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698