| 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 'chromium_code': 1, | 9 'chromium_code': 1, |
| 10 'chromecast_branding%': 'Chromium', | 10 'chromecast_branding%': 'Chromium', |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 'common/cast_paths.h', | 167 'common/cast_paths.h', |
| 168 'common/cast_resource_delegate.cc', | 168 'common/cast_resource_delegate.cc', |
| 169 'common/cast_resource_delegate.h', | 169 'common/cast_resource_delegate.h', |
| 170 'common/chromecast_switches.cc', | 170 'common/chromecast_switches.cc', |
| 171 'common/chromecast_switches.h', | 171 'common/chromecast_switches.h', |
| 172 'common/platform_client_auth.h', | 172 'common/platform_client_auth.h', |
| 173 'common/pref_names.cc', | 173 'common/pref_names.cc', |
| 174 'common/pref_names.h', | 174 'common/pref_names.h', |
| 175 'renderer/cast_content_renderer_client.cc', | 175 'renderer/cast_content_renderer_client.cc', |
| 176 'renderer/cast_content_renderer_client.h', | 176 'renderer/cast_content_renderer_client.h', |
| 177 'renderer/cast_media_load_deferrer.cc', |
| 178 'renderer/cast_media_load_deferrer.h', |
| 177 'renderer/key_systems_cast.cc', | 179 'renderer/key_systems_cast.cc', |
| 178 'renderer/key_systems_cast.h', | 180 'renderer/key_systems_cast.h', |
| 179 ], | 181 ], |
| 180 'conditions': [ | 182 'conditions': [ |
| 181 ['chromecast_branding=="Chrome"', { | 183 ['chromecast_branding=="Chrome"', { |
| 182 'dependencies': [ | 184 'dependencies': [ |
| 183 '<(cast_internal_gyp):cast_shell_internal', | 185 '<(cast_internal_gyp):cast_shell_internal', |
| 184 ], | 186 ], |
| 185 }, { | 187 }, { |
| 186 'sources': [ | 188 'sources': [ |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 'cast_shell_core', | 476 'cast_shell_core', |
| 475 ], | 477 ], |
| 476 'sources': [ | 478 'sources': [ |
| 477 'app/cast_main.cc', | 479 'app/cast_main.cc', |
| 478 ], | 480 ], |
| 479 }, | 481 }, |
| 480 ], # end of targets | 482 ], # end of targets |
| 481 }], | 483 }], |
| 482 ], # end of conditions | 484 ], # end of conditions |
| 483 } | 485 } |
| OLD | NEW |