| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 '../url/url.gyp:url_lib', | 29 '../url/url.gyp:url_lib', |
| 30 '../third_party/libxml/libxml.gyp:libxml', | 30 '../third_party/libxml/libxml.gyp:libxml', |
| 31 'common/api/api.gyp:extensions_api', | 31 'common/api/api.gyp:extensions_api', |
| 32 'extensions_strings.gyp:extensions_strings', | 32 'extensions_strings.gyp:extensions_strings', |
| 33 ], | 33 ], |
| 34 'include_dirs': [ | 34 'include_dirs': [ |
| 35 '..', | 35 '..', |
| 36 '<(INTERMEDIATE_DIR)', | 36 '<(INTERMEDIATE_DIR)', |
| 37 ], | 37 ], |
| 38 'sources': [ | 38 'sources': [ |
| 39 # Note: sources list duplicated in GN build. |
| 39 'common/api/messaging/message.h', | 40 'common/api/messaging/message.h', |
| 40 'common/api/sockets/sockets_manifest_data.cc', | 41 'common/api/sockets/sockets_manifest_data.cc', |
| 41 'common/api/sockets/sockets_manifest_data.h', | 42 'common/api/sockets/sockets_manifest_data.h', |
| 42 'common/api/sockets/sockets_manifest_handler.cc', | 43 'common/api/sockets/sockets_manifest_handler.cc', |
| 43 'common/api/sockets/sockets_manifest_handler.h', | 44 'common/api/sockets/sockets_manifest_handler.h', |
| 44 'common/api/sockets/sockets_manifest_permission.cc', | 45 'common/api/sockets/sockets_manifest_permission.cc', |
| 45 'common/api/sockets/sockets_manifest_permission.h', | 46 'common/api/sockets/sockets_manifest_permission.h', |
| 46 'common/common_manifest_handlers.cc', | 47 'common/common_manifest_handlers.cc', |
| 47 'common/common_manifest_handlers.h', | 48 'common/common_manifest_handlers.h', |
| 48 'common/constants.cc', | 49 'common/constants.cc', |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 'common/permissions/socket_permission_entry.cc', | 188 'common/permissions/socket_permission_entry.cc', |
| 188 'common/permissions/socket_permission_entry.h', | 189 'common/permissions/socket_permission_entry.h', |
| 189 'common/permissions/usb_device_permission.cc', | 190 'common/permissions/usb_device_permission.cc', |
| 190 'common/permissions/usb_device_permission.h', | 191 'common/permissions/usb_device_permission.h', |
| 191 'common/permissions/usb_device_permission_data.cc', | 192 'common/permissions/usb_device_permission_data.cc', |
| 192 'common/permissions/usb_device_permission_data.h', | 193 'common/permissions/usb_device_permission_data.h', |
| 193 'common/stack_frame.cc', | 194 'common/stack_frame.cc', |
| 194 'common/stack_frame.h', | 195 'common/stack_frame.h', |
| 195 'common/switches.cc', | 196 'common/switches.cc', |
| 196 'common/switches.h', | 197 'common/switches.h', |
| 198 'common/update_manifest.cc', |
| 199 'common/update_manifest.h', |
| 197 'common/url_pattern.cc', | 200 'common/url_pattern.cc', |
| 198 'common/url_pattern.h', | 201 'common/url_pattern.h', |
| 199 'common/url_pattern_set.cc', | 202 'common/url_pattern_set.cc', |
| 200 'common/url_pattern_set.h', | 203 'common/url_pattern_set.h', |
| 201 'common/update_manifest.cc', | |
| 202 'common/update_manifest.h', | |
| 203 'common/user_script.cc', | 204 'common/user_script.cc', |
| 204 'common/user_script.h', | 205 'common/user_script.h', |
| 205 'common/value_counter.cc', | 206 'common/value_counter.cc', |
| 206 'common/value_counter.h', | 207 'common/value_counter.h', |
| 207 'common/view_type.cc', | 208 'common/view_type.cc', |
| 208 'common/view_type.h', | 209 'common/view_type.h', |
| 209 ], | 210 ], |
| 210 # Disable c4267 warnings until we fix size_t to int truncations. | 211 # Disable c4267 warnings until we fix size_t to int truncations. |
| 211 'msvs_disabled_warnings': [ 4267, ], | 212 'msvs_disabled_warnings': [ 4267, ], |
| 212 'conditions': [ | 213 'conditions': [ |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 '../chrome/chrome_resources.gyp:chrome_resources', | 602 '../chrome/chrome_resources.gyp:chrome_resources', |
| 602 '../content/content_resources.gyp:content_resources', | 603 '../content/content_resources.gyp:content_resources', |
| 603 '../gin/gin.gyp:gin', | 604 '../gin/gin.gyp:gin', |
| 604 '../mojo/mojo_base.gyp:mojo_js_bindings', | 605 '../mojo/mojo_base.gyp:mojo_js_bindings', |
| 605 '../third_party/WebKit/public/blink.gyp:blink', | 606 '../third_party/WebKit/public/blink.gyp:blink', |
| 606 ], | 607 ], |
| 607 'include_dirs': [ | 608 'include_dirs': [ |
| 608 '..', | 609 '..', |
| 609 ], | 610 ], |
| 610 'sources': [ | 611 'sources': [ |
| 612 # Note: sources list duplicated in GN build. |
| 611 'renderer/activity_log_converter_strategy.cc', | 613 'renderer/activity_log_converter_strategy.cc', |
| 612 'renderer/activity_log_converter_strategy.h', | 614 'renderer/activity_log_converter_strategy.h', |
| 613 'renderer/api_activity_logger.cc', | 615 'renderer/api_activity_logger.cc', |
| 614 'renderer/api_activity_logger.h', | 616 'renderer/api_activity_logger.h', |
| 615 'renderer/api_definitions_natives.cc', | 617 'renderer/api_definitions_natives.cc', |
| 616 'renderer/api_definitions_natives.h', | 618 'renderer/api_definitions_natives.h', |
| 617 'renderer/app_runtime_custom_bindings.cc', | 619 'renderer/app_runtime_custom_bindings.cc', |
| 618 'renderer/app_runtime_custom_bindings.h', | 620 'renderer/app_runtime_custom_bindings.h', |
| 619 'renderer/binding_generating_native_handler.cc', | 621 'renderer/binding_generating_native_handler.cc', |
| 620 'renderer/binding_generating_native_handler.h', | 622 'renderer/binding_generating_native_handler.h', |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 970 'browser/api/cast_channel/logging.proto' | 972 'browser/api/cast_channel/logging.proto' |
| 971 ], | 973 ], |
| 972 'variables': { | 974 'variables': { |
| 973 'proto_in_dir': 'browser/api/cast_channel', | 975 'proto_in_dir': 'browser/api/cast_channel', |
| 974 'proto_out_dir': 'extensions/browser/api/cast_channel', | 976 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 975 }, | 977 }, |
| 976 'includes': [ '../build/protoc.gypi' ] | 978 'includes': [ '../build/protoc.gypi' ] |
| 977 }, | 979 }, |
| 978 ] | 980 ] |
| 979 } | 981 } |
| OLD | NEW |