| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |