| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'chromecast_branding%': 'Chromium', | 8 'chromecast_branding%': 'Chromium', |
| 9 }, | 9 }, |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 'net/network_change_notifier_cast.h', | 172 'net/network_change_notifier_cast.h', |
| 173 'net/network_change_notifier_factory_cast.cc', | 173 'net/network_change_notifier_factory_cast.cc', |
| 174 'net/network_change_notifier_factory_cast.h', | 174 'net/network_change_notifier_factory_cast.h', |
| 175 'shell/app/cast_main.cc', | 175 'shell/app/cast_main.cc', |
| 176 'shell/app/cast_main_delegate.cc', | 176 'shell/app/cast_main_delegate.cc', |
| 177 'shell/app/cast_main_delegate.h', | 177 'shell/app/cast_main_delegate.h', |
| 178 'shell/browser/cast_browser_context.cc', | 178 'shell/browser/cast_browser_context.cc', |
| 179 'shell/browser/cast_browser_context.h', | 179 'shell/browser/cast_browser_context.h', |
| 180 'shell/browser/cast_browser_main_parts.cc', | 180 'shell/browser/cast_browser_main_parts.cc', |
| 181 'shell/browser/cast_browser_main_parts.h', | 181 'shell/browser/cast_browser_main_parts.h', |
| 182 'shell/browser/cast_browser_process.cc', |
| 183 'shell/browser/cast_browser_process.h', |
| 182 'shell/browser/cast_content_browser_client.cc', | 184 'shell/browser/cast_content_browser_client.cc', |
| 183 'shell/browser/cast_content_browser_client.h', | 185 'shell/browser/cast_content_browser_client.h', |
| 184 'shell/browser/cast_http_user_agent_settings.cc', | 186 'shell/browser/cast_http_user_agent_settings.cc', |
| 185 'shell/browser/cast_http_user_agent_settings.h', | 187 'shell/browser/cast_http_user_agent_settings.h', |
| 186 'shell/browser/devtools/cast_dev_tools_delegate.cc', | 188 'shell/browser/devtools/cast_dev_tools_delegate.cc', |
| 187 'shell/browser/devtools/cast_dev_tools_delegate.h', | 189 'shell/browser/devtools/cast_dev_tools_delegate.h', |
| 188 'shell/browser/devtools/remote_debugging_server.cc', | 190 'shell/browser/devtools/remote_debugging_server.cc', |
| 189 'shell/browser/devtools/remote_debugging_server.h', | 191 'shell/browser/devtools/remote_debugging_server.h', |
| 190 'shell/browser/geolocation/cast_access_token_store.cc', | 192 'shell/browser/geolocation/cast_access_token_store.cc', |
| 191 'shell/browser/geolocation/cast_access_token_store.h', | 193 'shell/browser/geolocation/cast_access_token_store.h', |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 '<@(_outputs)', | 243 '<@(_outputs)', |
| 242 ], | 244 ], |
| 243 'includes': [ | 245 'includes': [ |
| 244 '../build/util/version.gypi', | 246 '../build/util/version.gypi', |
| 245 ], | 247 ], |
| 246 }, | 248 }, |
| 247 ], | 249 ], |
| 248 }, | 250 }, |
| 249 ], # end of targets | 251 ], # end of targets |
| 250 } | 252 } |
| OLD | NEW |