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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6981001: Make the Pepper proxy support in-process font rendering. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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_renderer.gypi ('k') | chrome/nacl/nacl_launcher_thread.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 '../build/temp_gyp/googleurl.gyp:googleurl', 590 '../build/temp_gyp/googleurl.gyp:googleurl',
591 '../skia/skia.gyp:skia', 591 '../skia/skia.gyp:skia',
592 '../testing/gmock.gyp:gmock', 592 '../testing/gmock.gyp:gmock',
593 '../testing/gtest.gyp:gtest', 593 '../testing/gtest.gyp:gtest',
594 '../third_party/icu/icu.gyp:icui18n', 594 '../third_party/icu/icu.gyp:icui18n',
595 '../third_party/icu/icu.gyp:icuuc', 595 '../third_party/icu/icu.gyp:icuuc',
596 '../third_party/libxml/libxml.gyp:libxml', 596 '../third_party/libxml/libxml.gyp:libxml',
597 # run time dependencies 597 # run time dependencies
598 'chrome_mesa', 598 'chrome_mesa',
599 'default_plugin/default_plugin.gyp:default_plugin', 599 'default_plugin/default_plugin.gyp:default_plugin',
600 '../ppapi/ppapi.gyp:ppapi_tests', 600 '../ppapi/ppapi_internal.gyp:ppapi_tests',
601 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca pePlugIn', 601 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca pePlugIn',
602 ], 602 ],
603 'include_dirs': [ 603 'include_dirs': [
604 '..', 604 '..',
605 ], 605 ],
606 'sources': [ 606 'sources': [
607 'app/chrome_main_uitest.cc', 607 'app/chrome_main_uitest.cc',
608 'browser/browser_encoding_uitest.cc', 608 'browser/browser_encoding_uitest.cc',
609 'browser/download/save_page_uitest.cc', 609 'browser/download/save_page_uitest.cc',
610 'browser/errorpage_uitest.cc', 610 'browser/errorpage_uitest.cc',
(...skipping 3299 matching lines...) Expand 10 before | Expand all | Expand 10 after
3910 ] 3910 ]
3911 }], # 'coverage!=0' 3911 }], # 'coverage!=0'
3912 ], # 'conditions' 3912 ], # 'conditions'
3913 } 3913 }
3914 3914
3915 # Local Variables: 3915 # Local Variables:
3916 # tab-width:2 3916 # tab-width:2
3917 # indent-tabs-mode:nil 3917 # indent-tabs-mode:nil
3918 # End: 3918 # End:
3919 # vim: set expandtab tabstop=2 shiftwidth=2: 3919 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/nacl/nacl_launcher_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698