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

Side by Side Diff: content/content_renderer.gypi

Issue 23678008: Refactor KeySystems code to call a function to populate the info. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing file 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/password_form_conversion_utils.h', 47 'public/renderer/password_form_conversion_utils.h',
46 'public/renderer/pepper_plugin_instance.h', 48 'public/renderer/pepper_plugin_instance.h',
47 'public/renderer/renderer_ppapi_host.h', 49 'public/renderer/renderer_ppapi_host.h',
48 'public/renderer/render_frame.h', 50 'public/renderer/render_frame.h',
49 'public/renderer/render_process_observer.cc', 51 'public/renderer/render_process_observer.cc',
50 'public/renderer/render_process_observer.h', 52 'public/renderer/render_process_observer.h',
51 'public/renderer/render_thread.cc', 53 'public/renderer/render_thread.cc',
52 'public/renderer/render_thread.h', 54 'public/renderer/render_thread.h',
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 }], 728 }],
727 ], 729 ],
728 'target_conditions': [ 730 'target_conditions': [
729 ['OS=="android"', { 731 ['OS=="android"', {
730 'sources/': [ 732 'sources/': [
731 ['include', '^renderer/render_view_linux\\.cc$'], 733 ['include', '^renderer/render_view_linux\\.cc$'],
732 ], 734 ],
733 }], 735 }],
734 ], 736 ],
735 } 737 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698