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

Side by Side Diff: content/content_common.gypi

Issue 11886074: Use correct favicon scale factor on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Final rebase after DIP scale fix. Created 7 years, 11 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/android/device_telephony_info.cc ('k') | content/content_jni.gypi » ('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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/components_tracing.gyp:tracing', 9 '../components/components_tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'common/accessibility_node_data.h', 104 'common/accessibility_node_data.h',
105 'common/all_messages.h', 105 'common/all_messages.h',
106 'common/android/address_parser.cc', 106 'common/android/address_parser.cc',
107 'common/android/address_parser.h', 107 'common/android/address_parser.h',
108 'common/android/address_parser_internal.cc', 108 'common/android/address_parser_internal.cc',
109 'common/android/address_parser_internal.h', 109 'common/android/address_parser_internal.h',
110 'common/android/command_line.cc', 110 'common/android/command_line.cc',
111 'common/android/command_line.h', 111 'common/android/command_line.h',
112 'common/android/common_jni_registrar.cc', 112 'common/android/common_jni_registrar.cc',
113 'common/android/common_jni_registrar.h', 113 'common/android/common_jni_registrar.h',
114 'common/android/device_info.cc', 114 'common/android/device_telephony_info.cc',
115 'common/android/device_info.h', 115 'common/android/device_telephony_info.h',
116 'common/android/hash_set.cc', 116 'common/android/hash_set.cc',
117 'common/android/hash_set.h', 117 'common/android/hash_set.h',
118 'common/android/surface_callback.cc', 118 'common/android/surface_callback.cc',
119 'common/android/surface_callback.h', 119 'common/android/surface_callback.h',
120 'common/android/surface_texture_bridge.cc', 120 'common/android/surface_texture_bridge.cc',
121 'common/android/surface_texture_bridge.h', 121 'common/android/surface_texture_bridge.h',
122 'common/android/surface_texture_listener.cc', 122 'common/android/surface_texture_listener.cc',
123 'common/android/surface_texture_listener.h', 123 'common/android/surface_texture_listener.h',
124 'common/android/surface_texture_peer.cc', 124 'common/android/surface_texture_peer.cc',
125 'common/android/surface_texture_peer.h', 125 'common/android/surface_texture_peer.h',
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 579 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
580 '<(output)', 580 '<(output)',
581 '<(PRODUCT_DIR)', 581 '<(PRODUCT_DIR)',
582 ], 582 ],
583 'msvs_cygwin_shell': 1, 583 'msvs_cygwin_shell': 1,
584 }, 584 },
585 ] 585 ]
586 }], 586 }],
587 ], 587 ],
588 } 588 }
OLDNEW
« no previous file with comments | « content/common/android/device_telephony_info.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698