Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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: |
| OLD | NEW |