| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 'sources': [ | 226 'sources': [ |
| 227 'net/network_change_notifier_factory_cast.cc', | 227 'net/network_change_notifier_factory_cast.cc', |
| 228 'net/network_change_notifier_factory_cast.h', | 228 'net/network_change_notifier_factory_cast.h', |
| 229 ], | 229 ], |
| 230 }], | 230 }], |
| 231 ], | 231 ], |
| 232 }, | 232 }, |
| 233 { | 233 { |
| 234 'target_name': 'cast_shell_resources', | 234 'target_name': 'cast_shell_resources', |
| 235 'type': 'none', | 235 'type': 'none', |
| 236 'hard_dependency': 1, |
| 236 'variables': { | 237 'variables': { |
| 237 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chromecast', | 238 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chromecast', |
| 238 }, | 239 }, |
| 239 'actions': [ | 240 'actions': [ |
| 240 { | 241 { |
| 241 'action_name': 'cast_shell_resources', | 242 'action_name': 'cast_shell_resources', |
| 242 'variables': { | 243 'variables': { |
| 243 'grit_grd_file': 'app/resources/shell_resources.grd', | 244 'grit_grd_file': 'app/resources/shell_resources.grd', |
| 244 'grit_resource_ids': 'app/resources/resource_ids', | 245 'grit_resource_ids': 'app/resources/resource_ids', |
| 245 }, | 246 }, |
| (...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 782 'cast_shell_core', | 783 'cast_shell_core', |
| 783 ], | 784 ], |
| 784 'sources': [ | 785 'sources': [ |
| 785 'app/cast_main.cc', | 786 'app/cast_main.cc', |
| 786 ], | 787 ], |
| 787 }, | 788 }, |
| 788 ], # end of targets | 789 ], # end of targets |
| 789 }], | 790 }], |
| 790 ], # end of conditions | 791 ], # end of conditions |
| 791 } | 792 } |
| OLD | NEW |