| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 'target_name': 'cast_base', | 80 'target_name': 'cast_base', |
| 81 'type': '<(component)', | 81 'type': '<(component)', |
| 82 'dependencies': [ | 82 'dependencies': [ |
| 83 '../base/base.gyp:base', | 83 '../base/base.gyp:base', |
| 84 ], | 84 ], |
| 85 'sources': [ | 85 'sources': [ |
| 86 'base/android/dumpstate_writer.cc', | 86 'base/android/dumpstate_writer.cc', |
| 87 'base/android/dumpstate_writer.h', | 87 'base/android/dumpstate_writer.h', |
| 88 'base/android/system_time_change_notifier_android.cc', | 88 'base/android/system_time_change_notifier_android.cc', |
| 89 'base/android/system_time_change_notifier_android.h', | 89 'base/android/system_time_change_notifier_android.h', |
| 90 'base/bind_to_task_runner.h', |
| 90 'base/cast_paths.cc', | 91 'base/cast_paths.cc', |
| 91 'base/cast_paths.h', | 92 'base/cast_paths.h', |
| 92 'base/cast_resource.h', | 93 'base/cast_resource.h', |
| 93 'base/cast_resource.cc', | 94 'base/cast_resource.cc', |
| 94 'base/chromecast_config_android.cc', | 95 'base/chromecast_config_android.cc', |
| 95 'base/chromecast_config_android.h', | 96 'base/chromecast_config_android.h', |
| 96 'base/chromecast_switches.cc', | 97 'base/chromecast_switches.cc', |
| 97 'base/chromecast_switches.h', | 98 'base/chromecast_switches.h', |
| 98 'base/device_capabilities.h', | 99 'base/device_capabilities.h', |
| 99 'base/device_capabilities_impl.cc', | 100 'base/device_capabilities_impl.cc', |
| (...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 'cast_shell_core', | 780 'cast_shell_core', |
| 780 ], | 781 ], |
| 781 'sources': [ | 782 'sources': [ |
| 782 'app/cast_main.cc', | 783 'app/cast_main.cc', |
| 783 ], | 784 ], |
| 784 }, | 785 }, |
| 785 ], # end of targets | 786 ], # end of targets |
| 786 }], | 787 }], |
| 787 ], # end of conditions | 788 ], # end of conditions |
| 788 } | 789 } |
| OLD | NEW |