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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11299338: fix location of dependency in chrome/chrome_tests.gypi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 '../sync/sync.gyp:sync_notifier', 791 '../sync/sync.gyp:sync_notifier',
792 '../sync/sync.gyp:test_support_sync_api', 792 '../sync/sync.gyp:test_support_sync_api',
793 '../testing/gmock.gyp:gmock', 793 '../testing/gmock.gyp:gmock',
794 '../testing/gtest.gyp:gtest', 794 '../testing/gtest.gyp:gtest',
795 '../third_party/cld/cld.gyp:cld', 795 '../third_party/cld/cld.gyp:cld',
796 '../third_party/icu/icu.gyp:icui18n', 796 '../third_party/icu/icu.gyp:icui18n',
797 '../third_party/icu/icu.gyp:icuuc', 797 '../third_party/icu/icu.gyp:icuuc',
798 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 798 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
799 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 799 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
800 '../v8/tools/gyp/v8.gyp:v8', 800 '../v8/tools/gyp/v8.gyp:v8',
801 '../webkit/webkit.gyp:test_shell_test_support',
801 # Runtime dependencies 802 # Runtime dependencies
802 '../ppapi/ppapi_internal.gyp:ppapi_tests', 803 '../ppapi/ppapi_internal.gyp:ppapi_tests',
803 '../third_party/mesa/mesa.gyp:osmesa', 804 '../third_party/mesa/mesa.gyp:osmesa',
804 '../webkit/webkit.gyp:test_shell_test_support',
805 ], 805 ],
806 'include_dirs': [ 806 'include_dirs': [
807 '..', 807 '..',
808 ], 808 ],
809 'defines': [ 809 'defines': [
810 'HAS_OUT_OF_PROC_TEST_RUNNER', 810 'HAS_OUT_OF_PROC_TEST_RUNNER',
811 ], 811 ],
812 'sources': [ 812 'sources': [
813 'app/breakpad_mac_stubs.mm', 813 'app/breakpad_mac_stubs.mm',
814 'app/chrome_command_ids.h', 814 'app/chrome_command_ids.h',
(...skipping 2044 matching lines...) Expand 10 before | Expand all | Expand 10 after
2859 'sync_integration_tests.isolate', 2859 'sync_integration_tests.isolate',
2860 ], 2860 ],
2861 'sources': [ 2861 'sources': [
2862 'sync_integration_tests.isolate', 2862 'sync_integration_tests.isolate',
2863 ], 2863 ],
2864 }, 2864 },
2865 ], 2865 ],
2866 }], 2866 }],
2867 ], # 'conditions' 2867 ], # 'conditions'
2868 } 2868 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698