OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser_extensions', | 8 'target_name': 'browser_extensions', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 'browser/extensions/api/image_writer_private/operation.cc', | 347 'browser/extensions/api/image_writer_private/operation.cc', |
348 'browser/extensions/api/image_writer_private/operation.h', | 348 'browser/extensions/api/image_writer_private/operation.h', |
349 'browser/extensions/api/image_writer_private/operation_chromeos.cc', | 349 'browser/extensions/api/image_writer_private/operation_chromeos.cc', |
350 'browser/extensions/api/image_writer_private/operation_nonchromeos.cc', | 350 'browser/extensions/api/image_writer_private/operation_nonchromeos.cc', |
351 'browser/extensions/api/image_writer_private/operation_manager.cc', | 351 'browser/extensions/api/image_writer_private/operation_manager.cc', |
352 'browser/extensions/api/image_writer_private/operation_manager.h', | 352 'browser/extensions/api/image_writer_private/operation_manager.h', |
353 'browser/extensions/api/image_writer_private/image_writer_utility_client
.cc', | 353 'browser/extensions/api/image_writer_private/image_writer_utility_client
.cc', |
354 'browser/extensions/api/image_writer_private/image_writer_utility_client
.h', | 354 'browser/extensions/api/image_writer_private/image_writer_utility_client
.h', |
355 'browser/extensions/api/image_writer_private/image_writer_private_api.cc
', | 355 'browser/extensions/api/image_writer_private/image_writer_private_api.cc
', |
356 'browser/extensions/api/image_writer_private/image_writer_private_api.h'
, | 356 'browser/extensions/api/image_writer_private/image_writer_private_api.h'
, |
| 357 'browser/extensions/api/image_writer_private/removable_storage_provider.
cc', |
357 'browser/extensions/api/image_writer_private/removable_storage_provider.
h', | 358 'browser/extensions/api/image_writer_private/removable_storage_provider.
h', |
358 'browser/extensions/api/image_writer_private/removable_storage_provider_
linux.cc', | 359 'browser/extensions/api/image_writer_private/removable_storage_provider_
linux.cc', |
359 'browser/extensions/api/image_writer_private/removable_storage_provider_
chromeos.cc', | 360 'browser/extensions/api/image_writer_private/removable_storage_provider_
chromeos.cc', |
360 'browser/extensions/api/image_writer_private/removable_storage_provider_
mac.cc', | 361 'browser/extensions/api/image_writer_private/removable_storage_provider_
mac.cc', |
361 'browser/extensions/api/image_writer_private/removable_storage_provider_
win.cc', | 362 'browser/extensions/api/image_writer_private/removable_storage_provider_
win.cc', |
362 'browser/extensions/api/image_writer_private/write_from_file_operation.c
c', | 363 'browser/extensions/api/image_writer_private/write_from_file_operation.c
c', |
363 'browser/extensions/api/image_writer_private/write_from_file_operation.h
', | 364 'browser/extensions/api/image_writer_private/write_from_file_operation.h
', |
364 'browser/extensions/api/image_writer_private/write_from_url_operation.cc
', | 365 'browser/extensions/api/image_writer_private/write_from_url_operation.cc
', |
365 'browser/extensions/api/image_writer_private/write_from_url_operation.h'
, | 366 'browser/extensions/api/image_writer_private/write_from_url_operation.h'
, |
366 'browser/extensions/api/input/input.cc', | 367 'browser/extensions/api/input/input.cc', |
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1210 'type': 'static_library', | 1211 'type': 'static_library', |
1211 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], | 1212 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], |
1212 'variables': { | 1213 'variables': { |
1213 'proto_in_dir': 'browser/extensions/api/cast_channel', | 1214 'proto_in_dir': 'browser/extensions/api/cast_channel', |
1214 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', | 1215 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', |
1215 }, | 1216 }, |
1216 'includes': [ '../build/protoc.gypi' ] | 1217 'includes': [ '../build/protoc.gypi' ] |
1217 }, | 1218 }, |
1218 ], # 'conditions' | 1219 ], # 'conditions' |
1219 } | 1220 } |
OLD | NEW |