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

Side by Side Diff: extensions/extensions.gyp

Issue 673773003: Fix extensions.gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stash-mojo-subdir
Patch Set: Created 6 years, 2 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 | « no previous file | 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'common/url_pattern_set.cc', 245 'common/url_pattern_set.cc',
246 'common/url_pattern_set.h', 246 'common/url_pattern_set.h',
247 'common/user_script.cc', 247 'common/user_script.cc',
248 'common/user_script.h', 248 'common/user_script.h',
249 'common/value_counter.cc', 249 'common/value_counter.cc',
250 'common/value_counter.h', 250 'common/value_counter.h',
251 'common/view_type.cc', 251 'common/view_type.cc',
252 'common/view_type.h', 252 'common/view_type.h',
253 '<(SHARED_INTERMEDIATE_DIR)/extensions/common/mojo/keep_alive.mojom.cc', 253 '<(SHARED_INTERMEDIATE_DIR)/extensions/common/mojo/keep_alive.mojom.cc',
254 '<(SHARED_INTERMEDIATE_DIR)/extensions/common/mojo/keep_alive.mojom.h', 254 '<(SHARED_INTERMEDIATE_DIR)/extensions/common/mojo/keep_alive.mojom.h',
255 '<(SHARED_INTERMEDIATE_DIR)/extensions/common/stash.mojom.cc', 255 '<(SHARED_INTERMEDIATE_DIR)/extensions/common/mojo/stash.mojom.cc',
256 '<(SHARED_INTERMEDIATE_DIR)/extensions/common/stash.mojom.h', 256 '<(SHARED_INTERMEDIATE_DIR)/extensions/common/mojo/stash.mojom.h',
257 ], 257 ],
258 # Disable c4267 warnings until we fix size_t to int truncations. 258 # Disable c4267 warnings until we fix size_t to int truncations.
259 'msvs_disabled_warnings': [ 4267, ], 259 'msvs_disabled_warnings': [ 4267, ],
260 'conditions': [ 260 'conditions': [
261 ['enable_extensions==1', { 261 ['enable_extensions==1', {
262 'dependencies': [ 262 'dependencies': [
263 'common/api/api.gyp:extensions_api', 263 'common/api/api.gyp:extensions_api',
264 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 264 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
265 # For Mojo generated headers for generated_api.cc. 265 # For Mojo generated headers for generated_api.cc.
266 '../device/serial/serial.gyp:device_serial_mojo', 266 '../device/serial/serial.gyp:device_serial_mojo',
(...skipping 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
1224 'conditions': [ 1224 'conditions': [
1225 ['OS=="win" and win_use_allocator_shim==1', { 1225 ['OS=="win" and win_use_allocator_shim==1', {
1226 'dependencies': [ 1226 'dependencies': [
1227 '../base/allocator/allocator.gyp:allocator', 1227 '../base/allocator/allocator.gyp:allocator',
1228 ], 1228 ],
1229 }], 1229 }],
1230 ], 1230 ],
1231 }, 1231 },
1232 ] 1232 ]
1233 } 1233 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698