| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'android_support_v13_target%': | 7 'android_support_v13_target%': |
| 8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java
lib', | 8 '../third_party/android_tools/android_tools.gyp:android_support_v13_java
lib', |
| 9 'cast_build_release': 'internal/build/cast_build_release', | 9 'cast_build_release': 'internal/build/cast_build_release', |
| 10 'cast_is_debug_build%': 0, | 10 'cast_is_debug_build%': 0, |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 'browser/metrics/cast_metrics_prefs.cc', | 369 'browser/metrics/cast_metrics_prefs.cc', |
| 370 'browser/metrics/cast_metrics_prefs.h', | 370 'browser/metrics/cast_metrics_prefs.h', |
| 371 'browser/metrics/cast_metrics_service_client.cc', | 371 'browser/metrics/cast_metrics_service_client.cc', |
| 372 'browser/metrics/cast_metrics_service_client.h', | 372 'browser/metrics/cast_metrics_service_client.h', |
| 373 'browser/metrics/cast_stability_metrics_provider.cc', | 373 'browser/metrics/cast_stability_metrics_provider.cc', |
| 374 'browser/metrics/cast_stability_metrics_provider.h', | 374 'browser/metrics/cast_stability_metrics_provider.h', |
| 375 'browser/pref_service_helper.cc', | 375 'browser/pref_service_helper.cc', |
| 376 'browser/pref_service_helper.h', | 376 'browser/pref_service_helper.h', |
| 377 'browser/service/cast_service.cc', | 377 'browser/service/cast_service.cc', |
| 378 'browser/service/cast_service.h', | 378 'browser/service/cast_service.h', |
| 379 'browser/service/cast_service_simple.cc', |
| 380 'browser/service/cast_service_simple.h', |
| 379 'browser/url_request_context_factory.cc', | 381 'browser/url_request_context_factory.cc', |
| 380 'browser/url_request_context_factory.h', | 382 'browser/url_request_context_factory.h', |
| 381 'common/cast_content_client.cc', | 383 'common/cast_content_client.cc', |
| 382 'common/cast_content_client.h', | 384 'common/cast_content_client.h', |
| 383 'common/cast_resource_delegate.cc', | 385 'common/cast_resource_delegate.cc', |
| 384 'common/cast_resource_delegate.h', | 386 'common/cast_resource_delegate.h', |
| 385 'common/media/cast_messages.h', | 387 'common/media/cast_messages.h', |
| 386 'common/media/cast_message_generator.cc', | 388 'common/media/cast_message_generator.cc', |
| 387 'common/media/cast_message_generator.h', | 389 'common/media/cast_message_generator.h', |
| 388 'common/platform_client_auth.h', | 390 'common/platform_client_auth.h', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 401 ['chromecast_branding!="public"', { | 403 ['chromecast_branding!="public"', { |
| 402 'dependencies': [ | 404 'dependencies': [ |
| 403 'internal/chromecast_internal.gyp:cast_shell_internal', | 405 'internal/chromecast_internal.gyp:cast_shell_internal', |
| 404 ], | 406 ], |
| 405 }, { | 407 }, { |
| 406 'sources': [ | 408 'sources': [ |
| 407 'browser/cast_content_browser_client_simple.cc', | 409 'browser/cast_content_browser_client_simple.cc', |
| 408 'browser/cast_network_delegate_simple.cc', | 410 'browser/cast_network_delegate_simple.cc', |
| 409 'browser/devtools/remote_debugging_server_simple.cc', | 411 'browser/devtools/remote_debugging_server_simple.cc', |
| 410 'browser/pref_service_helper_simple.cc', | 412 'browser/pref_service_helper_simple.cc', |
| 411 'browser/service/cast_service_android.cc', | |
| 412 'browser/service/cast_service_android.h', | |
| 413 'common/platform_client_auth_simple.cc', | 413 'common/platform_client_auth_simple.cc', |
| 414 'renderer/cast_content_renderer_client_simple.cc', | 414 'renderer/cast_content_renderer_client_simple.cc', |
| 415 ], | 415 ], |
| 416 'conditions': [ | 416 'conditions': [ |
| 417 ['OS!="android"', { | 417 ['OS!="android"', { |
| 418 'sources': [ | 418 'sources': [ |
| 419 'browser/media/cast_browser_cdm_factory_simple.cc', | 419 'browser/media/cast_browser_cdm_factory_simple.cc', |
| 420 'browser/service/cast_service_simple.cc', | |
| 421 'browser/service/cast_service_simple.h', | |
| 422 ], | 420 ], |
| 423 }], | 421 }], |
| 424 ], | 422 ], |
| 425 }], | 423 }], |
| 426 # ExternalMetrics not necessary on Android and (as of this writing) uses | 424 # ExternalMetrics not necessary on Android and (as of this writing) uses |
| 427 # non-portable filesystem operations. Also webcrypto is not used on | 425 # non-portable filesystem operations. Also webcrypto is not used on |
| 428 # Android either. | 426 # Android either. |
| 429 ['OS=="linux"', { | 427 ['OS=="linux"', { |
| 430 'sources': [ | 428 'sources': [ |
| 431 'browser/metrics/external_metrics.cc', | 429 'browser/metrics/external_metrics.cc', |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 757 'sources': [ | 755 'sources': [ |
| 758 'graphics/cast_egl_platform_default.cc', | 756 'graphics/cast_egl_platform_default.cc', |
| 759 'graphics/graphics_properties_default.cc', | 757 'graphics/graphics_properties_default.cc', |
| 760 'graphics/osd_plane_default.cc' | 758 'graphics/osd_plane_default.cc' |
| 761 ], | 759 ], |
| 762 } | 760 } |
| 763 ] | 761 ] |
| 764 }], | 762 }], |
| 765 ], # end of conditions | 763 ], # end of conditions |
| 766 } | 764 } |
| OLD | NEW |