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

Side by Side Diff: content/content_renderer.gypi

Issue 246163006: Move history serialization from contet/public/renderer/ to content/renderer/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../gin/gin.gyp:gin', 8 '../gin/gin.gyp:gin',
9 '../jingle/jingle.gyp:jingle_glue', 9 '../jingle/jingle.gyp:jingle_glue',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 24 matching lines...) Expand all
35 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. 35 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc.
36 ], 36 ],
37 'sources': [ 37 'sources': [
38 'public/renderer/android_content_detection_prefixes.cc', 38 'public/renderer/android_content_detection_prefixes.cc',
39 'public/renderer/android_content_detection_prefixes.h', 39 'public/renderer/android_content_detection_prefixes.h',
40 'public/renderer/content_renderer_client.cc', 40 'public/renderer/content_renderer_client.cc',
41 'public/renderer/content_renderer_client.h', 41 'public/renderer/content_renderer_client.h',
42 'public/renderer/context_menu_client.h', 42 'public/renderer/context_menu_client.h',
43 'public/renderer/document_state.cc', 43 'public/renderer/document_state.cc',
44 'public/renderer/document_state.h', 44 'public/renderer/document_state.h',
45 'public/renderer/history_item_serialization.cc',
46 'public/renderer/history_item_serialization.h',
47 'public/renderer/key_system_info.cc', 45 'public/renderer/key_system_info.cc',
48 'public/renderer/key_system_info.h', 46 'public/renderer/key_system_info.h',
49 'public/renderer/navigation_state.cc', 47 'public/renderer/navigation_state.cc',
50 'public/renderer/navigation_state.h', 48 'public/renderer/navigation_state.h',
51 'public/renderer/pepper_plugin_instance.h', 49 'public/renderer/pepper_plugin_instance.h',
52 'public/renderer/renderer_ppapi_host.h', 50 'public/renderer/renderer_ppapi_host.h',
53 'public/renderer/render_frame.h', 51 'public/renderer/render_frame.h',
54 'public/renderer/render_frame_observer.cc', 52 'public/renderer/render_frame_observer.cc',
55 'public/renderer/render_frame_observer.h', 53 'public/renderer/render_frame_observer.h',
56 'public/renderer/render_frame_observer_tracker.h', 54 'public/renderer/render_frame_observer_tracker.h',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'renderer/gpu/mailbox_output_surface.cc', 159 'renderer/gpu/mailbox_output_surface.cc',
162 'renderer/gpu/mailbox_output_surface.h', 160 'renderer/gpu/mailbox_output_surface.h',
163 'renderer/gpu/render_widget_compositor.cc', 161 'renderer/gpu/render_widget_compositor.cc',
164 'renderer/gpu/render_widget_compositor.h', 162 'renderer/gpu/render_widget_compositor.h',
165 'renderer/gpu/stream_texture_host_android.cc', 163 'renderer/gpu/stream_texture_host_android.cc',
166 'renderer/gpu/stream_texture_host_android.h', 164 'renderer/gpu/stream_texture_host_android.h',
167 'renderer/history_controller.cc', 165 'renderer/history_controller.cc',
168 'renderer/history_controller.h', 166 'renderer/history_controller.h',
169 'renderer/history_entry.cc', 167 'renderer/history_entry.cc',
170 'renderer/history_entry.h', 168 'renderer/history_entry.h',
169 'renderer/history_serialization.cc',
170 'renderer/history_serialization.h',
171 'renderer/idle_user_detector.cc', 171 'renderer/idle_user_detector.cc',
172 'renderer/idle_user_detector.h', 172 'renderer/idle_user_detector.h',
173 'renderer/image_loading_helper.cc', 173 'renderer/image_loading_helper.cc',
174 'renderer/image_loading_helper.h', 174 'renderer/image_loading_helper.h',
175 'renderer/ime_event_guard.cc', 175 'renderer/ime_event_guard.cc',
176 'renderer/ime_event_guard.h', 176 'renderer/ime_event_guard.h',
177 'renderer/in_process_renderer_thread.cc', 177 'renderer/in_process_renderer_thread.cc',
178 'renderer/in_process_renderer_thread.h', 178 'renderer/in_process_renderer_thread.h',
179 'renderer/input/input_event_filter.cc', 179 'renderer/input/input_event_filter.cc',
180 'renderer/input/input_event_filter.h', 180 'renderer/input/input_event_filter.h',
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 }], 782 }],
783 ], 783 ],
784 'target_conditions': [ 784 'target_conditions': [
785 ['OS=="android"', { 785 ['OS=="android"', {
786 'sources/': [ 786 'sources/': [
787 ['include', '^renderer/render_view_linux\\.cc$'], 787 ['include', '^renderer/render_view_linux\\.cc$'],
788 ], 788 ],
789 }], 789 }],
790 ], 790 ],
791 } 791 }
OLDNEW
« no previous file with comments | « no previous file | content/public/renderer/history_item_serialization.h » ('j') | content/test/layouttest_support.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698