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

Side by Side Diff: extensions/extensions.gyp

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 6 years, 3 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 | « extensions/common/BUILD.gn ('k') | extensions/renderer/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 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
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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'common/permissions/socket_permission_entry.cc', 190 'common/permissions/socket_permission_entry.cc',
190 'common/permissions/socket_permission_entry.h', 191 'common/permissions/socket_permission_entry.h',
191 'common/permissions/usb_device_permission.cc', 192 'common/permissions/usb_device_permission.cc',
192 'common/permissions/usb_device_permission.h', 193 'common/permissions/usb_device_permission.h',
193 'common/permissions/usb_device_permission_data.cc', 194 'common/permissions/usb_device_permission_data.cc',
194 'common/permissions/usb_device_permission_data.h', 195 'common/permissions/usb_device_permission_data.h',
195 'common/stack_frame.cc', 196 'common/stack_frame.cc',
196 'common/stack_frame.h', 197 'common/stack_frame.h',
197 'common/switches.cc', 198 'common/switches.cc',
198 'common/switches.h', 199 'common/switches.h',
200 'common/update_manifest.cc',
201 'common/update_manifest.h',
199 'common/url_pattern.cc', 202 'common/url_pattern.cc',
200 'common/url_pattern.h', 203 'common/url_pattern.h',
201 'common/url_pattern_set.cc', 204 'common/url_pattern_set.cc',
202 'common/url_pattern_set.h', 205 'common/url_pattern_set.h',
203 'common/update_manifest.cc',
204 'common/update_manifest.h',
205 'common/user_script.cc', 206 'common/user_script.cc',
206 'common/user_script.h', 207 'common/user_script.h',
207 'common/value_counter.cc', 208 'common/value_counter.cc',
208 'common/value_counter.h', 209 'common/value_counter.h',
209 'common/view_type.cc', 210 'common/view_type.cc',
210 'common/view_type.h', 211 'common/view_type.h',
211 ], 212 ],
212 # Disable c4267 warnings until we fix size_t to int truncations. 213 # Disable c4267 warnings until we fix size_t to int truncations.
213 'msvs_disabled_warnings': [ 4267, ], 214 'msvs_disabled_warnings': [ 4267, ],
214 'conditions': [ 215 'conditions': [
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 '../chrome/chrome_resources.gyp:chrome_resources', 592 '../chrome/chrome_resources.gyp:chrome_resources',
592 '../content/content.gyp:content_resources', 593 '../content/content.gyp:content_resources',
593 '../gin/gin.gyp:gin', 594 '../gin/gin.gyp:gin',
594 '../mojo/mojo_base.gyp:mojo_js_bindings', 595 '../mojo/mojo_base.gyp:mojo_js_bindings',
595 '../third_party/WebKit/public/blink.gyp:blink', 596 '../third_party/WebKit/public/blink.gyp:blink',
596 ], 597 ],
597 'include_dirs': [ 598 'include_dirs': [
598 '..', 599 '..',
599 ], 600 ],
600 'sources': [ 601 'sources': [
602 # Note: sources list duplicated in GN build.
601 'renderer/activity_log_converter_strategy.cc', 603 'renderer/activity_log_converter_strategy.cc',
602 'renderer/activity_log_converter_strategy.h', 604 'renderer/activity_log_converter_strategy.h',
603 'renderer/api_activity_logger.cc', 605 'renderer/api_activity_logger.cc',
604 'renderer/api_activity_logger.h', 606 'renderer/api_activity_logger.h',
605 'renderer/api_definitions_natives.cc', 607 'renderer/api_definitions_natives.cc',
606 'renderer/api_definitions_natives.h', 608 'renderer/api_definitions_natives.h',
607 'renderer/app_runtime_custom_bindings.cc', 609 'renderer/app_runtime_custom_bindings.cc',
608 'renderer/app_runtime_custom_bindings.h', 610 'renderer/app_runtime_custom_bindings.h',
609 'renderer/binding_generating_native_handler.cc', 611 'renderer/binding_generating_native_handler.cc',
610 'renderer/binding_generating_native_handler.h', 612 'renderer/binding_generating_native_handler.h',
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 'browser/api/cast_channel/logging.proto' 963 'browser/api/cast_channel/logging.proto'
962 ], 964 ],
963 'variables': { 965 'variables': {
964 'proto_in_dir': 'browser/api/cast_channel', 966 'proto_in_dir': 'browser/api/cast_channel',
965 'proto_out_dir': 'extensions/browser/api/cast_channel', 967 'proto_out_dir': 'extensions/browser/api/cast_channel',
966 }, 968 },
967 'includes': [ '../build/protoc.gypi' ] 969 'includes': [ '../build/protoc.gypi' ]
968 }, 970 },
969 ] 971 ]
970 } 972 }
OLDNEW
« no previous file with comments | « extensions/common/BUILD.gn ('k') | extensions/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698