| 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 # Keep the archive builder happy. | 9 # Keep the archive builder happy. |
| 10 'chrome_personalization%': 1, | 10 'chrome_personalization%': 1, |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 '../chrome/chrome.gyp:browser', | 331 '../chrome/chrome.gyp:browser', |
| 332 '../chrome/chrome.gyp:common', | 332 '../chrome/chrome.gyp:common', |
| 333 '../chrome/chrome.gyp:debugger', | 333 '../chrome/chrome.gyp:debugger', |
| 334 '../chrome/chrome.gyp:image_pre_reader', | 334 '../chrome/chrome.gyp:image_pre_reader', |
| 335 '../chrome/chrome.gyp:test_support_common', | 335 '../chrome/chrome.gyp:test_support_common', |
| 336 '../chrome/chrome.gyp:test_support_ui', | 336 '../chrome/chrome.gyp:test_support_ui', |
| 337 '../chrome/chrome.gyp:utility', | 337 '../chrome/chrome.gyp:utility', |
| 338 '../content/content.gyp:content_gpu', | 338 '../content/content.gyp:content_gpu', |
| 339 '../testing/gmock.gyp:gmock', | 339 '../testing/gmock.gyp:gmock', |
| 340 '../testing/gtest.gyp:gtest', | 340 '../testing/gtest.gyp:gtest', |
| 341 '../testing/perf/perf_test.gyp:*', |
| 341 '../third_party/libxml/libxml.gyp:libxml', | 342 '../third_party/libxml/libxml.gyp:libxml', |
| 342 '../third_party/libxslt/libxslt.gyp:libxslt', | 343 '../third_party/libxslt/libxslt.gyp:libxslt', |
| 343 '../url/url.gyp:url_lib', | 344 '../url/url.gyp:url_lib', |
| 344 'chrome_frame_ie', | 345 'chrome_frame_ie', |
| 345 'chrome_frame_strings', | 346 'chrome_frame_strings', |
| 346 'chrome_frame_utils', | 347 'chrome_frame_utils', |
| 347 'chrome_tab_idl', | 348 'chrome_tab_idl', |
| 348 'locales/locales.gyp:*', | 349 'locales/locales.gyp:*', |
| 349 'npchrome_frame', | 350 'npchrome_frame', |
| 350 ], | 351 ], |
| (...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1092 # Use outputs of this action as inputs for the main target build. | 1093 # Use outputs of this action as inputs for the main target build. |
| 1093 # Seems as a misnomer but makes this happy on Linux (scons). | 1094 # Seems as a misnomer but makes this happy on Linux (scons). |
| 1094 'process_outputs_as_sources': 1, | 1095 'process_outputs_as_sources': 1, |
| 1095 }, | 1096 }, |
| 1096 ], | 1097 ], |
| 1097 }, | 1098 }, |
| 1098 ], | 1099 ], |
| 1099 }, ], # 'coverage!=0' | 1100 }, ], # 'coverage!=0' |
| 1100 ], # 'conditions' | 1101 ], # 'conditions' |
| 1101 } | 1102 } |
| OLD | NEW |