| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 5 'variables': { |
| 6 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
| 7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
| 8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
| 9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
| 10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
| (...skipping 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1442 'chrome_resources.gyp:packed_extra_resources', | 1442 'chrome_resources.gyp:packed_extra_resources', |
| 1443 'chrome_resources.gyp:packed_resources', | 1443 'chrome_resources.gyp:packed_resources', |
| 1444 'debugger', | 1444 'debugger', |
| 1445 'renderer', | 1445 'renderer', |
| 1446 'test_support_common', | 1446 'test_support_common', |
| 1447 '../content/app/resources/content_resources.gyp:content_resources', | 1447 '../content/app/resources/content_resources.gyp:content_resources', |
| 1448 '../google_apis/google_apis.gyp:google_apis_test_support', | 1448 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 1449 '../net/net.gyp:net', | 1449 '../net/net.gyp:net', |
| 1450 '../net/net.gyp:net_resources', | 1450 '../net/net.gyp:net_resources', |
| 1451 '../net/net.gyp:net_test_support', | 1451 '../net/net.gyp:net_test_support', |
| 1452 '../pdf/pdf.gyp:pdf', |
| 1452 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 1453 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
| 1453 '../skia/skia.gyp:skia', | 1454 '../skia/skia.gyp:skia', |
| 1454 '../sync/sync.gyp:sync', | 1455 '../sync/sync.gyp:sync', |
| 1455 '../testing/gmock.gyp:gmock', | 1456 '../testing/gmock.gyp:gmock', |
| 1456 '../testing/gtest.gyp:gtest', | 1457 '../testing/gtest.gyp:gtest', |
| 1457 '../third_party/hunspell/hunspell.gyp:hunspell', | 1458 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 1458 '../third_party/icu/icu.gyp:icui18n', | 1459 '../third_party/icu/icu.gyp:icui18n', |
| 1459 '../third_party/icu/icu.gyp:icuuc', | 1460 '../third_party/icu/icu.gyp:icuuc', |
| 1460 '../third_party/libpng/libpng.gyp:libpng', | 1461 '../third_party/libpng/libpng.gyp:libpng', |
| 1461 '../third_party/npapi/npapi.gyp:npapi', | 1462 '../third_party/npapi/npapi.gyp:npapi', |
| (...skipping 1768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3230 ['enable_webrtc==1', { | 3231 ['enable_webrtc==1', { |
| 3231 'dependencies': [ | 3232 'dependencies': [ |
| 3232 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3233 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3233 ] | 3234 ] |
| 3234 }], | 3235 }], |
| 3235 ], | 3236 ], |
| 3236 }] | 3237 }] |
| 3237 }], | 3238 }], |
| 3238 ], # 'conditions' | 3239 ], # 'conditions' |
| 3239 } | 3240 } |
| OLD | NEW |