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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 3790013: Add a test for ConstrainedHtmlUI. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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 | « chrome/browser/dom_ui/dom_ui_factory.cc ('k') | chrome/common/url_constants.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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/pref_names.cc', 9 'common/pref_names.cc',
10 'common/pref_names.h', 10 'common/pref_names.h',
(...skipping 2087 matching lines...) Expand 10 before | Expand all | Expand 10 after
2098 'browser/renderer_host/test/web_cache_manager_browsertest.cc', 2098 'browser/renderer_host/test/web_cache_manager_browsertest.cc',
2099 'browser/renderer_host/test/render_view_host_manager_browsertest.cc' , 2099 'browser/renderer_host/test/render_view_host_manager_browsertest.cc' ,
2100 ], 2100 ],
2101 }], 2101 }],
2102 ['OS=="linux"', { 2102 ['OS=="linux"', {
2103 'dependencies': [ 2103 'dependencies': [
2104 '../build/linux/system.gyp:gtk', 2104 '../build/linux/system.gyp:gtk',
2105 '../build/linux/system.gyp:nss', 2105 '../build/linux/system.gyp:nss',
2106 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2106 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2107 ], 2107 ],
2108 'sources': [
2109 # TODO(estade): port to win/mac.
Miranda Callahan 2010/10/18 23:26:00 should probably be against johnnyg/mirandac?
Evan Stade 2010/10/18 23:29:08 the name is an indication of authorship, not neces
2110 'browser/dom_ui/constrained_html_ui_browsertest.cc',
2111 ],
2108 }], 2112 }],
2109 ['OS=="mac"', { 2113 ['OS=="mac"', {
2110 'include_dirs': [ 2114 'include_dirs': [
2111 '../third_party/GTM', 2115 '../third_party/GTM',
2112 ], 2116 ],
2113 # TODO(mark): We really want this for all non-static library 2117 # TODO(mark): We really want this for all non-static library
2114 # targets, but when we tried to pull it up to the common.gypi 2118 # targets, but when we tried to pull it up to the common.gypi
2115 # level, it broke other things like the ui, startup, and 2119 # level, it broke other things like the ui, startup, and
2116 # page_cycler tests. *shrug* 2120 # page_cycler tests. *shrug*
2117 'xcode_settings': { 2121 'xcode_settings': {
(...skipping 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after
3246 ] 3250 ]
3247 }], # 'coverage!=0' 3251 }], # 'coverage!=0'
3248 ], # 'conditions' 3252 ], # 'conditions'
3249 } 3253 }
3250 3254
3251 # Local Variables: 3255 # Local Variables:
3252 # tab-width:2 3256 # tab-width:2
3253 # indent-tabs-mode:nil 3257 # indent-tabs-mode:nil
3254 # End: 3258 # End:
3255 # vim: set expandtab tabstop=2 shiftwidth=2: 3259 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/dom_ui_factory.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698