Chromium Code Reviews| 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 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1459 '../sync/sync.gyp:sync', | 1459 '../sync/sync.gyp:sync', |
| 1460 '../testing/gmock.gyp:gmock', | 1460 '../testing/gmock.gyp:gmock', |
| 1461 '../testing/gtest.gyp:gtest', | 1461 '../testing/gtest.gyp:gtest', |
| 1462 '../third_party/hunspell/hunspell.gyp:hunspell', | 1462 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 1463 '../third_party/icu/icu.gyp:icui18n', | 1463 '../third_party/icu/icu.gyp:icui18n', |
| 1464 '../third_party/icu/icu.gyp:icuuc', | 1464 '../third_party/icu/icu.gyp:icuuc', |
| 1465 '../third_party/libpng/libpng.gyp:libpng', | 1465 '../third_party/libpng/libpng.gyp:libpng', |
| 1466 '../third_party/npapi/npapi.gyp:npapi', | 1466 '../third_party/npapi/npapi.gyp:npapi', |
| 1467 '../third_party/zlib/zlib.gyp:zlib', | 1467 '../third_party/zlib/zlib.gyp:zlib', |
| 1468 '../ui/base/ui_base.gyp:ui_base_test_support', | 1468 '../ui/base/ui_base.gyp:ui_base_test_support', |
| 1469 '../ui/resources/ui_resources.gyp:ui_test_pak', | |
|
tapted
2015/03/17 10:39:48
this was a missing dependency for the resource fil
| |
| 1469 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 1470 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
| 1470 # Runtime dependencies | 1471 # Runtime dependencies |
| 1471 '../third_party/mesa/mesa.gyp:osmesa', | 1472 '../third_party/mesa/mesa.gyp:osmesa', |
| 1472 ], | 1473 ], |
| 1473 'include_dirs': [ | 1474 'include_dirs': [ |
| 1474 '..', | 1475 '..', |
| 1475 ], | 1476 ], |
| 1476 'defines': [ | 1477 'defines': [ |
| 1477 'HAS_OUT_OF_PROC_TEST_RUNNER', | 1478 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 1478 ], | 1479 ], |
| (...skipping 1694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3173 ['enable_webrtc==1', { | 3174 ['enable_webrtc==1', { |
| 3174 'dependencies': [ | 3175 'dependencies': [ |
| 3175 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3176 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3176 ] | 3177 ] |
| 3177 }], | 3178 }], |
| 3178 ], | 3179 ], |
| 3179 }] | 3180 }] |
| 3180 }], | 3181 }], |
| 3181 ], # 'conditions' | 3182 ], # 'conditions' |
| 3182 } | 3183 } |
| OLD | NEW |