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

Side by Side Diff: chrome/chrome_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 | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/BUILD.gn » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'common/importer/importer_test_registry_overrider_win.h', 262 'common/importer/importer_test_registry_overrider_win.h',
263 'common/importer/importer_type.h', 263 'common/importer/importer_type.h',
264 'common/importer/importer_url_row.cc', 264 'common/importer/importer_url_row.cc',
265 'common/importer/importer_url_row.h', 265 'common/importer/importer_url_row.h',
266 'common/importer/profile_import_process_messages.cc', 266 'common/importer/profile_import_process_messages.cc',
267 'common/importer/profile_import_process_messages.h', 267 'common/importer/profile_import_process_messages.h',
268 'common/importer/profile_import_process_param_traits_macros.h', 268 'common/importer/profile_import_process_param_traits_macros.h',
269 'common/importer/safari_importer_utils.h', 269 'common/importer/safari_importer_utils.h',
270 'common/importer/safari_importer_utils.mm', 270 'common/importer/safari_importer_utils.mm',
271 ], 271 ],
272 'chrome_common_ipc_fuzzer_sources': [
273 'common/external_ipc_dumper.cc',
274 'common/external_ipc_dumper.h',
275 ],
276 'chrome_common_service_process_sources': [ 272 'chrome_common_service_process_sources': [
277 'common/service_messages.h', 273 'common/service_messages.h',
278 'common/service_process_util.cc', 274 'common/service_process_util.cc',
279 'common/service_process_util.h', 275 'common/service_process_util.h',
280 'common/service_process_util_linux.cc', 276 'common/service_process_util_linux.cc',
281 'common/service_process_util_mac.mm', 277 'common/service_process_util_mac.mm',
282 'common/service_process_util_posix.cc', 278 'common/service_process_util_posix.cc',
283 'common/service_process_util_posix.h', 279 'common/service_process_util_posix.h',
284 'common/service_process_util_win.cc', 280 'common/service_process_util_win.cc',
285 ], 281 ],
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 ['include', '^common/chrome_version_info\\.cc$'], 451 ['include', '^common/chrome_version_info\\.cc$'],
456 ['include', '^common/translate'], 452 ['include', '^common/translate'],
457 ['include', '^common/zip'], 453 ['include', '^common/zip'],
458 ], 454 ],
459 }], 455 }],
460 ['disable_nacl==0', { 456 ['disable_nacl==0', {
461 'dependencies': [ 457 'dependencies': [
462 '<(DEPTH)/components/nacl.gyp:nacl_common', 458 '<(DEPTH)/components/nacl.gyp:nacl_common',
463 ], 459 ],
464 }], 460 }],
465 ['enable_ipc_fuzzer==1', {
466 'sources': [ '<@(chrome_common_ipc_fuzzer_sources)' ],
467 }],
468 ['enable_plugins==1', { 461 ['enable_plugins==1', {
469 'dependencies': [ 462 'dependencies': [
470 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 463 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
471 ], 464 ],
472 'sources': [ 465 'sources': [
473 'common/pepper_flash.cc', 466 'common/pepper_flash.cc',
474 'common/pepper_flash.h', 467 'common/pepper_flash.h',
475 'common/ppapi_utils.cc', 468 'common/ppapi_utils.cc',
476 'common/ppapi_utils.h', 469 'common/ppapi_utils.h',
477 ], 470 ],
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 ], 689 ],
697 'dependencies': [ 690 'dependencies': [
698 'installer_util', 691 'installer_util',
699 '../base/base.gyp:base', 692 '../base/base.gyp:base',
700 ], 693 ],
701 }, 694 },
702 ], 695 ],
703 }], 696 }],
704 ], 697 ],
705 } 698 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698