| 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 4130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4141 'debugger', | 4141 'debugger', |
| 4142 'common', | 4142 'common', |
| 4143 'chrome_resources', | 4143 'chrome_resources', |
| 4144 'chrome_strings', | 4144 'chrome_strings', |
| 4145 'syncapi', | 4145 'syncapi', |
| 4146 'test_support_ui', | 4146 'test_support_ui', |
| 4147 '../base/base.gyp:base', | 4147 '../base/base.gyp:base', |
| 4148 '../net/net.gyp:net', | 4148 '../net/net.gyp:net', |
| 4149 '../build/temp_gyp/googleurl.gyp:googleurl', | 4149 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 4150 '../skia/skia.gyp:skia', | 4150 '../skia/skia.gyp:skia', |
| 4151 '../testing/gmock.gyp:gmock', |
| 4151 '../testing/gtest.gyp:gtest', | 4152 '../testing/gtest.gyp:gtest', |
| 4152 '../third_party/icu/icu.gyp:icui18n', | 4153 '../third_party/icu/icu.gyp:icui18n', |
| 4153 '../third_party/icu/icu.gyp:icuuc', | 4154 '../third_party/icu/icu.gyp:icuuc', |
| 4154 '../third_party/libxml/libxml.gyp:libxml', | 4155 '../third_party/libxml/libxml.gyp:libxml', |
| 4155 ], | 4156 ], |
| 4156 'include_dirs': [ | 4157 'include_dirs': [ |
| 4157 '..', | 4158 '..', |
| 4158 ], | 4159 ], |
| 4159 'sources': [ | 4160 'sources': [ |
| 4160 'app/chrome_main_uitest.cc', | 4161 'app/chrome_main_uitest.cc', |
| (...skipping 2798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6959 ] | 6960 ] |
| 6960 }], | 6961 }], |
| 6961 ], # 'conditions' | 6962 ], # 'conditions' |
| 6962 } | 6963 } |
| 6963 | 6964 |
| 6964 # Local Variables: | 6965 # Local Variables: |
| 6965 # tab-width:2 | 6966 # tab-width:2 |
| 6966 # indent-tabs-mode:nil | 6967 # indent-tabs-mode:nil |
| 6967 # End: | 6968 # End: |
| 6968 # vim: set expandtab tabstop=2 shiftwidth=2: | 6969 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |