| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 'browser/api/api_resource.h', | 246 'browser/api/api_resource.h', |
| 247 'browser/api/api_resource_manager.h', | 247 'browser/api/api_resource_manager.h', |
| 248 'browser/api/async_api_function.cc', | 248 'browser/api/async_api_function.cc', |
| 249 'browser/api/async_api_function.h', | 249 'browser/api/async_api_function.h', |
| 250 'browser/api/dns/dns_api.cc', | 250 'browser/api/dns/dns_api.cc', |
| 251 'browser/api/dns/dns_api.h', | 251 'browser/api/dns/dns_api.h', |
| 252 'browser/api/dns/host_resolver_wrapper.cc', | 252 'browser/api/dns/host_resolver_wrapper.cc', |
| 253 'browser/api/dns/host_resolver_wrapper.h', | 253 'browser/api/dns/host_resolver_wrapper.h', |
| 254 'browser/api/extensions_api_client.cc', | 254 'browser/api/extensions_api_client.cc', |
| 255 'browser/api/extensions_api_client.h', | 255 'browser/api/extensions_api_client.h', |
| 256 'browser/api/runtime/runtime_api.cc', |
| 257 'browser/api/runtime/runtime_api.h', |
| 258 'browser/api/runtime/runtime_api_delegate.cc', |
| 259 'browser/api/runtime/runtime_api_delegate.h', |
| 256 'browser/api/socket/socket.cc', | 260 'browser/api/socket/socket.cc', |
| 257 'browser/api/socket/socket.h', | 261 'browser/api/socket/socket.h', |
| 258 'browser/api/socket/socket_api.cc', | 262 'browser/api/socket/socket_api.cc', |
| 259 'browser/api/socket/socket_api.h', | 263 'browser/api/socket/socket_api.h', |
| 260 'browser/api/socket/tcp_socket.cc', | 264 'browser/api/socket/tcp_socket.cc', |
| 261 'browser/api/socket/tcp_socket.h', | 265 'browser/api/socket/tcp_socket.h', |
| 262 'browser/api/socket/udp_socket.cc', | 266 'browser/api/socket/udp_socket.cc', |
| 263 'browser/api/socket/udp_socket.h', | 267 'browser/api/socket/udp_socket.h', |
| 264 'browser/api/sockets_tcp/sockets_tcp_api.cc', | 268 'browser/api/sockets_tcp/sockets_tcp_api.cc', |
| 265 'browser/api/sockets_tcp/sockets_tcp_api.h', | 269 'browser/api/sockets_tcp/sockets_tcp_api.h', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 ], | 402 ], |
| 399 'conditions': [ | 403 'conditions': [ |
| 400 ['enable_extensions==0', { | 404 ['enable_extensions==0', { |
| 401 # Exclude all API implementations and the ExtensionsApiClient | 405 # Exclude all API implementations and the ExtensionsApiClient |
| 402 # interface. Moving an API from src/chrome to src/extensions implies | 406 # interface. Moving an API from src/chrome to src/extensions implies |
| 403 # it can be cleanly disabled with enable_extensions==0. | 407 # it can be cleanly disabled with enable_extensions==0. |
| 404 # TODO: Eventually the entire extensions module should not be built | 408 # TODO: Eventually the entire extensions module should not be built |
| 405 # when enable_extensions==0. | 409 # when enable_extensions==0. |
| 406 'sources/': [ | 410 'sources/': [ |
| 407 ['exclude', '^browser/api/'], | 411 ['exclude', '^browser/api/'], |
| 412 ['include', '^browser/api/runtime/runtime_api.cc'], |
| 408 ], | 413 ], |
| 409 'sources!': [ | 414 'sources!': [ |
| 410 'browser/browser_context_keyed_service_factories.cc', | 415 'browser/browser_context_keyed_service_factories.cc', |
| 411 'browser/browser_context_keyed_service_factories.h', | 416 'browser/browser_context_keyed_service_factories.h', |
| 412 ], | 417 ], |
| 413 'dependencies!': [ | 418 'dependencies!': [ |
| 414 '../components/components.gyp:usb_service', | 419 '../components/components.gyp:usb_service', |
| 415 ], | 420 ], |
| 416 }], | 421 }], |
| 417 ], | 422 ], |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 'target_name': 'extensions_test_support', | 550 'target_name': 'extensions_test_support', |
| 546 'type': 'static_library', | 551 'type': 'static_library', |
| 547 'dependencies': [ | 552 'dependencies': [ |
| 548 '../base/base.gyp:base', | 553 '../base/base.gyp:base', |
| 549 '../testing/gtest.gyp:gtest', | 554 '../testing/gtest.gyp:gtest', |
| 550 'extensions_browser', | 555 'extensions_browser', |
| 551 'extensions_common', | 556 'extensions_common', |
| 552 ], | 557 ], |
| 553 'include_dirs': [ | 558 'include_dirs': [ |
| 554 '..', | 559 '..', |
| 560 '<(SHARED_INTERMEDIATE_DIR)', |
| 555 ], | 561 ], |
| 556 'sources': [ | 562 'sources': [ |
| 557 'browser/test_extensions_browser_client.cc', | 563 'browser/test_extensions_browser_client.cc', |
| 558 'browser/test_extensions_browser_client.h', | 564 'browser/test_extensions_browser_client.h', |
| 559 'browser/test_management_policy.cc', | 565 'browser/test_management_policy.cc', |
| 560 'browser/test_management_policy.h', | 566 'browser/test_management_policy.h', |
| 567 'browser/test_runtime_api_delegate.cc', |
| 568 'browser/test_runtime_api_delegate.h', |
| 561 'common/extension_builder.cc', | 569 'common/extension_builder.cc', |
| 562 'common/extension_builder.h', | 570 'common/extension_builder.h', |
| 563 'common/test_util.cc', | 571 'common/test_util.cc', |
| 564 'common/test_util.h', | 572 'common/test_util.h', |
| 565 'common/value_builder.cc', | 573 'common/value_builder.cc', |
| 566 'common/value_builder.h', | 574 'common/value_builder.h', |
| 567 'renderer/test_extensions_renderer_client.cc', | 575 'renderer/test_extensions_renderer_client.cc', |
| 568 'renderer/test_extensions_renderer_client.h', | 576 'renderer/test_extensions_renderer_client.h', |
| 569 ], | 577 ], |
| 570 # Disable c4267 warnings until we fix size_t to int truncations. | 578 # Disable c4267 warnings until we fix size_t to int truncations. |
| (...skipping 30 matching lines...) Expand all Loading... |
| 601 'test/test_extensions_client.cc', | 609 'test/test_extensions_client.cc', |
| 602 'test/test_extensions_client.h', | 610 'test/test_extensions_client.h', |
| 603 'test/test_permission_message_provider.cc', | 611 'test/test_permission_message_provider.cc', |
| 604 'test/test_permission_message_provider.h', | 612 'test/test_permission_message_provider.h', |
| 605 'test/test_permissions_provider.cc', | 613 'test/test_permissions_provider.cc', |
| 606 'test/test_permissions_provider.h', | 614 'test/test_permissions_provider.h', |
| 607 ], | 615 ], |
| 608 }, | 616 }, |
| 609 ] | 617 ] |
| 610 } | 618 } |
| OLD | NEW |