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

Side by Side Diff: chrome/chrome_common.gypi

Issue 16171011: Move parsing of NaCl modules out of Extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: plugin manager Created 7 years, 6 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'common/extensions/manifest_handlers/app_isolation_info.cc', 255 'common/extensions/manifest_handlers/app_isolation_info.cc',
256 'common/extensions/manifest_handlers/app_isolation_info.h', 256 'common/extensions/manifest_handlers/app_isolation_info.h',
257 'common/extensions/manifest_handlers/content_scripts_handler.cc', 257 'common/extensions/manifest_handlers/content_scripts_handler.cc',
258 'common/extensions/manifest_handlers/content_scripts_handler.h', 258 'common/extensions/manifest_handlers/content_scripts_handler.h',
259 'common/extensions/manifest_handlers/externally_connectable.cc', 259 'common/extensions/manifest_handlers/externally_connectable.cc',
260 'common/extensions/manifest_handlers/externally_connectable.h', 260 'common/extensions/manifest_handlers/externally_connectable.h',
261 'common/extensions/manifest_handlers/icons_handler.cc', 261 'common/extensions/manifest_handlers/icons_handler.cc',
262 'common/extensions/manifest_handlers/icons_handler.h', 262 'common/extensions/manifest_handlers/icons_handler.h',
263 'common/extensions/manifest_handlers/kiosk_enabled_info.cc', 263 'common/extensions/manifest_handlers/kiosk_enabled_info.cc',
264 'common/extensions/manifest_handlers/kiosk_enabled_info.h', 264 'common/extensions/manifest_handlers/kiosk_enabled_info.h',
265 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
266 'common/extensions/manifest_handlers/nacl_modules_handler.h',
265 'common/extensions/manifest_handlers/offline_enabled_info.cc', 267 'common/extensions/manifest_handlers/offline_enabled_info.cc',
266 'common/extensions/manifest_handlers/offline_enabled_info.h', 268 'common/extensions/manifest_handlers/offline_enabled_info.h',
267 'common/extensions/manifest_handlers/requirements_handler.cc', 269 'common/extensions/manifest_handlers/requirements_handler.cc',
268 'common/extensions/manifest_handlers/requirements_handler.h', 270 'common/extensions/manifest_handlers/requirements_handler.h',
269 'common/extensions/manifest_handlers/sandboxed_page_info.cc', 271 'common/extensions/manifest_handlers/sandboxed_page_info.cc',
270 'common/extensions/manifest_handlers/sandboxed_page_info.h', 272 'common/extensions/manifest_handlers/sandboxed_page_info.h',
271 'common/extensions/manifest_handlers/shared_module_info.cc', 273 'common/extensions/manifest_handlers/shared_module_info.cc',
272 'common/extensions/manifest_handlers/shared_module_info.h', 274 'common/extensions/manifest_handlers/shared_module_info.h',
273 'common/extensions/manifest_handlers/theme_handler.cc', 275 'common/extensions/manifest_handlers/theme_handler.cc',
274 'common/extensions/manifest_handlers/theme_handler.h', 276 'common/extensions/manifest_handlers/theme_handler.h',
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 'common/metrics/proto/user_action_event.proto', 753 'common/metrics/proto/user_action_event.proto',
752 ], 754 ],
753 'variables': { 755 'variables': {
754 'proto_in_dir': 'common/metrics/proto', 756 'proto_in_dir': 'common/metrics/proto',
755 'proto_out_dir': 'chrome/common/metrics/proto', 757 'proto_out_dir': 'chrome/common/metrics/proto',
756 }, 758 },
757 'includes': [ '../build/protoc.gypi' ], 759 'includes': [ '../build/protoc.gypi' ],
758 }, 760 },
759 ], 761 ],
760 } 762 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698