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

Side by Side Diff: content/content_tests.gypi

Issue 7747026: Inject the ChromeOS specific geocolation wifi data provider at runtime. This allows building cont... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 9 years, 4 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/content_browser.gypi ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ], 125 ],
126 }], 126 }],
127 ['OS=="win" and win_use_allocator_shim==1', { 127 ['OS=="win" and win_use_allocator_shim==1', {
128 'dependencies': [ 128 'dependencies': [
129 '../base/allocator/allocator.gyp:allocator', 129 '../base/allocator/allocator.gyp:allocator',
130 ], 130 ],
131 }], 131 }],
132 ['chromeos==1', { 132 ['chromeos==1', {
133 'sources/': [ 133 'sources/': [
134 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'], 134 ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittes t.cc'],
135 # TODO(jam): remove this
136 ['exclude', '^browser/renderer_host/resource_dispatcher_host_unittes t.cc'],
137 ], 135 ],
138 }], 136 }],
139 ], 137 ],
140 }, 138 },
141 ], 139 ],
142 } 140 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698