| 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 'conditions': [ | 6 'conditions': [ |
| 7 ['OS=="android"', { | 7 ['OS=="android"', { |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'remoting_jni_headers', | 10 'target_name': 'remoting_jni_headers', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 ], | 97 ], |
| 98 }, | 98 }, |
| 99 'dependencies': [ | 99 'dependencies': [ |
| 100 'remoting_android_resources', | 100 'remoting_android_resources', |
| 101 '../base/base.gyp:base_java', | 101 '../base/base.gyp:base_java', |
| 102 '../ui/android/ui_android.gyp:ui_java', | 102 '../ui/android/ui_android.gyp:ui_java', |
| 103 '../third_party/android_tools/android_tools.gyp:android_support_v7_a
ppcompat_javalib', | 103 '../third_party/android_tools/android_tools.gyp:android_support_v7_a
ppcompat_javalib', |
| 104 '../third_party/android_tools/android_tools.gyp:android_support_v7_m
ediarouter_javalib', | 104 '../third_party/android_tools/android_tools.gyp:android_support_v7_m
ediarouter_javalib', |
| 105 '../third_party/android_tools/android_tools.gyp:android_support_v13_
javalib', | 105 '../third_party/android_tools/android_tools.gyp:android_support_v13_
javalib', |
| 106 '../third_party/android_tools/android_tools.gyp:google_play_services
_javalib', | 106 '../third_party/android_tools/android_tools.gyp:google_play_services
_javalib', |
| 107 '../third_party/cardboard-java/cardboard.gyp:cardboard_jar', |
| 107 ], | 108 ], |
| 108 'includes': [ '../build/java.gypi' ], | 109 'includes': [ '../build/java.gypi' ], |
| 109 'conditions' : [ | 110 'conditions' : [ |
| 110 ['enable_cast==1', { | 111 ['enable_cast==1', { |
| 111 'variables': { | 112 'variables': { |
| 112 'additional_src_dirs': [ | 113 'additional_src_dirs': [ |
| 113 'android/cast', | 114 'android/cast', |
| 114 ], | 115 ], |
| 115 }, | 116 }, |
| 116 }], | 117 }], |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 ], | 162 ], |
| 162 'variables': { | 163 'variables': { |
| 163 'test_suite_name': 'remoting_unittests', | 164 'test_suite_name': 'remoting_unittests', |
| 164 }, | 165 }, |
| 165 'includes': [ '../build/apk_test.gypi' ], | 166 'includes': [ '../build/apk_test.gypi' ], |
| 166 }, | 167 }, |
| 167 ], | 168 ], |
| 168 }], # 'OS=="android" | 169 }], # 'OS=="android" |
| 169 ], # end of 'conditions' | 170 ], # end of 'conditions' |
| 170 } | 171 } |
| OLD | NEW |