| 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 'common/extensions/manifest_handlers/ui_overrides_handler.h', | 201 'common/extensions/manifest_handlers/ui_overrides_handler.h', |
| 202 'common/extensions/permissions/chrome_api_permissions.cc', | 202 'common/extensions/permissions/chrome_api_permissions.cc', |
| 203 'common/extensions/permissions/chrome_api_permissions.h', | 203 'common/extensions/permissions/chrome_api_permissions.h', |
| 204 'common/extensions/permissions/chrome_permission_message_provider.cc', | 204 'common/extensions/permissions/chrome_permission_message_provider.cc', |
| 205 'common/extensions/permissions/chrome_permission_message_provider.h', | 205 'common/extensions/permissions/chrome_permission_message_provider.h', |
| 206 'common/extensions/permissions/chrome_permission_message_rules.cc', | 206 'common/extensions/permissions/chrome_permission_message_rules.cc', |
| 207 'common/extensions/permissions/chrome_permission_message_rules.h', | 207 'common/extensions/permissions/chrome_permission_message_rules.h', |
| 208 'common/extensions/sync_helper.cc', | 208 'common/extensions/sync_helper.cc', |
| 209 'common/extensions/sync_helper.h', | 209 'common/extensions/sync_helper.h', |
| 210 ], | 210 ], |
| 211 'chrome_common_extensions_chromeos_sources': [ |
| 212 'common/extensions/api/file_system_provider/file_system_provider_handler.c
c', |
| 213 'common/extensions/api/file_system_provider/file_system_provider_handler.h
', |
| 214 ], |
| 211 'chrome_common_full_safe_browsing_sources': [ | 215 'chrome_common_full_safe_browsing_sources': [ |
| 212 'common/safe_browsing/binary_feature_extractor.cc', | 216 'common/safe_browsing/binary_feature_extractor.cc', |
| 213 'common/safe_browsing/binary_feature_extractor.h', | 217 'common/safe_browsing/binary_feature_extractor.h', |
| 214 'common/safe_browsing/binary_feature_extractor_posix.cc', | 218 'common/safe_browsing/binary_feature_extractor_posix.cc', |
| 215 'common/safe_browsing/binary_feature_extractor_win.cc', | 219 'common/safe_browsing/binary_feature_extractor_win.cc', |
| 216 'common/safe_browsing/download_protection_util.cc', | 220 'common/safe_browsing/download_protection_util.cc', |
| 217 'common/safe_browsing/download_protection_util.h', | 221 'common/safe_browsing/download_protection_util.h', |
| 218 'common/safe_browsing/ipc_protobuf_message_macros.h', | 222 'common/safe_browsing/ipc_protobuf_message_macros.h', |
| 219 'common/safe_browsing/ipc_protobuf_message_null_macros.h', | 223 'common/safe_browsing/ipc_protobuf_message_null_macros.h', |
| 220 'common/safe_browsing/pe_image_reader_win.cc', | 224 'common/safe_browsing/pe_image_reader_win.cc', |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', | 365 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', |
| 362 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 366 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
| 363 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 367 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
| 364 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', | 368 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', |
| 365 '<(DEPTH)/media/cast/cast.gyp:cast_net', | 369 '<(DEPTH)/media/cast/cast.gyp:cast_net', |
| 366 ], | 370 ], |
| 367 'export_dependent_settings': [ | 371 'export_dependent_settings': [ |
| 368 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', | 372 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', |
| 369 ], | 373 ], |
| 370 }], | 374 }], |
| 375 ['enable_extensions==1 and chromeos==1', { |
| 376 'sources': [ '<@(chrome_common_extensions_chromeos_sources)' ], |
| 377 }], |
| 371 ['OS=="win" or OS=="mac"', { | 378 ['OS=="win" or OS=="mac"', { |
| 372 'sources': [ '<@(chrome_common_win_mac_sources)' ], | 379 'sources': [ '<@(chrome_common_win_mac_sources)' ], |
| 373 }], | 380 }], |
| 374 ['(OS=="win" or OS=="mac" or chromeos==1) and use_openssl==1', { | 381 ['(OS=="win" or OS=="mac" or chromeos==1) and use_openssl==1', { |
| 375 'sources': [ '<@(chrome_common_networking_private_sources_openssl)' ], | 382 'sources': [ '<@(chrome_common_networking_private_sources_openssl)' ], |
| 376 'dependencies': [ | 383 'dependencies': [ |
| 377 '../third_party/boringssl/boringssl.gyp:boringssl', | 384 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 378 ], | 385 ], |
| 379 }], | 386 }], |
| 380 ['(OS=="win" or OS=="mac" or chromeos==1) and use_openssl!=1', { | 387 ['(OS=="win" or OS=="mac" or chromeos==1) and use_openssl!=1', { |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 'common/safe_browsing/csd.proto' | 689 'common/safe_browsing/csd.proto' |
| 683 ], | 690 ], |
| 684 'variables': { | 691 'variables': { |
| 685 'proto_in_dir': 'common/safe_browsing', | 692 'proto_in_dir': 'common/safe_browsing', |
| 686 'proto_out_dir': 'chrome/common/safe_browsing', | 693 'proto_out_dir': 'chrome/common/safe_browsing', |
| 687 }, | 694 }, |
| 688 'includes': [ '../build/protoc.gypi' ], | 695 'includes': [ '../build/protoc.gypi' ], |
| 689 }, | 696 }, |
| 690 ], | 697 ], |
| 691 } | 698 } |
| OLD | NEW |