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

Side by Side Diff: content/content_common.gypi

Issue 213283004: linux_aura: Port GtkKeybindingsHandler to Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Manually sort gyp file. Created 6 years, 9 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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'public/common/content_constants.h', 48 'public/common/content_constants.h',
49 'public/common/content_descriptors.h', 49 'public/common/content_descriptors.h',
50 'public/common/content_ipc_logging.h', 50 'public/common/content_ipc_logging.h',
51 'public/common/content_paths.h', 51 'public/common/content_paths.h',
52 'public/common/content_switches.cc', 52 'public/common/content_switches.cc',
53 'public/common/content_switches.h', 53 'public/common/content_switches.h',
54 'public/common/context_menu_params.cc', 54 'public/common/context_menu_params.cc',
55 'public/common/context_menu_params.h', 55 'public/common/context_menu_params.h',
56 'public/common/drop_data.cc', 56 'public/common/drop_data.cc',
57 'public/common/drop_data.h', 57 'public/common/drop_data.h',
58 'public/common/edit_command.h',
58 'public/common/favicon_url.cc', 59 'public/common/favicon_url.cc',
59 'public/common/favicon_url.h', 60 'public/common/favicon_url.h',
60 'public/common/file_chooser_params.cc', 61 'public/common/file_chooser_params.cc',
61 'public/common/file_chooser_params.h', 62 'public/common/file_chooser_params.h',
62 'public/common/frame_navigate_params.cc', 63 'public/common/frame_navigate_params.cc',
63 'public/common/frame_navigate_params.h', 64 'public/common/frame_navigate_params.h',
64 'public/common/geoposition.cc', 65 'public/common/geoposition.cc',
65 'public/common/geoposition.h', 66 'public/common/geoposition.h',
66 'public/common/gpu_memory_stats.cc', 67 'public/common/gpu_memory_stats.cc',
67 'public/common/gpu_memory_stats.h', 68 'public/common/gpu_memory_stats.h',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'common/device_orientation/device_motion_messages.h', 181 'common/device_orientation/device_motion_messages.h',
181 'common/device_orientation/device_orientation_hardware_buffer.h', 182 'common/device_orientation/device_orientation_hardware_buffer.h',
182 'common/device_orientation/device_orientation_messages.h', 183 'common/device_orientation/device_orientation_messages.h',
183 'common/devtools_messages.h', 184 'common/devtools_messages.h',
184 'common/dom_storage/dom_storage_map.cc', 185 'common/dom_storage/dom_storage_map.cc',
185 'common/dom_storage/dom_storage_map.h', 186 'common/dom_storage/dom_storage_map.h',
186 'common/dom_storage/dom_storage_messages.h', 187 'common/dom_storage/dom_storage_messages.h',
187 'common/drag_event_source_info.h', 188 'common/drag_event_source_info.h',
188 'common/drag_messages.h', 189 'common/drag_messages.h',
189 'common/drag_traits.h', 190 'common/drag_traits.h',
190 'common/edit_command.h',
191 'common/file_utilities_messages.h', 191 'common/file_utilities_messages.h',
192 'common/fileapi/file_system_messages.h', 192 'common/fileapi/file_system_messages.h',
193 'common/fileapi/webblob_messages.h', 193 'common/fileapi/webblob_messages.h',
194 'common/font_cache_dispatcher_win.cc', 194 'common/font_cache_dispatcher_win.cc',
195 'common/font_cache_dispatcher_win.h', 195 'common/font_cache_dispatcher_win.h',
196 'common/font_config_ipc_linux.cc', 196 'common/font_config_ipc_linux.cc',
197 'common/font_config_ipc_linux.h', 197 'common/font_config_ipc_linux.h',
198 'common/font_list.cc', 198 'common/font_list.cc',
199 'common/font_list.h', 199 'common/font_list.h',
200 'common/font_list_android.cc', 200 'common/font_list_android.cc',
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 754 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
755 'common/sandbox_linux/bpf_renderer_policy_linux.h', 755 'common/sandbox_linux/bpf_renderer_policy_linux.h',
756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
757 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 757 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
758 ], 758 ],
759 }, { 759 }, {
760 'defines': ['USE_SECCOMP_BPF'], 760 'defines': ['USE_SECCOMP_BPF'],
761 }], 761 }],
762 ], 762 ],
763 } 763 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698