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

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

Issue 5938002: Remove legacy non-client-based geolocation code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove non-client-based geolocation code. Created 9 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
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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'foreground_helper.h', 66 'foreground_helper.h',
67 'layout_test_controller.cc', 67 'layout_test_controller.cc',
68 'layout_test_controller.h', 68 'layout_test_controller.h',
69 'mock_spellcheck.cc', 69 'mock_spellcheck.cc',
70 'mock_spellcheck.h', 70 'mock_spellcheck.h',
71 'notification_presenter.cc', 71 'notification_presenter.cc',
72 'notification_presenter.h', 72 'notification_presenter.h',
73 'plain_text_controller.cc', 73 'plain_text_controller.cc',
74 'plain_text_controller.h', 74 'plain_text_controller.h',
75 'resource.h', 75 'resource.h',
76 'test_geolocation_service.cc',
77 'test_geolocation_service.h',
78 'test_navigation_controller.cc', 76 'test_navigation_controller.cc',
79 'test_navigation_controller.h', 77 'test_navigation_controller.h',
80 'test_shell.cc', 78 'test_shell.cc',
81 'test_shell.h', 79 'test_shell.h',
82 'test_shell_devtools_agent.cc', 80 'test_shell_devtools_agent.cc',
83 'test_shell_devtools_agent.h', 81 'test_shell_devtools_agent.h',
84 'test_shell_devtools_callargs.cc', 82 'test_shell_devtools_callargs.cc',
85 'test_shell_devtools_callargs.h', 83 'test_shell_devtools_callargs.h',
86 'test_shell_devtools_client.cc', 84 'test_shell_devtools_client.cc',
87 'test_shell_devtools_client.h', 85 'test_shell_devtools_client.h',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 ], 151 ],
154 }, { # else: OS!=win 152 }, { # else: OS!=win
155 'sources/': [ 153 'sources/': [
156 ['exclude', '_webtheme(control|engine)\.(cc|h)$'], 154 ['exclude', '_webtheme(control|engine)\.(cc|h)$'],
157 ], 155 ],
158 'sources!': [ 156 'sources!': [
159 'drag_delegate.cc', 157 'drag_delegate.cc',
160 'drop_delegate.cc', 158 'drop_delegate.cc',
161 ], 159 ],
162 }], 160 }],
163 ['"ENABLE_CLIENT_BASED_GEOLOCATION=1" in feature_defines', {
164 'defines': [ 'ENABLE_CLIENT_BASED_GEOLOCATION=1' ]
165 }],
166 ], 161 ],
167 }, 162 },
168 { 163 {
169 'target_name': 'test_shell_pak', 164 'target_name': 'test_shell_pak',
170 'type': 'none', 165 'type': 'none',
171 'variables': { 166 'variables': {
172 'repack_path': '../../../tools/data_pack/repack.py', 167 'repack_path': '../../../tools/data_pack/repack.py',
173 'pak_path': '<(INTERMEDIATE_DIR)/repack/test_shell.pak', 168 'pak_path': '<(INTERMEDIATE_DIR)/repack/test_shell.pak',
174 }, 169 },
175 'conditions': [ 170 'conditions': [
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
734 ], 729 ],
735 }], 730 }],
736 ], 731 ],
737 } 732 }
738 733
739 # Local Variables: 734 # Local Variables:
740 # tab-width:2 735 # tab-width:2
741 # indent-tabs-mode:nil 736 # indent-tabs-mode:nil
742 # End: 737 # End:
743 # vim: set expandtab tabstop=2 shiftwidth=2: 738 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698