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 1428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1439 'chrome_resources.gyp:packed_extra_resources', | 1439 'chrome_resources.gyp:packed_extra_resources', |
1440 'chrome_resources.gyp:packed_resources', | 1440 'chrome_resources.gyp:packed_resources', |
1441 'debugger', | 1441 'debugger', |
1442 'renderer', | 1442 'renderer', |
1443 'test_support_common', | 1443 'test_support_common', |
1444 '../content/app/resources/content_resources.gyp:content_resources', | 1444 '../content/app/resources/content_resources.gyp:content_resources', |
1445 '../google_apis/google_apis.gyp:google_apis_test_support', | 1445 '../google_apis/google_apis.gyp:google_apis_test_support', |
1446 '../net/net.gyp:net', | 1446 '../net/net.gyp:net', |
1447 '../net/net.gyp:net_resources', | 1447 '../net/net.gyp:net_resources', |
1448 '../net/net.gyp:net_test_support', | 1448 '../net/net.gyp:net_test_support', |
1449 '../pdf/pdf.gyp:pdf', | |
1450 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 1449 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
1451 '../skia/skia.gyp:skia', | 1450 '../skia/skia.gyp:skia', |
1452 '../sync/sync.gyp:sync', | 1451 '../sync/sync.gyp:sync', |
1453 '../testing/gmock.gyp:gmock', | 1452 '../testing/gmock.gyp:gmock', |
1454 '../testing/gtest.gyp:gtest', | 1453 '../testing/gtest.gyp:gtest', |
1455 '../third_party/hunspell/hunspell.gyp:hunspell', | 1454 '../third_party/hunspell/hunspell.gyp:hunspell', |
1456 '../third_party/icu/icu.gyp:icui18n', | 1455 '../third_party/icu/icu.gyp:icui18n', |
1457 '../third_party/icu/icu.gyp:icuuc', | 1456 '../third_party/icu/icu.gyp:icuuc', |
1458 '../third_party/libpng/libpng.gyp:libpng', | 1457 '../third_party/libpng/libpng.gyp:libpng', |
1459 '../third_party/npapi/npapi.gyp:npapi', | 1458 '../third_party/npapi/npapi.gyp:npapi', |
(...skipping 1771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3231 ['enable_webrtc==1', { | 3230 ['enable_webrtc==1', { |
3232 'dependencies': [ | 3231 'dependencies': [ |
3233 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3232 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3234 ] | 3233 ] |
3235 }], | 3234 }], |
3236 ], | 3235 ], |
3237 }] | 3236 }] |
3238 }], | 3237 }], |
3239 ], # 'conditions' | 3238 ], # 'conditions' |
3240 } | 3239 } |
OLD | NEW |