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

Side by Side Diff: content/content_renderer.gypi

Issue 23484019: Refactor KeySystems code to call a function to populate the info. (relanding r221932) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build error (cannot |= an enum) 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',
43 'public/renderer/navigation_state.cc', 45 'public/renderer/navigation_state.cc',
44 'public/renderer/navigation_state.h', 46 'public/renderer/navigation_state.h',
45 'public/renderer/pepper_plugin_instance.h', 47 'public/renderer/pepper_plugin_instance.h',
46 'public/renderer/renderer_ppapi_host.h', 48 'public/renderer/renderer_ppapi_host.h',
47 'public/renderer/render_frame.h', 49 'public/renderer/render_frame.h',
48 'public/renderer/render_process_observer.cc', 50 'public/renderer/render_process_observer.cc',
49 'public/renderer/render_process_observer.h', 51 'public/renderer/render_process_observer.h',
50 'public/renderer/render_thread.cc', 52 'public/renderer/render_thread.cc',
51 'public/renderer/render_thread.h', 53 'public/renderer/render_thread.h',
52 'public/renderer/render_view.h', 54 'public/renderer/render_view.h',
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 }], 722 }],
721 ], 723 ],
722 'target_conditions': [ 724 'target_conditions': [
723 ['OS=="android"', { 725 ['OS=="android"', {
724 'sources/': [ 726 'sources/': [
725 ['include', '^renderer/render_view_linux\\.cc$'], 727 ['include', '^renderer/render_view_linux\\.cc$'],
726 ], 728 ],
727 }], 729 }],
728 ], 730 ],
729 } 731 }
OLDNEW
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | content/public/renderer/content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698