Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(717)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 993253002: MacViews: Implement Window-modal dialogs using sheets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update isolate Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/interactive_ui_tests.isolate » ('j') | chrome/interactive_ui_tests.isolate » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/interactive_ui_tests.isolate » ('j') | chrome/interactive_ui_tests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698