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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8508003: zip: Add ZipReader and rework Unzip() using the new class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix a win failure Created 9 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_common.gypi ('k') | chrome/common/zip.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 'variables' : { 5 'variables' : {
6 # Variables for js2gtest rules 6 # Variables for js2gtest rules
7 'gypv8sh': '../tools/gypv8sh.py', 7 'gypv8sh': '../tools/gypv8sh.py',
8 'js2gtest': 'test/base/js2gtest.js', 8 'js2gtest': 'test/base/js2gtest.js',
9 'js2gtest_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2gtest', 9 'js2gtest_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2gtest',
10 'mock_js': 'third_party/mock4js/mock4js.js', 10 'mock_js': 'third_party/mock4js/mock4js.js',
(...skipping 1913 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 'common/net/gaia/google_service_auth_error_unittest.cc', 1924 'common/net/gaia/google_service_auth_error_unittest.cc',
1925 'common/net/gaia/oauth_request_signer_unittest.cc', 1925 'common/net/gaia/oauth_request_signer_unittest.cc',
1926 'common/random_unittest.cc', 1926 'common/random_unittest.cc',
1927 'common/service_process_util_unittest.cc', 1927 'common/service_process_util_unittest.cc',
1928 'common/string_ordinal_unittest.cc', 1928 'common/string_ordinal_unittest.cc',
1929 'common/switch_utils_unittest.cc', 1929 'common/switch_utils_unittest.cc',
1930 'common/thumbnail_score_unittest.cc', 1930 'common/thumbnail_score_unittest.cc',
1931 'common/time_format_unittest.cc', 1931 'common/time_format_unittest.cc',
1932 'common/web_apps_unittest.cc', 1932 'common/web_apps_unittest.cc',
1933 'common/worker_thread_ticker_unittest.cc', 1933 'common/worker_thread_ticker_unittest.cc',
1934 'common/zip_reader_unittest.cc',
1934 'common/zip_unittest.cc', 1935 'common/zip_unittest.cc',
1935 'renderer/extensions/chrome_v8_context_set_unittest.cc', 1936 'renderer/extensions/chrome_v8_context_set_unittest.cc',
1936 'renderer/extensions/extension_api_json_validity_unittest.cc', 1937 'renderer/extensions/extension_api_json_validity_unittest.cc',
1937 'renderer/extensions/json_schema_unittest.cc', 1938 'renderer/extensions/json_schema_unittest.cc',
1938 'renderer/net/predictor_queue_unittest.cc', 1939 'renderer/net/predictor_queue_unittest.cc',
1939 'renderer/net/renderer_predictor_unittest.cc', 1940 'renderer/net/renderer_predictor_unittest.cc',
1940 'renderer/plugin_uma_unittest.cc', 1941 'renderer/plugin_uma_unittest.cc',
1941 'renderer/renderer_about_handler_unittest.cc', 1942 'renderer/renderer_about_handler_unittest.cc',
1942 'renderer/safe_browsing/features_unittest.cc', 1943 'renderer/safe_browsing/features_unittest.cc',
1943 'renderer/safe_browsing/murmurhash3_util_unittest.cc', 1944 'renderer/safe_browsing/murmurhash3_util_unittest.cc',
(...skipping 2322 matching lines...) Expand 10 before | Expand all | Expand 10 after
4266 # Use outputs of this action as inputs for the main target build. 4267 # Use outputs of this action as inputs for the main target build.
4267 # Seems as a misnomer but makes this happy on Linux (scons). 4268 # Seems as a misnomer but makes this happy on Linux (scons).
4268 'process_outputs_as_sources': 1, 4269 'process_outputs_as_sources': 1,
4269 }, 4270 },
4270 ], # 'actions' 4271 ], # 'actions'
4271 }, 4272 },
4272 ] 4273 ]
4273 }], # 'coverage!=0' 4274 }], # 'coverage!=0'
4274 ], # 'conditions' 4275 ], # 'conditions'
4275 } 4276 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/zip.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698