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

Side by Side Diff: chrome/chrome_common.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/browser/extensions/stubs_apitest.cc ('k') | chrome/chrome_renderer.gypi » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'common/extensions/file_browser_handler.cc', 134 'common/extensions/file_browser_handler.cc',
135 'common/extensions/file_browser_handler.h', 135 'common/extensions/file_browser_handler.h',
136 'common/extensions/update_manifest.cc', 136 'common/extensions/update_manifest.cc',
137 'common/extensions/update_manifest.h', 137 'common/extensions/update_manifest.h',
138 'common/extensions/url_pattern.cc', 138 'common/extensions/url_pattern.cc',
139 'common/extensions/url_pattern.h', 139 'common/extensions/url_pattern.h',
140 'common/extensions/url_pattern_set.cc', 140 'common/extensions/url_pattern_set.cc',
141 'common/extensions/url_pattern_set.h', 141 'common/extensions/url_pattern_set.h',
142 'common/extensions/user_script.cc', 142 'common/extensions/user_script.cc',
143 'common/extensions/user_script.h', 143 'common/extensions/user_script.h',
144 'common/extensions/api/extension_api.cc',
145 'common/extensions/api/extension_api.h',
144 'common/external_ipc_fuzzer.h', 146 'common/external_ipc_fuzzer.h',
145 'common/external_ipc_fuzzer.cc', 147 'common/external_ipc_fuzzer.cc',
146 'common/favicon_url.cc', 148 'common/favicon_url.cc',
147 'common/favicon_url.h', 149 'common/favicon_url.h',
148 'common/guid.cc', 150 'common/guid.cc',
149 'common/guid.h', 151 'common/guid.h',
150 'common/guid_posix.cc', 152 'common/guid_posix.cc',
151 'common/guid_win.cc', 153 'common/guid_win.cc',
152 'common/icon_messages.h', 154 'common/icon_messages.h',
153 'common/important_file_writer.cc', 155 'common/important_file_writer.cc',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'common/safe_browsing/csd.proto' 431 'common/safe_browsing/csd.proto'
430 ], 432 ],
431 'variables': { 433 'variables': {
432 'proto_in_dir': 'common/safe_browsing', 434 'proto_in_dir': 'common/safe_browsing',
433 'proto_out_dir': 'chrome/common/safe_browsing', 435 'proto_out_dir': 'chrome/common/safe_browsing',
434 }, 436 },
435 'includes': [ '../build/protoc.gypi' ], 437 'includes': [ '../build/protoc.gypi' ],
436 }, 438 },
437 ], 439 ],
438 } 440 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/stubs_apitest.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698