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

Side by Side Diff: content/content_shell.gypi

Issue 10913035: Add context popup menu support for content shell[GTK]. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix the Mac build Created 8 years, 3 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
« no previous file with comments | « no previous file | content/shell/shell_content_browser_client.h » ('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) 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'shell/shell_render_process_observer.cc', 93 'shell/shell_render_process_observer.cc',
94 'shell/shell_render_process_observer.h', 94 'shell/shell_render_process_observer.h',
95 'shell/shell_resource_context.cc', 95 'shell/shell_resource_context.cc',
96 'shell/shell_resource_context.h', 96 'shell/shell_resource_context.h',
97 'shell/shell_resource_dispatcher_host_delegate.cc', 97 'shell/shell_resource_dispatcher_host_delegate.cc',
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',
104 'shell/shell_web_contents_view_delegate_gtk.cc',
105 'shell/shell_web_contents_view_delegate.h',
103 'shell/webkit_test_runner.cc', 106 'shell/webkit_test_runner.cc',
104 'shell/webkit_test_runner.h', 107 'shell/webkit_test_runner.h',
105 'shell/webkit_test_runner_bindings.cc', 108 'shell/webkit_test_runner_bindings.cc',
106 'shell/webkit_test_runner_bindings.h', 109 'shell/webkit_test_runner_bindings.h',
107 'shell/webkit_test_runner_host.cc', 110 'shell/webkit_test_runner_host.cc',
108 'shell/webkit_test_runner_host.h', 111 'shell/webkit_test_runner_host.h',
109 ], 112 ],
110 'msvs_settings': { 113 'msvs_settings': {
111 'VCLinkerTool': { 114 'VCLinkerTool': {
112 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 115 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 'dependencies': [ 675 'dependencies': [
673 'content_java', 676 'content_java',
674 ], 677 ],
675 } 678 }
676 ], 679 ],
677 }, 680 },
678 ], 681 ],
679 }], # OS=="android" 682 }], # OS=="android"
680 ] 683 ]
681 } 684 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/shell_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698