OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
297 'dependencies': [ | 297 'dependencies': [ |
298 '../base/base.gyp:base', | 298 '../base/base.gyp:base', |
299 '../base/base.gyp:base_i18n', | 299 '../base/base.gyp:base_i18n', |
300 '../base/base.gyp:test_support_base', | 300 '../base/base.gyp:test_support_base', |
301 '../build/temp_gyp/googleurl.gyp:googleurl', | 301 '../build/temp_gyp/googleurl.gyp:googleurl', |
302 '../chrome/chrome.gyp:common', | 302 '../chrome/chrome.gyp:common', |
303 '../chrome/chrome.gyp:browser', | 303 '../chrome/chrome.gyp:browser', |
304 '../chrome/chrome.gyp:debugger', | 304 '../chrome/chrome.gyp:debugger', |
305 '../chrome/chrome.gyp:test_support_ui', | 305 '../chrome/chrome.gyp:test_support_ui', |
306 '../chrome/chrome.gyp:utility', | 306 '../chrome/chrome.gyp:utility', |
307 '../chrome/chrome.gyp:image_pre_reader', | |
chrisha
2012/02/03 16:31:08
alphabetical order.
Roger McFarlane (Chromium)
2012/02/03 17:45:42
Done.
| |
307 '../content/content.gyp:content_gpu', | 308 '../content/content.gyp:content_gpu', |
308 '../testing/gmock.gyp:gmock', | 309 '../testing/gmock.gyp:gmock', |
309 '../testing/gtest.gyp:gtest', | 310 '../testing/gtest.gyp:gtest', |
310 '../third_party/libxml/libxml.gyp:libxml', | 311 '../third_party/libxml/libxml.gyp:libxml', |
311 '../third_party/libxslt/libxslt.gyp:libxslt', | 312 '../third_party/libxslt/libxslt.gyp:libxslt', |
312 'chrome_frame_ie', | 313 'chrome_frame_ie', |
313 'chrome_frame_strings', | 314 'chrome_frame_strings', |
314 'chrome_frame_utils', | 315 'chrome_frame_utils', |
315 'chrome_tab_idl', | 316 'chrome_tab_idl', |
316 'locales/locales.gyp:*', | 317 'locales/locales.gyp:*', |
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1044 # Use outputs of this action as inputs for the main target build. | 1045 # Use outputs of this action as inputs for the main target build. |
1045 # Seems as a misnomer but makes this happy on Linux (scons). | 1046 # Seems as a misnomer but makes this happy on Linux (scons). |
1046 'process_outputs_as_sources': 1, | 1047 'process_outputs_as_sources': 1, |
1047 }, | 1048 }, |
1048 ], | 1049 ], |
1049 }, | 1050 }, |
1050 ], | 1051 ], |
1051 }, ], # 'coverage!=0' | 1052 }, ], # 'coverage!=0' |
1052 ], # 'conditions' | 1053 ], # 'conditions' |
1053 } | 1054 } |
OLD | NEW |