| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 ], | 93 ], |
| 94 }], | 94 }], |
| 95 ] | 95 ] |
| 96 }, # end of target 'cast_crash_client' | 96 }, # end of target 'cast_crash_client' |
| 97 { | 97 { |
| 98 'target_name': 'cast_net', | 98 'target_name': 'cast_net', |
| 99 'type': '<(component)', | 99 'type': '<(component)', |
| 100 'sources': [ | 100 'sources': [ |
| 101 'net/connectivity_checker.cc', | 101 'net/connectivity_checker.cc', |
| 102 'net/connectivity_checker.h', | 102 'net/connectivity_checker.h', |
| 103 'net/network_change_notifier_factory_cast.cc', |
| 104 'net/network_change_notifier_factory_cast.h', |
| 103 'net/net_switches.cc', | 105 'net/net_switches.cc', |
| 104 'net/net_switches.h', | 106 'net/net_switches.h', |
| 107 'net/net_util_cast.cc', |
| 108 'net/net_util_cast.h', |
| 105 ], | 109 ], |
| 106 }, | 110 }, |
| 107 { | 111 { |
| 108 'target_name': 'cast_shell_resources', | 112 'target_name': 'cast_shell_resources', |
| 109 'type': 'none', | 113 'type': 'none', |
| 110 'variables': { | 114 'variables': { |
| 111 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chromecast', | 115 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chromecast', |
| 112 }, | 116 }, |
| 113 'actions': [ | 117 'actions': [ |
| 114 { | 118 { |
| (...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 630 'sources': [ | 634 'sources': [ |
| 631 'graphics/cast_egl_platform_default.cc', | 635 'graphics/cast_egl_platform_default.cc', |
| 632 'graphics/graphics_properties_default.cc', | 636 'graphics/graphics_properties_default.cc', |
| 633 'graphics/osd_plane_default.cc' | 637 'graphics/osd_plane_default.cc' |
| 634 ], | 638 ], |
| 635 } | 639 } |
| 636 ] | 640 ] |
| 637 }], | 641 }], |
| 638 ], # end of conditions | 642 ], # end of conditions |
| 639 } | 643 } |
| OLD | NEW |