| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'shell/app/cast_main_delegate.cc', | 214 'shell/app/cast_main_delegate.cc', |
| 215 'shell/app/cast_main_delegate.h', | 215 'shell/app/cast_main_delegate.h', |
| 216 'shell/browser/cast_browser_context.cc', | 216 'shell/browser/cast_browser_context.cc', |
| 217 'shell/browser/cast_browser_context.h', | 217 'shell/browser/cast_browser_context.h', |
| 218 'shell/browser/cast_browser_main_parts.cc', | 218 'shell/browser/cast_browser_main_parts.cc', |
| 219 'shell/browser/cast_browser_main_parts.h', | 219 'shell/browser/cast_browser_main_parts.h', |
| 220 'shell/browser/cast_browser_process.cc', | 220 'shell/browser/cast_browser_process.cc', |
| 221 'shell/browser/cast_browser_process.h', | 221 'shell/browser/cast_browser_process.h', |
| 222 'shell/browser/cast_content_browser_client.cc', | 222 'shell/browser/cast_content_browser_client.cc', |
| 223 'shell/browser/cast_content_browser_client.h', | 223 'shell/browser/cast_content_browser_client.h', |
| 224 'shell/browser/cast_download_manager_delegate.cc', |
| 225 'shell/browser/cast_download_manager_delegate.h', |
| 224 'shell/browser/cast_http_user_agent_settings.cc', | 226 'shell/browser/cast_http_user_agent_settings.cc', |
| 225 'shell/browser/cast_http_user_agent_settings.h', | 227 'shell/browser/cast_http_user_agent_settings.h', |
| 226 'shell/browser/devtools/cast_dev_tools_delegate.cc', | 228 'shell/browser/devtools/cast_dev_tools_delegate.cc', |
| 227 'shell/browser/devtools/cast_dev_tools_delegate.h', | 229 'shell/browser/devtools/cast_dev_tools_delegate.h', |
| 228 'shell/browser/devtools/remote_debugging_server.cc', | 230 'shell/browser/devtools/remote_debugging_server.cc', |
| 229 'shell/browser/devtools/remote_debugging_server.h', | 231 'shell/browser/devtools/remote_debugging_server.h', |
| 230 'shell/browser/geolocation/cast_access_token_store.cc', | 232 'shell/browser/geolocation/cast_access_token_store.cc', |
| 231 'shell/browser/geolocation/cast_access_token_store.h', | 233 'shell/browser/geolocation/cast_access_token_store.h', |
| 232 'shell/browser/url_request_context_factory.cc', | 234 'shell/browser/url_request_context_factory.cc', |
| 233 'shell/browser/url_request_context_factory.h', | 235 'shell/browser/url_request_context_factory.h', |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 'sources': [ | 466 'sources': [ |
| 465 'shell/browser/test/chromecast_browser_test.cc', | 467 'shell/browser/test/chromecast_browser_test.cc', |
| 466 'shell/browser/test/chromecast_browser_test.h', | 468 'shell/browser/test/chromecast_browser_test.h', |
| 467 'shell/browser/test/chromecast_browser_test_runner.cc', | 469 'shell/browser/test/chromecast_browser_test_runner.cc', |
| 468 ], | 470 ], |
| 469 }, | 471 }, |
| 470 ], # end of targets | 472 ], # end of targets |
| 471 }], | 473 }], |
| 472 ], # end of conditions | 474 ], # end of conditions |
| 473 } | 475 } |
| OLD | NEW |