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

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: address comments 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
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 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 'common/net/gaia/google_service_auth_error_unittest.cc', 1922 'common/net/gaia/google_service_auth_error_unittest.cc',
1923 'common/net/gaia/oauth_request_signer_unittest.cc', 1923 'common/net/gaia/oauth_request_signer_unittest.cc',
1924 'common/random_unittest.cc', 1924 'common/random_unittest.cc',
1925 'common/service_process_util_unittest.cc', 1925 'common/service_process_util_unittest.cc',
1926 'common/string_ordinal_unittest.cc', 1926 'common/string_ordinal_unittest.cc',
1927 'common/switch_utils_unittest.cc', 1927 'common/switch_utils_unittest.cc',
1928 'common/thumbnail_score_unittest.cc', 1928 'common/thumbnail_score_unittest.cc',
1929 'common/time_format_unittest.cc', 1929 'common/time_format_unittest.cc',
1930 'common/web_apps_unittest.cc', 1930 'common/web_apps_unittest.cc',
1931 'common/worker_thread_ticker_unittest.cc', 1931 'common/worker_thread_ticker_unittest.cc',
1932 'common/zip_reader_unittest.cc',
1932 'common/zip_unittest.cc', 1933 'common/zip_unittest.cc',
1933 'renderer/extensions/chrome_v8_context_set_unittest.cc', 1934 'renderer/extensions/chrome_v8_context_set_unittest.cc',
1934 'renderer/extensions/extension_api_json_validity_unittest.cc', 1935 'renderer/extensions/extension_api_json_validity_unittest.cc',
1935 'renderer/extensions/json_schema_unittest.cc', 1936 'renderer/extensions/json_schema_unittest.cc',
1936 'renderer/net/predictor_queue_unittest.cc', 1937 'renderer/net/predictor_queue_unittest.cc',
1937 'renderer/net/renderer_predictor_unittest.cc', 1938 'renderer/net/renderer_predictor_unittest.cc',
1938 'renderer/plugin_uma_unittest.cc', 1939 'renderer/plugin_uma_unittest.cc',
1939 'renderer/renderer_about_handler_unittest.cc', 1940 'renderer/renderer_about_handler_unittest.cc',
1940 'renderer/safe_browsing/features_unittest.cc', 1941 'renderer/safe_browsing/features_unittest.cc',
1941 'renderer/safe_browsing/murmurhash3_util_unittest.cc', 1942 'renderer/safe_browsing/murmurhash3_util_unittest.cc',
(...skipping 2302 matching lines...) Expand 10 before | Expand all | Expand 10 after
4244 # Use outputs of this action as inputs for the main target build. 4245 # Use outputs of this action as inputs for the main target build.
4245 # Seems as a misnomer but makes this happy on Linux (scons). 4246 # Seems as a misnomer but makes this happy on Linux (scons).
4246 'process_outputs_as_sources': 1, 4247 'process_outputs_as_sources': 1,
4247 }, 4248 },
4248 ], # 'actions' 4249 ], # 'actions'
4249 }, 4250 },
4250 ] 4251 ]
4251 }], # 'coverage!=0' 4252 }], # 'coverage!=0'
4252 ], # 'conditions' 4253 ], # 'conditions'
4253 } 4254 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/zip.cc » ('j') | chrome/common/zip_reader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698