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

Side by Side Diff: content/content_common.gypi

Issue 231733005: Delete the GTK+ port of Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remerge to ToT 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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'common/content_switches_internal.cc', 165 'common/content_switches_internal.cc',
166 'common/content_switches_internal.h', 166 'common/content_switches_internal.h',
167 'common/cookie_data.cc', 167 'common/cookie_data.cc',
168 'common/cookie_data.h', 168 'common/cookie_data.h',
169 'common/cursors/webcursor.cc', 169 'common/cursors/webcursor.cc',
170 'common/cursors/webcursor.h', 170 'common/cursors/webcursor.h',
171 'common/cursors/webcursor_android.cc', 171 'common/cursors/webcursor_android.cc',
172 'common/cursors/webcursor_aura.cc', 172 'common/cursors/webcursor_aura.cc',
173 'common/cursors/webcursor_aurawin.cc', 173 'common/cursors/webcursor_aurawin.cc',
174 'common/cursors/webcursor_aurax11.cc', 174 'common/cursors/webcursor_aurax11.cc',
175 'common/cursors/webcursor_gtk.cc',
176 'common/cursors/webcursor_gtk_data.h',
177 'common/cursors/webcursor_mac.mm', 175 'common/cursors/webcursor_mac.mm',
178 'common/cursors/webcursor_ozone.cc', 176 'common/cursors/webcursor_ozone.cc',
179 'common/cursors/webcursor_win.cc', 177 'common/cursors/webcursor_win.cc',
180 'common/database_messages.h', 178 'common/database_messages.h',
181 'common/date_time_suggestion.h', 179 'common/date_time_suggestion.h',
182 'common/desktop_notification_messages.h', 180 'common/desktop_notification_messages.h',
183 'common/device_orientation/device_motion_hardware_buffer.h', 181 'common/device_orientation/device_motion_hardware_buffer.h',
184 'common/device_orientation/device_motion_messages.h', 182 'common/device_orientation/device_motion_messages.h',
185 'common/device_orientation/device_orientation_hardware_buffer.h', 183 'common/device_orientation/device_orientation_hardware_buffer.h',
186 'common/device_orientation/device_orientation_messages.h', 184 'common/device_orientation/device_orientation_messages.h',
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 'link_settings': { 546 'link_settings': {
549 'libraries': [ 547 'libraries': [
550 '-landroid', # ANativeWindow 548 '-landroid', # ANativeWindow
551 ], 549 ],
552 }, 550 },
553 'dependencies': [ 551 'dependencies': [
554 'content.gyp:content_jni_headers', 552 'content.gyp:content_jni_headers',
555 'content.gyp:common_aidl', 553 'content.gyp:common_aidl',
556 ], 554 ],
557 }], 555 }],
558 ['toolkit_uses_gtk == 1', {
559 'dependencies': [
560 '../build/linux/system.gyp:gtk',
561 ],
562 }],
563 ['use_pango == 1', { 556 ['use_pango == 1', {
564 'dependencies': [ 557 'dependencies': [
565 '../build/linux/system.gyp:pangocairo', 558 '../build/linux/system.gyp:pangocairo',
566 ], 559 ],
567 'sources!': [ 560 'sources!': [
568 'common/font_list_ozone.cc', 561 'common/font_list_ozone.cc',
569 ], 562 ],
570 }], 563 }],
571 ['use_x11 == 1', { 564 ['use_x11 == 1', {
572 'include_dirs': [ 565 'include_dirs': [
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 751 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
759 'common/sandbox_linux/bpf_renderer_policy_linux.h', 752 'common/sandbox_linux/bpf_renderer_policy_linux.h',
760 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 753 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
761 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 754 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
762 ], 755 ],
763 }, { 756 }, {
764 'defines': ['USE_SECCOMP_BPF'], 757 'defines': ['USE_SECCOMP_BPF'],
765 }], 758 }],
766 ], 759 ],
767 } 760 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698