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

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

Issue 5744005: Revert rev 69137 due to incorrect change log. (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
« no previous file with comments | « webkit/tools/test_shell/test_shell.cc ('k') | webkit/tools/test_shell/test_webview_delegate.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) 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 }],
166 ], 163 ],
167 }, 164 },
168 { 165 {
169 'target_name': 'test_shell_pak', 166 'target_name': 'test_shell_pak',
170 'type': 'none', 167 'type': 'none',
171 'variables': { 168 'variables': {
172 'repack_path': '../../../tools/data_pack/repack.py', 169 'repack_path': '../../../tools/data_pack/repack.py',
173 'pak_path': '<(INTERMEDIATE_DIR)/repack/test_shell.pak', 170 'pak_path': '<(INTERMEDIATE_DIR)/repack/test_shell.pak',
174 }, 171 },
175 'conditions': [ 172 'conditions': [
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 ], 801 ],
805 }], 802 }],
806 ], 803 ],
807 } 804 }
808 805
809 # Local Variables: 806 # Local Variables:
810 # tab-width:2 807 # tab-width:2
811 # indent-tabs-mode:nil 808 # indent-tabs-mode:nil
812 # End: 809 # End:
813 # vim: set expandtab tabstop=2 shiftwidth=2: 810 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell.cc ('k') | webkit/tools/test_shell/test_webview_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698