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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 'browser/extensions/api/image_writer_private/operation.cc', | 354 'browser/extensions/api/image_writer_private/operation.cc', |
355 'browser/extensions/api/image_writer_private/operation.h', | 355 'browser/extensions/api/image_writer_private/operation.h', |
356 'browser/extensions/api/image_writer_private/operation_chromeos.cc', | 356 'browser/extensions/api/image_writer_private/operation_chromeos.cc', |
357 'browser/extensions/api/image_writer_private/operation_nonchromeos.cc', | 357 'browser/extensions/api/image_writer_private/operation_nonchromeos.cc', |
358 'browser/extensions/api/image_writer_private/operation_manager.cc', | 358 'browser/extensions/api/image_writer_private/operation_manager.cc', |
359 'browser/extensions/api/image_writer_private/operation_manager.h', | 359 'browser/extensions/api/image_writer_private/operation_manager.h', |
360 'browser/extensions/api/image_writer_private/image_writer_utility_client
.cc', | 360 'browser/extensions/api/image_writer_private/image_writer_utility_client
.cc', |
361 'browser/extensions/api/image_writer_private/image_writer_utility_client
.h', | 361 'browser/extensions/api/image_writer_private/image_writer_utility_client
.h', |
362 'browser/extensions/api/image_writer_private/image_writer_private_api.cc
', | 362 'browser/extensions/api/image_writer_private/image_writer_private_api.cc
', |
363 'browser/extensions/api/image_writer_private/image_writer_private_api.h'
, | 363 'browser/extensions/api/image_writer_private/image_writer_private_api.h'
, |
| 364 'browser/extensions/api/image_writer_private/removable_storage_provider.
cc', |
364 'browser/extensions/api/image_writer_private/removable_storage_provider.
h', | 365 'browser/extensions/api/image_writer_private/removable_storage_provider.
h', |
365 'browser/extensions/api/image_writer_private/removable_storage_provider_
linux.cc', | 366 'browser/extensions/api/image_writer_private/removable_storage_provider_
linux.cc', |
366 'browser/extensions/api/image_writer_private/removable_storage_provider_
chromeos.cc', | 367 'browser/extensions/api/image_writer_private/removable_storage_provider_
chromeos.cc', |
367 'browser/extensions/api/image_writer_private/removable_storage_provider_
mac.cc', | 368 'browser/extensions/api/image_writer_private/removable_storage_provider_
mac.cc', |
368 'browser/extensions/api/image_writer_private/removable_storage_provider_
win.cc', | 369 'browser/extensions/api/image_writer_private/removable_storage_provider_
win.cc', |
369 'browser/extensions/api/image_writer_private/write_from_file_operation.c
c', | 370 'browser/extensions/api/image_writer_private/write_from_file_operation.c
c', |
370 'browser/extensions/api/image_writer_private/write_from_file_operation.h
', | 371 'browser/extensions/api/image_writer_private/write_from_file_operation.h
', |
371 'browser/extensions/api/image_writer_private/write_from_url_operation.cc
', | 372 'browser/extensions/api/image_writer_private/write_from_url_operation.cc
', |
372 'browser/extensions/api/image_writer_private/write_from_url_operation.h'
, | 373 'browser/extensions/api/image_writer_private/write_from_url_operation.h'
, |
373 'browser/extensions/api/input/input.cc', | 374 'browser/extensions/api/input/input.cc', |
(...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1225 'type': 'static_library', | 1226 'type': 'static_library', |
1226 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], | 1227 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], |
1227 'variables': { | 1228 'variables': { |
1228 'proto_in_dir': 'browser/extensions/api/cast_channel', | 1229 'proto_in_dir': 'browser/extensions/api/cast_channel', |
1229 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', | 1230 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', |
1230 }, | 1231 }, |
1231 'includes': [ '../build/protoc.gypi' ] | 1232 'includes': [ '../build/protoc.gypi' ] |
1232 }, | 1233 }, |
1233 ], # 'conditions' | 1234 ], # 'conditions' |
1234 } | 1235 } |
OLD | NEW |