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

Side by Side Diff: webkit/tools/test_shell/test_shell.gypi

Issue 5612005: Client-based geolocation support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'test_shell_windows_resource_files': [ 7 'test_shell_windows_resource_files': [
8 'resources/test_shell.rc', 8 'resources/test_shell.rc',
9 'resources/pan_east.cur', 9 'resources/pan_east.cur',
10 'resources/pan_middle.cur', 10 'resources/pan_middle.cur',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 ], 153 ],
154 }, { # else: OS!=win 154 }, { # else: OS!=win
155 'sources/': [ 155 'sources/': [
156 ['exclude', '_webtheme(control|engine)\.(cc|h)$'], 156 ['exclude', '_webtheme(control|engine)\.(cc|h)$'],
157 ], 157 ],
158 'sources!': [ 158 'sources!': [
159 'drag_delegate.cc', 159 'drag_delegate.cc',
160 'drop_delegate.cc', 160 'drop_delegate.cc',
161 ], 161 ],
162 }], 162 }],
163 ['"ENABLE_CLIENT_BASED_GEOLOCATION=1" in feature_defines', {
164 'defines': [ 'ENABLE_CLIENT_BASED_GEOLOCATION=1' ]
165 }],
163 ], 166 ],
164 }, 167 },
165 { 168 {
166 'target_name': 'test_shell_pak', 169 'target_name': 'test_shell_pak',
167 'type': 'none', 170 'type': 'none',
168 'variables': { 171 'variables': {
169 'repack_path': '../../../tools/data_pack/repack.py', 172 'repack_path': '../../../tools/data_pack/repack.py',
170 'pak_path': '<(INTERMEDIATE_DIR)/repack/test_shell.pak', 173 'pak_path': '<(INTERMEDIATE_DIR)/repack/test_shell.pak',
171 }, 174 },
172 'conditions': [ 175 'conditions': [
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 ], 795 ],
793 }], 796 }],
794 ], 797 ],
795 } 798 }
796 799
797 # Local Variables: 800 # Local Variables:
798 # tab-width:2 801 # tab-width:2
799 # indent-tabs-mode:nil 802 # indent-tabs-mode:nil
800 # End: 803 # End:
801 # vim: set expandtab tabstop=2 shiftwidth=2: 804 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698