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

Side by Side Diff: content/content_common.gypi

Issue 8413051: Move PageZoom enum into content/public/common and into the content namespace. Also move content_c... (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/view_messages.h ('k') | content/plugin/webplugin_delegate_stub.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 12 matching lines...) Expand all
23 ], 23 ],
24 'include_dirs': [ 24 'include_dirs': [
25 '..', 25 '..',
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',
34 'public/common/content_constants.h',
33 'public/common/content_paths.h', 35 'public/common/content_paths.h',
34 'public/common/content_switches.cc', 36 'public/common/content_switches.cc',
35 'public/common/content_switches.h', 37 'public/common/content_switches.h',
36 'public/common/dx_diag_node.cc', 38 'public/common/dx_diag_node.cc',
37 'public/common/dx_diag_node.h', 39 'public/common/dx_diag_node.h',
38 'public/common/gpu_info.cc', 40 'public/common/gpu_info.cc',
39 'public/common/gpu_info.h', 41 'public/common/gpu_info.h',
40 'public/common/page_transition_types.cc', 42 'public/common/page_transition_types.cc',
41 'public/common/page_transition_types.h', 43 'public/common/page_transition_types.h',
42 'public/common/page_type.h', 44 'public/common/page_type.h',
45 'public/common/page_zoom.h',
43 'public/common/pepper_plugin_info.cc', 46 'public/common/pepper_plugin_info.cc',
44 'public/common/pepper_plugin_info.h', 47 'public/common/pepper_plugin_info.h',
45 'public/common/resource_dispatcher_delegate.h', 48 'public/common/resource_dispatcher_delegate.h',
46 'public/common/result_codes.h', 49 'public/common/result_codes.h',
47 'public/common/security_style.h', 50 'public/common/security_style.h',
48 'public/common/serialized_script_value.cc', 51 'public/common/serialized_script_value.cc',
49 'public/common/serialized_script_value.h', 52 'public/common/serialized_script_value.h',
50 'public/common/url_constants.cc', 53 'public/common/url_constants.cc',
51 'public/common/url_constants.h', 54 'public/common/url_constants.h',
52 'public/common/url_fetcher.h', 55 'public/common/url_fetcher.h',
(...skipping 19 matching lines...) Expand all
72 'common/child_thread.h', 75 'common/child_thread.h',
73 'common/child_trace_message_filter.cc', 76 'common/child_trace_message_filter.cc',
74 'common/child_trace_message_filter.h', 77 'common/child_trace_message_filter.h',
75 'common/chrome_application_mac.h', 78 'common/chrome_application_mac.h',
76 'common/chrome_application_mac.mm', 79 'common/chrome_application_mac.mm',
77 'common/chrome_descriptors.h', 80 'common/chrome_descriptors.h',
78 'common/clipboard_messages.h', 81 'common/clipboard_messages.h',
79 'common/content_message_generator.cc', 82 'common/content_message_generator.cc',
80 'common/content_message_generator.h', 83 'common/content_message_generator.h',
81 'common/content_export.h', 84 'common/content_export.h',
82 'common/content_constants.cc',
83 'common/content_constants.h',
84 'common/content_counters.cc', 85 'common/content_counters.cc',
85 'common/content_counters.h', 86 'common/content_counters.h',
86 'common/content_paths.cc', 87 'common/content_paths.cc',
87 'common/content_restriction.h', 88 'common/content_restriction.h',
88 'common/css_colors.h', 89 'common/css_colors.h',
89 'common/database_messages.h', 90 'common/database_messages.h',
90 'common/database_util.cc', 91 'common/database_util.cc',
91 'common/database_util.h', 92 'common/database_util.h',
92 'common/db_message_filter.cc', 93 'common/db_message_filter.cc',
93 'common/db_message_filter.h', 94 'common/db_message_filter.h',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'common/np_channel_base.h', 172 'common/np_channel_base.h',
172 'common/npobject_base.h', 173 'common/npobject_base.h',
173 'common/npobject_proxy.cc', 174 'common/npobject_proxy.cc',
174 'common/npobject_proxy.h', 175 'common/npobject_proxy.h',
175 'common/npobject_stub.cc', 176 'common/npobject_stub.cc',
176 'common/npobject_stub.h', 177 'common/npobject_stub.h',
177 'common/npobject_util.cc', 178 'common/npobject_util.cc',
178 'common/npobject_util.h', 179 'common/npobject_util.h',
179 'common/p2p_messages.h', 180 'common/p2p_messages.h',
180 'common/p2p_sockets.h', 181 'common/p2p_sockets.h',
181 'common/page_zoom.h',
182 'common/pepper_file_messages.cc', 182 'common/pepper_file_messages.cc',
183 'common/pepper_file_messages.h', 183 'common/pepper_file_messages.h',
184 'common/pepper_messages.h', 184 'common/pepper_messages.h',
185 'common/pepper_plugin_registry.cc', 185 'common/pepper_plugin_registry.cc',
186 'common/pepper_plugin_registry.h', 186 'common/pepper_plugin_registry.h',
187 'common/plugin_carbon_interpose_constants_mac.cc', 187 'common/plugin_carbon_interpose_constants_mac.cc',
188 'common/plugin_carbon_interpose_constants_mac.h', 188 'common/plugin_carbon_interpose_constants_mac.h',
189 'common/plugin_messages.h', 189 'common/plugin_messages.h',
190 'common/process_watcher.h', 190 'common/process_watcher.h',
191 'common/process_watcher_mac.cc', 191 'common/process_watcher_mac.cc',
(...skipping 134 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/view_messages.h ('k') | content/plugin/webplugin_delegate_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698