| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
| (...skipping 4012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4023 }], | 4023 }], |
| 4024 ['OS=="linux" and toolkit_views==1', { | 4024 ['OS=="linux" and toolkit_views==1', { |
| 4025 'dependencies': [ | 4025 'dependencies': [ |
| 4026 '../views/views.gyp:views', | 4026 '../views/views.gyp:views', |
| 4027 ], | 4027 ], |
| 4028 }], | 4028 }], |
| 4029 ['OS=="mac"', { | 4029 ['OS=="mac"', { |
| 4030 'sources': [ | 4030 'sources': [ |
| 4031 'app/keystone_glue.h', | 4031 'app/keystone_glue.h', |
| 4032 'app/keystone_glue.m', | 4032 'app/keystone_glue.m', |
| 4033 'app/breakpad_mac_stubs.mm', |
| 4033 ], | 4034 ], |
| 4034 'sources!': [ | 4035 'sources!': [ |
| 4035 # TODO(port) | 4036 # TODO(port) |
| 4036 'app/chrome_main_uitest.cc', | 4037 'app/chrome_main_uitest.cc', |
| 4037 'browser/login_prompt_uitest.cc', | 4038 'browser/login_prompt_uitest.cc', |
| 4038 'browser/metrics/metrics_service_uitest.cc', | 4039 'browser/metrics/metrics_service_uitest.cc', |
| 4039 # leaves an extra window on screen after test completes. | 4040 # leaves an extra window on screen after test completes. |
| 4040 'browser/sessions/session_restore_uitest.cc', | 4041 'browser/sessions/session_restore_uitest.cc', |
| 4041 # puts up modal dialogs. | 4042 # puts up modal dialogs. |
| 4042 'browser/unload_uitest.cc', | 4043 'browser/unload_uitest.cc', |
| (...skipping 2866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6909 ], # targets when chrome_personalization==1 | 6910 ], # targets when chrome_personalization==1 |
| 6910 }], | 6911 }], |
| 6911 ], # 'conditions' | 6912 ], # 'conditions' |
| 6912 } | 6913 } |
| 6913 | 6914 |
| 6914 # Local Variables: | 6915 # Local Variables: |
| 6915 # tab-width:2 | 6916 # tab-width:2 |
| 6916 # indent-tabs-mode:nil | 6917 # indent-tabs-mode:nil |
| 6917 # End: | 6918 # End: |
| 6918 # vim: set expandtab tabstop=2 shiftwidth=2: | 6919 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |