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

Side by Side Diff: content/content_common.gypi

Issue 8387039: Move content_restriction.h and main_function_params.h to content/public/common, and put them in t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
« no previous file with comments | « content/common/main_function_params.h ('k') | content/gpu/gpu_main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 15 matching lines...) Expand all
26 ], 26 ],
27 'export_dependent_settings': [ 27 'export_dependent_settings': [
28 '../base/base.gyp:base', 28 '../base/base.gyp:base',
29 ], 29 ],
30 'sources': [ 30 'sources': [
31 'public/common/bindings_policy.h', 31 'public/common/bindings_policy.h',
32 'public/common/child_process_sandbox_support_linux.h', 32 'public/common/child_process_sandbox_support_linux.h',
33 'public/common/content_constants.cc', 33 'public/common/content_constants.cc',
34 'public/common/content_constants.h', 34 'public/common/content_constants.h',
35 'public/common/content_paths.h', 35 'public/common/content_paths.h',
36 'public/common/content_restriction.h',
36 'public/common/content_switches.cc', 37 'public/common/content_switches.cc',
37 'public/common/content_switches.h', 38 'public/common/content_switches.h',
38 'public/common/dx_diag_node.cc', 39 'public/common/dx_diag_node.cc',
39 'public/common/dx_diag_node.h', 40 'public/common/dx_diag_node.h',
40 'public/common/gpu_info.cc', 41 'public/common/gpu_info.cc',
41 'public/common/gpu_info.h', 42 'public/common/gpu_info.h',
43 'public/common/main_function_params.h',
42 'public/common/page_transition_types.cc', 44 'public/common/page_transition_types.cc',
43 'public/common/page_transition_types.h', 45 'public/common/page_transition_types.h',
44 'public/common/page_type.h', 46 'public/common/page_type.h',
45 'public/common/page_zoom.h', 47 'public/common/page_zoom.h',
46 'public/common/pepper_plugin_info.cc', 48 'public/common/pepper_plugin_info.cc',
47 'public/common/pepper_plugin_info.h', 49 'public/common/pepper_plugin_info.h',
48 'public/common/resource_dispatcher_delegate.h', 50 'public/common/resource_dispatcher_delegate.h',
49 'public/common/result_codes.h', 51 'public/common/result_codes.h',
50 'public/common/sandbox_init.h', 52 'public/common/sandbox_init.h',
51 'public/common/security_style.h', 53 'public/common/security_style.h',
(...skipping 28 matching lines...) Expand all
80 'common/chrome_application_mac.h', 82 'common/chrome_application_mac.h',
81 'common/chrome_application_mac.mm', 83 'common/chrome_application_mac.mm',
82 'common/chrome_descriptors.h', 84 'common/chrome_descriptors.h',
83 'common/clipboard_messages.h', 85 'common/clipboard_messages.h',
84 'common/content_message_generator.cc', 86 'common/content_message_generator.cc',
85 'common/content_message_generator.h', 87 'common/content_message_generator.h',
86 'common/content_export.h', 88 'common/content_export.h',
87 'common/content_counters.cc', 89 'common/content_counters.cc',
88 'common/content_counters.h', 90 'common/content_counters.h',
89 'common/content_paths.cc', 91 'common/content_paths.cc',
90 'common/content_restriction.h',
91 'common/css_colors.h', 92 'common/css_colors.h',
92 'common/database_messages.h', 93 'common/database_messages.h',
93 'common/database_util.cc', 94 'common/database_util.cc',
94 'common/database_util.h', 95 'common/database_util.h',
95 'common/db_message_filter.cc', 96 'common/db_message_filter.cc',
96 'common/db_message_filter.h', 97 'common/db_message_filter.h',
97 'common/debug_flags.cc', 98 'common/debug_flags.cc',
98 'common/debug_flags.h', 99 'common/debug_flags.h',
99 'common/desktop_notification_messages.h', 100 'common/desktop_notification_messages.h',
100 'common/device_orientation_messages.h', 101 'common/device_orientation_messages.h',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'common/indexed_db_param_traits.cc', 151 'common/indexed_db_param_traits.cc',
151 'common/indexed_db_param_traits.h', 152 'common/indexed_db_param_traits.h',
152 'common/intents_messages.h', 153 'common/intents_messages.h',
153 'common/java_bridge_messages.h', 154 'common/java_bridge_messages.h',
154 'common/mac/attributed_string_coder.h', 155 'common/mac/attributed_string_coder.h',
155 'common/mac/attributed_string_coder.mm', 156 'common/mac/attributed_string_coder.mm',
156 'common/mac/font_descriptor.h', 157 'common/mac/font_descriptor.h',
157 'common/mac/font_descriptor.mm', 158 'common/mac/font_descriptor.mm',
158 'common/mac/font_loader.h', 159 'common/mac/font_loader.h',
159 'common/mac/font_loader.mm', 160 'common/mac/font_loader.mm',
160 'common/main_function_params.h',
161 'common/media/audio_messages.h', 161 'common/media/audio_messages.h',
162 'common/media/audio_stream_state.h', 162 'common/media/audio_stream_state.h',
163 'common/media/media_stream_messages.h', 163 'common/media/media_stream_messages.h',
164 'common/media/media_stream_options.cc', 164 'common/media/media_stream_options.cc',
165 'common/media/media_stream_options.h', 165 'common/media/media_stream_options.h',
166 'common/media/video_capture_messages.h', 166 'common/media/video_capture_messages.h',
167 'common/message_router.cc', 167 'common/message_router.cc',
168 'common/message_router.h', 168 'common/message_router.h',
169 'common/mime_registry_messages.h', 169 'common/mime_registry_messages.h',
170 'common/navigation_gesture.h', 170 'common/navigation_gesture.h',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 ], 326 ],
327 'link_settings': { 327 'link_settings': {
328 'libraries': [ 328 'libraries': [
329 '-lEGL', 329 '-lEGL',
330 '-lGLESv2', 330 '-lGLESv2',
331 ], 331 ],
332 }, 332 },
333 }], 333 }],
334 ], 334 ],
335 } 335 }
OLDNEW
« no previous file with comments | « content/common/main_function_params.h ('k') | content/gpu/gpu_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698