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

Side by Side Diff: content/content_renderer.gypi

Issue 10960042: Add navigator.doNotTrack property (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/common/renderer_preferences.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 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../ppapi/ppapi_internal.gyp:ppapi_host', 9 '../ppapi/ppapi_internal.gyp:ppapi_host',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'renderer/android/phone_number_detector.cc', 60 'renderer/android/phone_number_detector.cc',
61 'renderer/android/phone_number_detector.h', 61 'renderer/android/phone_number_detector.h',
62 'renderer/device_orientation_dispatcher.cc', 62 'renderer/device_orientation_dispatcher.cc',
63 'renderer/device_orientation_dispatcher.h', 63 'renderer/device_orientation_dispatcher.h',
64 'renderer/devtools_agent.cc', 64 'renderer/devtools_agent.cc',
65 'renderer/devtools_agent.h', 65 'renderer/devtools_agent.h',
66 'renderer/devtools_agent_filter.cc', 66 'renderer/devtools_agent_filter.cc',
67 'renderer/devtools_agent_filter.h', 67 'renderer/devtools_agent_filter.h',
68 'renderer/devtools_client.cc', 68 'renderer/devtools_client.cc',
69 'renderer/devtools_client.h', 69 'renderer/devtools_client.h',
70 'renderer/do_not_track_bindings.cc',
71 'renderer/do_not_track_bindings.h',
70 'renderer/dom_automation_controller.cc', 72 'renderer/dom_automation_controller.cc',
71 'renderer/dom_automation_controller.h', 73 'renderer/dom_automation_controller.h',
72 'renderer/dom_storage/dom_storage_dispatcher.cc', 74 'renderer/dom_storage/dom_storage_dispatcher.cc',
73 'renderer/dom_storage/dom_storage_dispatcher.h', 75 'renderer/dom_storage/dom_storage_dispatcher.h',
74 'renderer/dom_storage/webstoragearea_impl.cc', 76 'renderer/dom_storage/webstoragearea_impl.cc',
75 'renderer/dom_storage/webstoragearea_impl.h', 77 'renderer/dom_storage/webstoragearea_impl.h',
76 'renderer/dom_storage/webstoragenamespace_impl.cc', 78 'renderer/dom_storage/webstoragenamespace_impl.cc',
77 'renderer/dom_storage/webstoragenamespace_impl.h', 79 'renderer/dom_storage/webstoragenamespace_impl.h',
78 'renderer/external_popup_menu.cc', 80 'renderer/external_popup_menu.cc',
79 'renderer/external_popup_menu.h', 81 'renderer/external_popup_menu.h',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 }], 363 }],
362 ], 364 ],
363 'target_conditions': [ 365 'target_conditions': [
364 ['OS=="android"', { 366 ['OS=="android"', {
365 'sources/': [ 367 'sources/': [
366 ['include', '^renderer/render_view_linux\\.cc$'], 368 ['include', '^renderer/render_view_linux\\.cc$'],
367 ], 369 ],
368 }], 370 }],
369 ], 371 ],
370 } 372 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/common/renderer_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698