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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 4164015: Switch to the new PPAPI repository. This removes the DEPS entry that refers t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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.gyp ('k') | chrome/renderer/pepper_plugin_delegate_impl.h » ('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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/pref_names.cc', 9 'common/pref_names.cc',
10 'common/pref_names.h', 10 'common/pref_names.h',
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 '../build/temp_gyp/googleurl.gyp:googleurl', 451 '../build/temp_gyp/googleurl.gyp:googleurl',
452 '../skia/skia.gyp:skia', 452 '../skia/skia.gyp:skia',
453 '../testing/gmock.gyp:gmock', 453 '../testing/gmock.gyp:gmock',
454 '../testing/gtest.gyp:gtest', 454 '../testing/gtest.gyp:gtest',
455 '../third_party/icu/icu.gyp:icui18n', 455 '../third_party/icu/icu.gyp:icui18n',
456 '../third_party/icu/icu.gyp:icuuc', 456 '../third_party/icu/icu.gyp:icuuc',
457 '../third_party/libxml/libxml.gyp:libxml', 457 '../third_party/libxml/libxml.gyp:libxml',
458 # run time dependencies 458 # run time dependencies
459 'chrome_mesa', 459 'chrome_mesa',
460 'default_plugin/default_plugin.gyp:default_plugin', 460 'default_plugin/default_plugin.gyp:default_plugin',
461 '../third_party/ppapi/ppapi.gyp:ppapi_tests', 461 '../ppapi/ppapi.gyp:ppapi_tests',
462 '../webkit/support/webkit_support.gyp:copy_npapi_layout_test_plugin', 462 '../webkit/support/webkit_support.gyp:copy_npapi_layout_test_plugin',
463 ], 463 ],
464 'include_dirs': [ 464 'include_dirs': [
465 '..', 465 '..',
466 ], 466 ],
467 'sources': [ 467 'sources': [
468 'app/chrome_main_uitest.cc', 468 'app/chrome_main_uitest.cc',
469 'browser/appcache/appcache_ui_test.cc', 469 'browser/appcache/appcache_ui_test.cc',
470 'browser/browser_encoding_uitest.cc', 470 'browser/browser_encoding_uitest.cc',
471 'browser/browser_uitest.cc', 471 'browser/browser_uitest.cc',
(...skipping 2855 matching lines...) Expand 10 before | Expand all | Expand 10 after
3327 ] 3327 ]
3328 }], # 'coverage!=0' 3328 }], # 'coverage!=0'
3329 ], # 'conditions' 3329 ], # 'conditions'
3330 } 3330 }
3331 3331
3332 # Local Variables: 3332 # Local Variables:
3333 # tab-width:2 3333 # tab-width:2
3334 # indent-tabs-mode:nil 3334 # indent-tabs-mode:nil
3335 # End: 3335 # End:
3336 # vim: set expandtab tabstop=2 shiftwidth=2: 3336 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/renderer/pepper_plugin_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698