Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Side by Side Diff: content/content_browser.gypi

Issue 132233042: Enable the embedded L1/EME support in WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 22 matching lines...) Expand all
33 'port/browser/render_widget_host_view_port.h', 33 'port/browser/render_widget_host_view_port.h',
34 'port/browser/vibration_provider.h', 34 'port/browser/vibration_provider.h',
35 'port/browser/web_contents_view_port.h', 35 'port/browser/web_contents_view_port.h',
36 'public/browser/access_token_store.h', 36 'public/browser/access_token_store.h',
37 'public/browser/android/compositor.h', 37 'public/browser/android/compositor.h',
38 'public/browser/android/compositor_client.h', 38 'public/browser/android/compositor_client.h',
39 'public/browser/android/content_view_core.h', 39 'public/browser/android/content_view_core.h',
40 'public/browser/android/content_view_layer_renderer.h', 40 'public/browser/android/content_view_layer_renderer.h',
41 'public/browser/android/devtools_auth.h', 41 'public/browser/android/devtools_auth.h',
42 'public/browser/android/download_controller_android.h', 42 'public/browser/android/download_controller_android.h',
43 'public/browser/android/external_video_surface_container.h',
43 'public/browser/android/synchronous_compositor_client.h', 44 'public/browser/android/synchronous_compositor_client.h',
44 'public/browser/android/synchronous_compositor.cc', 45 'public/browser/android/synchronous_compositor.cc',
45 'public/browser/android/synchronous_compositor.h', 46 'public/browser/android/synchronous_compositor.h',
46 'public/browser/browser_accessibility_state.h', 47 'public/browser/browser_accessibility_state.h',
47 'public/browser/browser_child_process_host.h', 48 'public/browser/browser_child_process_host.h',
48 'public/browser/browser_child_process_host_delegate.cc', 49 'public/browser/browser_child_process_host_delegate.cc',
49 'public/browser/browser_child_process_host_delegate.h', 50 'public/browser/browser_child_process_host_delegate.h',
50 'public/browser/browser_child_process_host_iterator.cc', 51 'public/browser/browser_child_process_host_iterator.cc',
51 'public/browser/browser_child_process_host_iterator.h', 52 'public/browser/browser_child_process_host_iterator.h',
52 'public/browser/browser_child_process_observer.cc', 53 'public/browser/browser_child_process_observer.cc',
(...skipping 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after
1655 '../build/linux/system.gyp:dbus', 1656 '../build/linux/system.gyp:dbus',
1656 '../dbus/dbus.gyp:dbus', 1657 '../dbus/dbus.gyp:dbus',
1657 ], 1658 ],
1658 }, { # OS != "linux" or use_dbus==0 1659 }, { # OS != "linux" or use_dbus==0
1659 'sources!': [ 1660 'sources!': [
1660 'browser/geolocation/wifi_data_provider_linux.cc', 1661 'browser/geolocation/wifi_data_provider_linux.cc',
1661 ], 1662 ],
1662 }], 1663 }],
1663 ], 1664 ],
1664 } 1665 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698