| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../device/vibration/vibration.gyp:device_vibration', | 9 '../device/vibration/vibration.gyp:device_vibration', |
| 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 '../skia/skia.gyp:skia', | 44 '../skia/skia.gyp:skia', |
| 45 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 45 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
| 46 ], | 46 ], |
| 47 'include_dirs': [ | 47 'include_dirs': [ |
| 48 '..', | 48 '..', |
| 49 '<(INTERMEDIATE_DIR)', | 49 '<(INTERMEDIATE_DIR)', |
| 50 ], | 50 ], |
| 51 'variables': { | 51 'variables': { |
| 52 'public_browser_sources': [ | 52 'public_browser_sources': [ |
| 53 'public/browser/access_token_store.h', | 53 'public/browser/access_token_store.h', |
| 54 'public/browser/android/browser_media_player_manager.cc', |
| 55 'public/browser/android/browser_media_player_manager.h', |
| 54 'public/browser/android/compositor.h', | 56 'public/browser/android/compositor.h', |
| 55 'public/browser/android/compositor_client.h', | 57 'public/browser/android/compositor_client.h', |
| 56 'public/browser/android/content_protocol_handler.h', | 58 'public/browser/android/content_protocol_handler.h', |
| 57 'public/browser/android/content_view_core.h', | 59 'public/browser/android/content_view_core.h', |
| 58 'public/browser/android/content_view_layer_renderer.h', | 60 'public/browser/android/content_view_layer_renderer.h', |
| 59 'public/browser/android/devtools_auth.h', | 61 'public/browser/android/devtools_auth.h', |
| 60 'public/browser/android/download_controller_android.h', | 62 'public/browser/android/download_controller_android.h', |
| 61 'public/browser/android/external_video_surface_container.h', | 63 'public/browser/android/external_video_surface_container.h', |
| 62 'public/browser/android/synchronous_compositor.h', | 64 'public/browser/android/synchronous_compositor.h', |
| 63 'public/browser/android/synchronous_compositor_client.h', | 65 'public/browser/android/synchronous_compositor_client.h', |
| (...skipping 1934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1998 'browser/media/media_web_contents_observer.h', | 2000 'browser/media/media_web_contents_observer.h', |
| 1999 ], | 2001 ], |
| 2000 }], | 2002 }], |
| 2001 ['OS == "linux" and use_openssl==1', { | 2003 ['OS == "linux" and use_openssl==1', { |
| 2002 'dependencies': [ | 2004 'dependencies': [ |
| 2003 '../third_party/boringssl/boringssl.gyp:boringssl', | 2005 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 2004 ], | 2006 ], |
| 2005 }], | 2007 }], |
| 2006 ], | 2008 ], |
| 2007 } | 2009 } |
| OLD | NEW |