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