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

Side by Side Diff: extensions/extensions.gyp

Issue 588433002: Revert "Make protobuf enums canonical for ReadState/WriteState/ConnectState." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 'common/api/api.gyp:cast_channel_proto', 287 '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 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
1014 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 1014 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
1015 '../device/serial/serial.gyp:device_serial', 1015 '../device/serial/serial.gyp:device_serial',
1016 '../device/serial/serial.gyp:device_serial_test_util', 1016 '../device/serial/serial.gyp:device_serial_test_util',
1017 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1017 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1018 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 1018 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
1019 '../mojo/mojo_base.gyp:mojo_js_bindings_lib', 1019 '../mojo/mojo_base.gyp:mojo_js_bindings_lib',
1020 '../mojo/mojo_base.gyp:mojo_system_impl', 1020 '../mojo/mojo_base.gyp:mojo_system_impl',
1021 '../testing/gmock.gyp:gmock', 1021 '../testing/gmock.gyp:gmock',
1022 '../testing/gtest.gyp:gtest', 1022 '../testing/gtest.gyp:gtest',
1023 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1023 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1024 'common/api/api.gyp:cast_channel_proto', 1024 'cast_channel_proto',
1025 'extensions_common', 1025 'extensions_common',
1026 'extensions_renderer', 1026 'extensions_renderer',
1027 'extensions_resources.gyp:extensions_resources', 1027 'extensions_resources.gyp:extensions_resources',
1028 'extensions_shell_and_test_pak', 1028 'extensions_shell_and_test_pak',
1029 'extensions_strings.gyp:extensions_strings', 1029 'extensions_strings.gyp:extensions_strings',
1030 'extensions_test_support', 1030 'extensions_test_support',
1031 ], 1031 ],
1032 # Needed for third_party libraries like leveldb. 1032 # Needed for third_party libraries like leveldb.
1033 'include_dirs': [ 1033 'include_dirs': [
1034 '..', 1034 '..',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 # Disable c4267 warnings until we fix size_t to int truncations. 1124 # Disable c4267 warnings until we fix size_t to int truncations.
1125 'msvs_disabled_warnings': [ 4267, ], 1125 'msvs_disabled_warnings': [ 4267, ],
1126 'conditions': [ 1126 'conditions': [
1127 ['OS=="win" and win_use_allocator_shim==1', { 1127 ['OS=="win" and win_use_allocator_shim==1', {
1128 'dependencies': [ 1128 'dependencies': [
1129 '../base/allocator/allocator.gyp:allocator', 1129 '../base/allocator/allocator.gyp:allocator',
1130 ], 1130 ],
1131 }], 1131 }],
1132 ], 1132 ],
1133 }, 1133 },
1134 {
1135 # Protobuf compiler / generator for chrome.cast.channel-related protocol b uffers.
1136 # GN version: //extensions/browser/api/cast_channel:cast_channel_proto
1137 'target_name': 'cast_channel_proto',
1138 'type': 'static_library',
1139 'sources': [
1140 'browser/api/cast_channel/cast_channel.proto',
1141 'browser/api/cast_channel/logging.proto'
1142 ],
1143 'variables': {
1144 'proto_in_dir': 'browser/api/cast_channel',
1145 'proto_out_dir': 'extensions/browser/api/cast_channel',
1146 },
1147 'includes': [ '../build/protoc.gypi' ]
1148 },
1134 ] 1149 ]
1135 } 1150 }
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