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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8540012: Enable extension APIs for content scripts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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_renderer.gypi ('k') | chrome/common/extensions/api/extension_api.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) 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 'mock_js': 'third_party/mock4js/mock4js.js', 9 'mock_js': 'third_party/mock4js/mock4js.js',
10 'test_api_js': 'test/data/webui/test_api.js', 10 'test_api_js': 'test/data/webui/test_api.js',
(...skipping 1886 matching lines...) Expand 10 before | Expand all | Expand 10 after
1897 'common/extensions/extension_resource_unittest.cc', 1897 'common/extensions/extension_resource_unittest.cc',
1898 'common/extensions/extension_set_unittest.cc', 1898 'common/extensions/extension_set_unittest.cc',
1899 'common/extensions/extension_test_util.h', 1899 'common/extensions/extension_test_util.h',
1900 'common/extensions/extension_test_util.cc', 1900 'common/extensions/extension_test_util.cc',
1901 'common/extensions/extension_unittest.cc', 1901 'common/extensions/extension_unittest.cc',
1902 'common/extensions/extension_unpacker_unittest.cc', 1902 'common/extensions/extension_unpacker_unittest.cc',
1903 'common/extensions/update_manifest_unittest.cc', 1903 'common/extensions/update_manifest_unittest.cc',
1904 'common/extensions/url_pattern_set_unittest.cc', 1904 'common/extensions/url_pattern_set_unittest.cc',
1905 'common/extensions/url_pattern_unittest.cc', 1905 'common/extensions/url_pattern_unittest.cc',
1906 'common/extensions/user_script_unittest.cc', 1906 'common/extensions/user_script_unittest.cc',
1907 'common/extensions/api/extension_api_unittest.cc',
1907 'common/guid_unittest.cc', 1908 'common/guid_unittest.cc',
1908 'common/important_file_writer_unittest.cc', 1909 'common/important_file_writer_unittest.cc',
1909 'common/json_pref_store_unittest.cc', 1910 'common/json_pref_store_unittest.cc',
1910 'common/json_schema_validator_unittest.cc', 1911 'common/json_schema_validator_unittest.cc',
1911 'common/json_schema_validator_unittest_base.cc', 1912 'common/json_schema_validator_unittest_base.cc',
1912 'common/json_schema_validator_unittest_base.h', 1913 'common/json_schema_validator_unittest_base.h',
1913 'common/json_value_serializer_unittest.cc', 1914 'common/json_value_serializer_unittest.cc',
1914 'common/mac/cfbundle_blocker_unittest.mm', 1915 'common/mac/cfbundle_blocker_unittest.mm',
1915 'common/mac/objc_method_swizzle_unittest.mm', 1916 'common/mac/objc_method_swizzle_unittest.mm',
1916 'common/mac/objc_zombie_unittest.mm', 1917 'common/mac/objc_zombie_unittest.mm',
(...skipping 2334 matching lines...) Expand 10 before | Expand all | Expand 10 after
4251 # Use outputs of this action as inputs for the main target build. 4252 # Use outputs of this action as inputs for the main target build.
4252 # Seems as a misnomer but makes this happy on Linux (scons). 4253 # Seems as a misnomer but makes this happy on Linux (scons).
4253 'process_outputs_as_sources': 1, 4254 'process_outputs_as_sources': 1,
4254 }, 4255 },
4255 ], # 'actions' 4256 ], # 'actions'
4256 }, 4257 },
4257 ] 4258 ]
4258 }], # 'coverage!=0' 4259 }], # 'coverage!=0'
4259 ], # 'conditions' 4260 ], # 'conditions'
4260 } 4261 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/extensions/api/extension_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698