| OLD | NEW |
| 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 'variables' : { | 6 'variables' : { |
| 7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 2388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2399 }, { # else: OS != "win" | 2399 }, { # else: OS != "win" |
| 2400 'sources!': [ | 2400 'sources!': [ |
| 2401 'app/chrome_command_ids.h', | 2401 'app/chrome_command_ids.h', |
| 2402 'app/chrome_dll.rc', | 2402 'app/chrome_dll.rc', |
| 2403 'app/chrome_dll_resource.h', | 2403 'app/chrome_dll_resource.h', |
| 2404 'app/chrome_dll_version.rc.version', | 2404 'app/chrome_dll_version.rc.version', |
| 2405 'browser/extensions/extension_rlz_apitest.cc', | 2405 'browser/extensions/extension_rlz_apitest.cc', |
| 2406 # http://crbug.com/15101 These tests fail on Linux and Mac. | 2406 # http://crbug.com/15101 These tests fail on Linux and Mac. |
| 2407 'browser/renderer_host/web_cache_manager_browsertest.cc', | 2407 'browser/renderer_host/web_cache_manager_browsertest.cc', |
| 2408 '../content/browser/child_process_security_policy_browsertest.cc', | 2408 '../content/browser/child_process_security_policy_browsertest.cc', |
| 2409 '../content/browser/renderer_host/render_view_host_manager_browserte
st.cc', | |
| 2410 ], | 2409 ], |
| 2411 }], | 2410 }], |
| 2412 ['OS=="linux"', { | 2411 ['OS=="linux"', { |
| 2413 'dependencies': [ | 2412 'dependencies': [ |
| 2414 '../build/linux/system.gyp:gtk', | 2413 '../build/linux/system.gyp:gtk', |
| 2415 '../build/linux/system.gyp:nss', | 2414 '../build/linux/system.gyp:nss', |
| 2416 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2415 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2417 ], | 2416 ], |
| 2418 'sources': [ | 2417 'sources': [ |
| 2419 # TODO(estade): port to win/mac. | 2418 # TODO(estade): port to win/mac. |
| (...skipping 1338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3758 ] | 3757 ] |
| 3759 }], # 'coverage!=0' | 3758 }], # 'coverage!=0' |
| 3760 ], # 'conditions' | 3759 ], # 'conditions' |
| 3761 } | 3760 } |
| 3762 | 3761 |
| 3763 # Local Variables: | 3762 # Local Variables: |
| 3764 # tab-width:2 | 3763 # tab-width:2 |
| 3765 # indent-tabs-mode:nil | 3764 # indent-tabs-mode:nil |
| 3766 # End: | 3765 # End: |
| 3767 # vim: set expandtab tabstop=2 shiftwidth=2: | 3766 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |