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

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: Rebase on trunk 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 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 ], 804 ],
802 }], 805 }],
803 ], 806 ],
804 } 807 }
805 808
806 # Local Variables: 809 # Local Variables:
807 # tab-width:2 810 # tab-width:2
808 # indent-tabs-mode:nil 811 # indent-tabs-mode:nil
809 # End: 812 # End:
810 # vim: set expandtab tabstop=2 shiftwidth=2: 813 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698