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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 17472006: Move webkit_resources / webkit_strings targets out of webkit_support.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
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 '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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 '../third_party/icu/icu.gyp:icui18n', 188 '../third_party/icu/icu.gyp:icui18n',
189 '../third_party/icu/icu.gyp:icuuc', 189 '../third_party/icu/icu.gyp:icuuc',
190 '../third_party/libpng/libpng.gyp:libpng', 190 '../third_party/libpng/libpng.gyp:libpng',
191 '../third_party/zlib/zlib.gyp:zlib', 191 '../third_party/zlib/zlib.gyp:zlib',
192 '../testing/gmock.gyp:gmock', 192 '../testing/gmock.gyp:gmock',
193 '../testing/gtest.gyp:gtest', 193 '../testing/gtest.gyp:gtest',
194 '../third_party/npapi/npapi.gyp:npapi', 194 '../third_party/npapi/npapi.gyp:npapi',
195 # Runtime dependencies 195 # Runtime dependencies
196 '../ppapi/ppapi_internal.gyp:ppapi_tests', 196 '../ppapi/ppapi_internal.gyp:ppapi_tests',
197 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 197 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
198 '../webkit/support/webkit_support.gyp:webkit_resources', 198 '../webkit/webkit_resources.gyp:webkit_temp_resources',
199 ], 199 ],
200 'include_dirs': [ 200 'include_dirs': [
201 '..', 201 '..',
202 ], 202 ],
203 'defines': [ 203 'defines': [
204 'HAS_OUT_OF_PROC_TEST_RUNNER', 204 'HAS_OUT_OF_PROC_TEST_RUNNER',
205 'INTERACTIVE_TESTS', 205 'INTERACTIVE_TESTS',
206 ], 206 ],
207 'sources': [ 207 'sources': [
208 'browser/autofill/autofill_interactive_uitest.cc', 208 'browser/autofill/autofill_interactive_uitest.cc',
(...skipping 3206 matching lines...) Expand 10 before | Expand all | Expand 10 after
3415 '../base/base.gyp:test_support_base', 3415 '../base/base.gyp:test_support_base',
3416 ], 3416 ],
3417 'sources': [ 3417 'sources': [
3418 'browser/local_discovery/service_discovery_sniffer.h', 3418 'browser/local_discovery/service_discovery_sniffer.h',
3419 'browser/local_discovery/service_discovery_sniffer.cc', 3419 'browser/local_discovery/service_discovery_sniffer.cc',
3420 ], 3420 ],
3421 }] 3421 }]
3422 }], 3422 }],
3423 ], # 'conditions' 3423 ], # 'conditions'
3424 } 3424 }
OLDNEW
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698