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

Side by Side Diff: tests/build.scons

Issue 164130: This CL adds client.toDataURL which gets the contents... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 4 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 | « plugin/idl/client.idl ('k') | tests/selenium/selenium_utilities.py » ('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 2009, Google Inc. 1 # Copyright 2009, Google Inc.
2 # All rights reserved. 2 # All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'import/cross/memory_buffer_test.cc', 247 'import/cross/memory_buffer_test.cc',
248 'import/cross/memory_stream_test.cc', 248 'import/cross/memory_stream_test.cc',
249 'import/cross/raw_data_test.cc', 249 'import/cross/raw_data_test.cc',
250 'import/cross/tar_generator_test.cc', 250 'import/cross/tar_generator_test.cc',
251 'import/cross/tar_processor_test.cc', 251 'import/cross/tar_processor_test.cc',
252 'import/cross/targz_generator_test.cc', 252 'import/cross/targz_generator_test.cc',
253 'import/cross/targz_processor_test.cc', 253 'import/cross/targz_processor_test.cc',
254 'import/cross/threaded_stream_processor_test.cc', 254 'import/cross/threaded_stream_processor_test.cc',
255 'serializer/cross/serializer_test.cc', 255 'serializer/cross/serializer_test.cc',
256 'tests/common/cross/test_utils.cc', 256 'tests/common/cross/test_utils.cc',
257 'utils/cross/base64_test.cc',
258 'utils/cross/dataurl_test.cc',
257 'utils/cross/file_path_utils_test.cc', 259 'utils/cross/file_path_utils_test.cc',
258 'utils/cross/file_text_reader_test.cc', 260 'utils/cross/file_text_reader_test.cc',
259 'utils/cross/json_writer_test.cc', 261 'utils/cross/json_writer_test.cc',
260 'utils/cross/math_gtest.cc', 262 'utils/cross/math_gtest.cc',
261 'utils/cross/math_gtest_test.cc', 263 'utils/cross/math_gtest_test.cc',
262 'utils/cross/string_reader_test.cc', 264 'utils/cross/string_reader_test.cc',
263 'utils/cross/string_writer_test.cc', 265 'utils/cross/string_writer_test.cc',
264 'utils/cross/temporary_file_test.cc', 266 'utils/cross/temporary_file_test.cc',
265 ] 267 ]
266 268
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 # Adding extra line for cleaner formatting. 780 # Adding extra line for cleaner formatting.
779 env.Help('\n') 781 env.Help('\n')
780 782
781 783
782 #-------------------------------------------------------------------------- 784 #--------------------------------------------------------------------------
783 # Other odds and ends 785 # Other odds and ends
784 786
785 # Install presubmit_tests batch file. 787 # Install presubmit_tests batch file.
786 # TODO: is this really needed anymore? 788 # TODO: is this really needed anymore?
787 env.Replicate('$ARTIFACTS_DIR', 'presubmit_tests.bat') 789 env.Replicate('$ARTIFACTS_DIR', 'presubmit_tests.bat')
OLDNEW
« no previous file with comments | « plugin/idl/client.idl ('k') | tests/selenium/selenium_utilities.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698