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

Side by Side Diff: content/content_shell.gypi

Issue 18123002: Migrate webkit/renderer/media/ to content/renderer/media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase on mo time Created 7 years, 5 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 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'shell/paths_mac.h', 88 'shell/paths_mac.h',
89 'shell/paths_mac.mm', 89 'shell/paths_mac.mm',
90 'shell/renderer/shell_content_renderer_client.cc', 90 'shell/renderer/shell_content_renderer_client.cc',
91 'shell/renderer/shell_content_renderer_client.h', 91 'shell/renderer/shell_content_renderer_client.h',
92 'shell/renderer/shell_media_stream_client.cc', 92 'shell/renderer/shell_media_stream_client.cc',
93 'shell/renderer/shell_media_stream_client.h', 93 'shell/renderer/shell_media_stream_client.h',
94 'shell/renderer/shell_render_process_observer.cc', 94 'shell/renderer/shell_render_process_observer.cc',
95 'shell/renderer/shell_render_process_observer.h', 95 'shell/renderer/shell_render_process_observer.h',
96 'shell/renderer/shell_render_view_observer.cc', 96 'shell/renderer/shell_render_view_observer.cc',
97 'shell/renderer/shell_render_view_observer.h', 97 'shell/renderer/shell_render_view_observer.h',
98 'shell/renderer/shell_video_frame_provider.cc',
99 'shell/renderer/shell_video_frame_provider.h',
98 'shell/renderer/webkit_test_runner.cc', 100 'shell/renderer/webkit_test_runner.cc',
99 'shell/renderer/webkit_test_runner.h', 101 'shell/renderer/webkit_test_runner.h',
100 'shell/shell.cc', 102 'shell/shell.cc',
101 'shell/shell.h', 103 'shell/shell.h',
102 'shell/shell_android.cc', 104 'shell/shell_android.cc',
103 'shell/shell_aura.cc', 105 'shell/shell_aura.cc',
104 'shell/shell_gtk.cc', 106 'shell/shell_gtk.cc',
105 'shell/shell_mac.mm', 107 'shell/shell_mac.mm',
106 'shell/shell_win.cc', 108 'shell/shell_win.cc',
107 'shell/shell_application_mac.h', 109 'shell/shell_application_mac.h',
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 'native_lib_target': 'libcontent_shell_content_view', 710 'native_lib_target': 'libcontent_shell_content_view',
709 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 711 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
710 'asset_location': '<(ant_build_out)/content_shell/assets', 712 'asset_location': '<(ant_build_out)/content_shell/assets',
711 }, 713 },
712 'includes': [ '../build/java_apk.gypi' ], 714 'includes': [ '../build/java_apk.gypi' ],
713 }, 715 },
714 ], 716 ],
715 }], # OS=="android" 717 }], # OS=="android"
716 ] 718 ]
717 } 719 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698