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

Side by Side Diff: content/content_renderer.gypi

Issue 665343002: Move KeySystemInfo to media. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 6 years, 2 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
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/eme_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../cc/cc.gyp:cc', 10 '../cc/cc.gyp:cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'variables': { 42 'variables': {
43 'public_renderer_sources': [ 43 'public_renderer_sources': [
44 'public/renderer/android_content_detection_prefixes.cc', 44 'public/renderer/android_content_detection_prefixes.cc',
45 'public/renderer/android_content_detection_prefixes.h', 45 'public/renderer/android_content_detection_prefixes.h',
46 'public/renderer/browser_plugin_delegate.h', 46 'public/renderer/browser_plugin_delegate.h',
47 'public/renderer/content_renderer_client.cc', 47 'public/renderer/content_renderer_client.cc',
48 'public/renderer/content_renderer_client.h', 48 'public/renderer/content_renderer_client.h',
49 'public/renderer/context_menu_client.h', 49 'public/renderer/context_menu_client.h',
50 'public/renderer/document_state.cc', 50 'public/renderer/document_state.cc',
51 'public/renderer/document_state.h', 51 'public/renderer/document_state.h',
52 'public/renderer/key_system_info.cc',
53 'public/renderer/key_system_info.h',
54 'public/renderer/navigation_state.cc', 52 'public/renderer/navigation_state.cc',
55 'public/renderer/navigation_state.h', 53 'public/renderer/navigation_state.h',
56 'public/renderer/pepper_plugin_instance.h', 54 'public/renderer/pepper_plugin_instance.h',
57 'public/renderer/platform_event_observer.h', 55 'public/renderer/platform_event_observer.h',
58 'public/renderer/renderer_ppapi_host.h', 56 'public/renderer/renderer_ppapi_host.h',
59 'public/renderer/render_frame.h', 57 'public/renderer/render_frame.h',
60 'public/renderer/render_frame_observer.cc', 58 'public/renderer/render_frame_observer.cc',
61 'public/renderer/render_frame_observer.h', 59 'public/renderer/render_frame_observer.h',
62 'public/renderer/render_frame_observer_tracker.h', 60 'public/renderer/render_frame_observer_tracker.h',
63 'public/renderer/render_font_warmup_win.h', 61 'public/renderer/render_font_warmup_win.h',
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 }], 837 }],
840 ], 838 ],
841 'target_conditions': [ 839 'target_conditions': [
842 ['OS=="android"', { 840 ['OS=="android"', {
843 'sources/': [ 841 'sources/': [
844 ['include', '^renderer/render_view_linux\\.cc$'], 842 ['include', '^renderer/render_view_linux\\.cc$'],
845 ], 843 ],
846 }], 844 }],
847 ], 845 ],
848 } 846 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/public/common/eme_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698