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

Side by Side Diff: content/content_shell.gypi

Issue 11093068: [content shell] Add layout test specific font setup (for linux only right now) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 2 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 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'shell/shell_resource_dispatcher_host_delegate.h', 98 'shell/shell_resource_dispatcher_host_delegate.h',
99 'shell/shell_switches.cc', 99 'shell/shell_switches.cc',
100 'shell/shell_switches.h', 100 'shell/shell_switches.h',
101 'shell/shell_url_request_context_getter.cc', 101 'shell/shell_url_request_context_getter.cc',
102 'shell/shell_url_request_context_getter.h', 102 'shell/shell_url_request_context_getter.h',
103 'shell/shell_web_contents_view_delegate_creator.h', 103 'shell/shell_web_contents_view_delegate_creator.h',
104 'shell/shell_web_contents_view_delegate_gtk.cc', 104 'shell/shell_web_contents_view_delegate_gtk.cc',
105 'shell/shell_web_contents_view_delegate_mac.mm', 105 'shell/shell_web_contents_view_delegate_mac.mm',
106 'shell/shell_web_contents_view_delegate_win.cc', 106 'shell/shell_web_contents_view_delegate_win.cc',
107 'shell/shell_web_contents_view_delegate.h', 107 'shell/shell_web_contents_view_delegate.h',
108 'shell/webkit_test_platform_support.h',
109 'shell/webkit_test_platform_support_android.cc',
110 'shell/webkit_test_platform_support_linux.cc',
111 'shell/webkit_test_platform_support_mac.mm',
112 'shell/webkit_test_platform_support_win.cc',
108 'shell/webkit_test_runner.cc', 113 'shell/webkit_test_runner.cc',
109 'shell/webkit_test_runner.h', 114 'shell/webkit_test_runner.h',
110 'shell/webkit_test_runner_bindings.cc', 115 'shell/webkit_test_runner_bindings.cc',
111 'shell/webkit_test_runner_bindings.h', 116 'shell/webkit_test_runner_bindings.h',
112 'shell/webkit_test_runner_host.cc', 117 'shell/webkit_test_runner_host.cc',
113 'shell/webkit_test_runner_host.h', 118 'shell/webkit_test_runner_host.h',
114 ], 119 ],
115 'msvs_settings': { 120 'msvs_settings': {
116 'VCLinkerTool': { 121 'VCLinkerTool': {
117 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 122 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 '<@(_outputs)', 669 '<@(_outputs)',
665 ], 670 ],
666 }, 671 },
667 ], 672 ],
668 'includes': [ '../build/java_apk.gypi' ], 673 'includes': [ '../build/java_apk.gypi' ],
669 }, 674 },
670 ], 675 ],
671 }], # OS=="android" 676 }], # OS=="android"
672 ] 677 ]
673 } 678 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/shell_main_delegate.cc » ('j') | content/shell/webkit_test_platform_support.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698