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

Side by Side Diff: content/content_renderer.gypi

Issue 384243004: Make <a ping> work for context menus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address darin's comments Created 6 years, 5 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
« no previous file with comments | « content/common/frame_messages.h ('k') | content/public/common/context_menu_params.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 'dependencies': [ 6 'dependencies': [
7 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../cc/cc.gyp:cc', 10 '../cc/cc.gyp:cc',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'renderer/dom_automation_controller.h', 181 'renderer/dom_automation_controller.h',
182 'renderer/dom_storage/dom_storage_cached_area.cc', 182 'renderer/dom_storage/dom_storage_cached_area.cc',
183 'renderer/dom_storage/dom_storage_cached_area.h', 183 'renderer/dom_storage/dom_storage_cached_area.h',
184 'renderer/dom_storage/dom_storage_dispatcher.cc', 184 'renderer/dom_storage/dom_storage_dispatcher.cc',
185 'renderer/dom_storage/dom_storage_dispatcher.h', 185 'renderer/dom_storage/dom_storage_dispatcher.h',
186 'renderer/dom_storage/dom_storage_proxy.h', 186 'renderer/dom_storage/dom_storage_proxy.h',
187 'renderer/dom_storage/webstoragearea_impl.cc', 187 'renderer/dom_storage/webstoragearea_impl.cc',
188 'renderer/dom_storage/webstoragearea_impl.h', 188 'renderer/dom_storage/webstoragearea_impl.h',
189 'renderer/dom_storage/webstoragenamespace_impl.cc', 189 'renderer/dom_storage/webstoragenamespace_impl.cc',
190 'renderer/dom_storage/webstoragenamespace_impl.h', 190 'renderer/dom_storage/webstoragenamespace_impl.h',
191 'renderer/dom_utils.cc',
192 'renderer/dom_utils.h',
191 'renderer/drop_data_builder.cc', 193 'renderer/drop_data_builder.cc',
192 'renderer/drop_data_builder.h', 194 'renderer/drop_data_builder.h',
193 'renderer/fetchers/image_resource_fetcher.cc', 195 'renderer/fetchers/image_resource_fetcher.cc',
194 'renderer/fetchers/image_resource_fetcher.h', 196 'renderer/fetchers/image_resource_fetcher.h',
195 'renderer/fetchers/multi_resolution_image_resource_fetcher.cc', 197 'renderer/fetchers/multi_resolution_image_resource_fetcher.cc',
196 'renderer/fetchers/multi_resolution_image_resource_fetcher.h', 198 'renderer/fetchers/multi_resolution_image_resource_fetcher.h',
197 'renderer/fetchers/resource_fetcher_impl.cc', 199 'renderer/fetchers/resource_fetcher_impl.cc',
198 'renderer/fetchers/resource_fetcher_impl.h', 200 'renderer/fetchers/resource_fetcher_impl.h',
199 'renderer/gamepad_shared_memory_reader.cc', 201 'renderer/gamepad_shared_memory_reader.cc',
200 'renderer/gamepad_shared_memory_reader.h', 202 'renderer/gamepad_shared_memory_reader.h',
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 }], 880 }],
879 ], 881 ],
880 'target_conditions': [ 882 'target_conditions': [
881 ['OS=="android"', { 883 ['OS=="android"', {
882 'sources/': [ 884 'sources/': [
883 ['include', '^renderer/render_view_linux\\.cc$'], 885 ['include', '^renderer/render_view_linux\\.cc$'],
884 ], 886 ],
885 }], 887 }],
886 ], 888 ],
887 } 889 }
OLDNEW
« no previous file with comments | « content/common/frame_messages.h ('k') | content/public/common/context_menu_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698