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

Side by Side Diff: chrome/chrome_common.gypi

Issue 237723004: Move EventBindings to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « no previous file | 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) 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'common/extensions/mime_types_handler.cc', 196 'common/extensions/mime_types_handler.cc',
197 'common/extensions/mime_types_handler.h', 197 'common/extensions/mime_types_handler.h',
198 'common/extensions/permissions/chrome_api_permissions.cc', 198 'common/extensions/permissions/chrome_api_permissions.cc',
199 'common/extensions/permissions/chrome_api_permissions.h', 199 'common/extensions/permissions/chrome_api_permissions.h',
200 'common/extensions/permissions/chrome_permission_message_provider.cc', 200 'common/extensions/permissions/chrome_permission_message_provider.cc',
201 'common/extensions/permissions/chrome_permission_message_provider.h', 201 'common/extensions/permissions/chrome_permission_message_provider.h',
202 'common/extensions/sync_helper.cc', 202 'common/extensions/sync_helper.cc',
203 'common/extensions/sync_helper.h', 203 'common/extensions/sync_helper.h',
204 'common/extensions/update_manifest.cc', 204 'common/extensions/update_manifest.cc',
205 'common/extensions/update_manifest.h', 205 'common/extensions/update_manifest.h',
206 'common/extensions/value_counter.cc',
207 'common/extensions/value_counter.h',
208 'common/favicon/favicon_types.cc', 206 'common/favicon/favicon_types.cc',
209 'common/favicon/favicon_types.h', 207 'common/favicon/favicon_types.h',
210 'common/favicon/favicon_url_parser.cc', 208 'common/favicon/favicon_url_parser.cc',
211 'common/favicon/favicon_url_parser.h', 209 'common/favicon/favicon_url_parser.h',
212 'common/profile_management_switches.cc', 210 'common/profile_management_switches.cc',
213 'common/profile_management_switches.h', 211 'common/profile_management_switches.h',
214 'common/icon_with_badge_image_source.cc', 212 'common/icon_with_badge_image_source.cc',
215 'common/icon_with_badge_image_source.h', 213 'common/icon_with_badge_image_source.h',
216 'common/importer/firefox_importer_utils.cc', 214 'common/importer/firefox_importer_utils.cc',
217 'common/importer/firefox_importer_utils.h', 215 'common/importer/firefox_importer_utils.h',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 'common/metrics/proto/user_action_event.proto', 688 'common/metrics/proto/user_action_event.proto',
691 ], 689 ],
692 'variables': { 690 'variables': {
693 'proto_in_dir': 'common/metrics/proto', 691 'proto_in_dir': 'common/metrics/proto',
694 'proto_out_dir': 'chrome/common/metrics/proto', 692 'proto_out_dir': 'chrome/common/metrics/proto',
695 }, 693 },
696 'includes': [ '../build/protoc.gypi' ], 694 'includes': [ '../build/protoc.gypi' ],
697 }, 695 },
698 ], 696 ],
699 } 697 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698