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

Side by Side Diff: trunk/src/content/content_renderer.gypi

Issue 23708020: Revert 222074 "Refactor KeySystems code to call a function to po..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../media/media.gyp:media', 8 '../media/media.gyp:media',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 22 matching lines...) Expand all
33 'sources': [ 33 'sources': [
34 'public/renderer/android_content_detection_prefixes.cc', 34 'public/renderer/android_content_detection_prefixes.cc',
35 'public/renderer/android_content_detection_prefixes.h', 35 'public/renderer/android_content_detection_prefixes.h',
36 'public/renderer/content_renderer_client.cc', 36 'public/renderer/content_renderer_client.cc',
37 'public/renderer/content_renderer_client.h', 37 'public/renderer/content_renderer_client.h',
38 'public/renderer/context_menu_client.h', 38 'public/renderer/context_menu_client.h',
39 'public/renderer/document_state.cc', 39 'public/renderer/document_state.cc',
40 'public/renderer/document_state.h', 40 'public/renderer/document_state.h',
41 'public/renderer/history_item_serialization.cc', 41 'public/renderer/history_item_serialization.cc',
42 'public/renderer/history_item_serialization.h', 42 'public/renderer/history_item_serialization.h',
43 'public/renderer/key_system_info.cc',
44 'public/renderer/key_system_info.h',
45 'public/renderer/navigation_state.cc', 43 'public/renderer/navigation_state.cc',
46 'public/renderer/navigation_state.h', 44 'public/renderer/navigation_state.h',
47 'public/renderer/pepper_plugin_instance.h', 45 'public/renderer/pepper_plugin_instance.h',
48 'public/renderer/renderer_ppapi_host.h', 46 'public/renderer/renderer_ppapi_host.h',
49 'public/renderer/render_frame.h', 47 'public/renderer/render_frame.h',
50 'public/renderer/render_process_observer.cc', 48 'public/renderer/render_process_observer.cc',
51 'public/renderer/render_process_observer.h', 49 'public/renderer/render_process_observer.h',
52 'public/renderer/render_thread.cc', 50 'public/renderer/render_thread.cc',
53 'public/renderer/render_thread.h', 51 'public/renderer/render_thread.h',
54 'public/renderer/render_view.h', 52 'public/renderer/render_view.h',
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 }], 720 }],
723 ], 721 ],
724 'target_conditions': [ 722 'target_conditions': [
725 ['OS=="android"', { 723 ['OS=="android"', {
726 'sources/': [ 724 'sources/': [
727 ['include', '^renderer/render_view_linux\\.cc$'], 725 ['include', '^renderer/render_view_linux\\.cc$'],
728 ], 726 ],
729 }], 727 }],
730 ], 728 ],
731 } 729 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698