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 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 ] | 70 ] |
71 }, # end of target 'cast_crash_client' | 71 }, # end of target 'cast_crash_client' |
72 { | 72 { |
73 'target_name': 'cast_net', | 73 'target_name': 'cast_net', |
74 'type': '<(component)', | 74 'type': '<(component)', |
75 'sources': [ | 75 'sources': [ |
76 'net/connectivity_checker.cc', | 76 'net/connectivity_checker.cc', |
77 'net/connectivity_checker.h', | 77 'net/connectivity_checker.h', |
78 'net/net_switches.cc', | 78 'net/net_switches.cc', |
79 'net/net_switches.h', | 79 'net/net_switches.h', |
80 'net/network_change_notifier_cast.cc', | |
81 'net/network_change_notifier_cast.h', | |
82 'net/network_change_notifier_factory_cast.cc', | |
83 'net/network_change_notifier_factory_cast.h', | |
84 ], | 80 ], |
85 }, | 81 }, |
86 { | 82 { |
87 'target_name': 'cast_shell_resources', | 83 'target_name': 'cast_shell_resources', |
88 'type': 'none', | 84 'type': 'none', |
89 'variables': { | 85 'variables': { |
90 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chromecast', | 86 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chromecast', |
91 }, | 87 }, |
92 'actions': [ | 88 'actions': [ |
93 { | 89 { |
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 # TODO(dougsteed): remove when Chromecast moves to boringssl. | 544 # TODO(dougsteed): remove when Chromecast moves to boringssl. |
549 # Allow the cast shell to find the NSS module in the same directory. | 545 # Allow the cast shell to find the NSS module in the same directory. |
550 'ldflags': [ | 546 'ldflags': [ |
551 '-Wl,-rpath=\$$ORIGIN' | 547 '-Wl,-rpath=\$$ORIGIN' |
552 ], | 548 ], |
553 }, | 549 }, |
554 ], # end of targets | 550 ], # end of targets |
555 }], | 551 }], |
556 ], # end of conditions | 552 ], # end of conditions |
557 } | 553 } |
OLD | NEW |