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

Side by Side Diff: content/content_renderer.gypi

Issue 1001043002: Refactor NavigationState to use NavigationParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 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
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 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/blink/cc_blink.gyp:cc_blink', 10 '../cc/blink/cc_blink.gyp:cc_blink',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'renderer/memory_benchmarking_extension.cc', 300 'renderer/memory_benchmarking_extension.cc',
301 'renderer/memory_benchmarking_extension.h', 301 'renderer/memory_benchmarking_extension.h',
302 'renderer/menu_item_builder.cc', 302 'renderer/menu_item_builder.cc',
303 'renderer/menu_item_builder.h', 303 'renderer/menu_item_builder.h',
304 'renderer/mhtml_generator.cc', 304 'renderer/mhtml_generator.cc',
305 'renderer/mhtml_generator.h', 305 'renderer/mhtml_generator.h',
306 'renderer/mojo/service_registry_js_wrapper.cc', 306 'renderer/mojo/service_registry_js_wrapper.cc',
307 'renderer/mojo/service_registry_js_wrapper.h', 307 'renderer/mojo/service_registry_js_wrapper.h',
308 'renderer/mouse_lock_dispatcher.cc', 308 'renderer/mouse_lock_dispatcher.cc',
309 'renderer/mouse_lock_dispatcher.h', 309 'renderer/mouse_lock_dispatcher.h',
310 'renderer/navigation_state_impl.cc',
311 'renderer/navigation_state_impl.h',
310 'renderer/net_info_helper.cc', 312 'renderer/net_info_helper.cc',
311 'renderer/net_info_helper.h', 313 'renderer/net_info_helper.h',
312 'renderer/notification_permission_dispatcher.cc', 314 'renderer/notification_permission_dispatcher.cc',
313 'renderer/notification_permission_dispatcher.h', 315 'renderer/notification_permission_dispatcher.h',
314 'renderer/presentation/presentation_dispatcher.cc', 316 'renderer/presentation/presentation_dispatcher.cc',
315 'renderer/presentation/presentation_dispatcher.h', 317 'renderer/presentation/presentation_dispatcher.h',
316 'renderer/presentation/presentation_session_client.cc', 318 'renderer/presentation/presentation_session_client.cc',
317 'renderer/presentation/presentation_session_client.h', 319 'renderer/presentation/presentation_session_client.h',
318 'renderer/presentation/presentation_session_dispatcher.cc', 320 'renderer/presentation/presentation_session_dispatcher.cc',
319 'renderer/presentation/presentation_session_dispatcher.h', 321 'renderer/presentation/presentation_session_dispatcher.h',
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 }], 869 }],
868 ], 870 ],
869 'target_conditions': [ 871 'target_conditions': [
870 ['OS=="android"', { 872 ['OS=="android"', {
871 'sources/': [ 873 'sources/': [
872 ['include', '^renderer/render_view_linux\\.cc$'], 874 ['include', '^renderer/render_view_linux\\.cc$'],
873 ], 875 ],
874 }], 876 }],
875 ], 877 ],
876 } 878 }
OLDNEW
« no previous file with comments | « components/autofill/content/renderer/password_autofill_agent.cc ('k') | content/public/renderer/navigation_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698