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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |