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

Side by Side Diff: extensions/extensions.gyp

Issue 576483003: Make proto enums canonical for ReadState/WriteState/ConnectState. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update all path references to generated protobufs. 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/api/cast_channel/logging.proto ('k') | no next file » | 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 '../components/components.gyp:pref_registry', 277 '../components/components.gyp:pref_registry',
278 '../components/components.gyp:sessions', 278 '../components/components.gyp:sessions',
279 '../components/components.gyp:storage_monitor', 279 '../components/components.gyp:storage_monitor',
280 '../components/components.gyp:web_modal', 280 '../components/components.gyp:web_modal',
281 '../content/content.gyp:content_browser', 281 '../content/content.gyp:content_browser',
282 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 282 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
283 '../device/serial/serial.gyp:device_serial', 283 '../device/serial/serial.gyp:device_serial',
284 '../skia/skia.gyp:skia', 284 '../skia/skia.gyp:skia',
285 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 285 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
286 'browser/api/api_registration.gyp:extensions_api_registration', 286 'browser/api/api_registration.gyp:extensions_api_registration',
287 'cast_channel_proto', 287 'common/api/api.gyp:cast_channel_proto',
288 'common/api/api.gyp:extensions_api', 288 'common/api/api.gyp:extensions_api',
289 'extensions_common', 289 'extensions_common',
290 'extensions_strings.gyp:extensions_strings', 290 'extensions_strings.gyp:extensions_strings',
291 ], 291 ],
292 'include_dirs': [ 292 'include_dirs': [
293 '..', 293 '..',
294 '<(INTERMEDIATE_DIR)', 294 '<(INTERMEDIATE_DIR)',
295 # Needed to access generated API headers. 295 # Needed to access generated API headers.
296 '<(SHARED_INTERMEDIATE_DIR)', 296 '<(SHARED_INTERMEDIATE_DIR)',
297 # Needed for grit. 297 # Needed for grit.
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1021 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1022 '../device/serial/serial.gyp:device_serial', 1022 '../device/serial/serial.gyp:device_serial',
1023 '../device/serial/serial.gyp:device_serial_test_util', 1023 '../device/serial/serial.gyp:device_serial_test_util',
1024 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1024 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1025 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 1025 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
1026 '../mojo/mojo_base.gyp:mojo_js_bindings_lib', 1026 '../mojo/mojo_base.gyp:mojo_js_bindings_lib',
1027 '../mojo/mojo_base.gyp:mojo_system_impl', 1027 '../mojo/mojo_base.gyp:mojo_system_impl',
1028 '../testing/gmock.gyp:gmock', 1028 '../testing/gmock.gyp:gmock',
1029 '../testing/gtest.gyp:gtest', 1029 '../testing/gtest.gyp:gtest',
1030 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1030 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1031 'cast_channel_proto', 1031 'common/api/api.gyp:cast_channel_proto',
1032 'extensions_common', 1032 'extensions_common',
1033 'extensions_renderer', 1033 'extensions_renderer',
1034 'extensions_resources.gyp:extensions_resources', 1034 'extensions_resources.gyp:extensions_resources',
1035 'extensions_shell_and_test_pak', 1035 'extensions_shell_and_test_pak',
1036 'extensions_strings.gyp:extensions_strings', 1036 'extensions_strings.gyp:extensions_strings',
1037 'extensions_test_support', 1037 'extensions_test_support',
1038 ], 1038 ],
1039 # Needed for third_party libraries like leveldb. 1039 # Needed for third_party libraries like leveldb.
1040 'include_dirs': [ 1040 'include_dirs': [
1041 '..', 1041 '..',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 # Disable c4267 warnings until we fix size_t to int truncations. 1127 # Disable c4267 warnings until we fix size_t to int truncations.
1128 'msvs_disabled_warnings': [ 4267, ], 1128 'msvs_disabled_warnings': [ 4267, ],
1129 'conditions': [ 1129 'conditions': [
1130 ['OS=="win" and win_use_allocator_shim==1', { 1130 ['OS=="win" and win_use_allocator_shim==1', {
1131 'dependencies': [ 1131 'dependencies': [
1132 '../base/allocator/allocator.gyp:allocator', 1132 '../base/allocator/allocator.gyp:allocator',
1133 ], 1133 ],
1134 }], 1134 }],
1135 ], 1135 ],
1136 }, 1136 },
1137 {
1138 # Protobuf compiler / generator for chrome.cast.channel-related protocol b uffers.
1139 # GN version: //extensions/browser/api/cast_channel:cast_channel_proto
1140 'target_name': 'cast_channel_proto',
1141 'type': 'static_library',
1142 'sources': [
1143 'browser/api/cast_channel/cast_channel.proto',
1144 'browser/api/cast_channel/logging.proto'
1145 ],
1146 'variables': {
1147 'proto_in_dir': 'browser/api/cast_channel',
1148 'proto_out_dir': 'extensions/browser/api/cast_channel',
1149 },
1150 'includes': [ '../build/protoc.gypi' ]
1151 },
1152 ] 1137 ]
1153 } 1138 }
OLDNEW
« no previous file with comments | « extensions/common/api/cast_channel/logging.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698