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

Side by Side Diff: chrome/chrome_common.gypi

Issue 9006027: Rip Out the Sidebar API (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 8 years, 11 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 | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'common/extensions/extension_messages.cc', 129 'common/extensions/extension_messages.cc',
130 'common/extensions/extension_messages.h', 130 'common/extensions/extension_messages.h',
131 'common/extensions/extension_permission_set.cc', 131 'common/extensions/extension_permission_set.cc',
132 'common/extensions/extension_permission_set.h', 132 'common/extensions/extension_permission_set.h',
133 'common/extensions/extension_process_policy.cc', 133 'common/extensions/extension_process_policy.cc',
134 'common/extensions/extension_process_policy.h', 134 'common/extensions/extension_process_policy.h',
135 'common/extensions/extension_resource.cc', 135 'common/extensions/extension_resource.cc',
136 'common/extensions/extension_resource.h', 136 'common/extensions/extension_resource.h',
137 'common/extensions/extension_set.cc', 137 'common/extensions/extension_set.cc',
138 'common/extensions/extension_set.h', 138 'common/extensions/extension_set.h',
139 'common/extensions/extension_sidebar_defaults.h',
140 'common/extensions/extension_sidebar_utils.cc',
141 'common/extensions/extension_sidebar_utils.h',
142 'common/extensions/extension_unpacker.cc', 139 'common/extensions/extension_unpacker.cc',
143 'common/extensions/extension_unpacker.h', 140 'common/extensions/extension_unpacker.h',
144 'common/extensions/file_browser_handler.cc', 141 'common/extensions/file_browser_handler.cc',
145 'common/extensions/file_browser_handler.h', 142 'common/extensions/file_browser_handler.h',
146 'common/extensions/manifest.cc', 143 'common/extensions/manifest.cc',
147 'common/extensions/manifest.h', 144 'common/extensions/manifest.h',
148 'common/extensions/update_manifest.cc', 145 'common/extensions/update_manifest.cc',
149 'common/extensions/update_manifest.h', 146 'common/extensions/update_manifest.h',
150 'common/extensions/url_pattern.cc', 147 'common/extensions/url_pattern.cc',
151 'common/extensions/url_pattern.h', 148 'common/extensions/url_pattern.h',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 'common/safe_browsing/csd.proto' 449 'common/safe_browsing/csd.proto'
453 ], 450 ],
454 'variables': { 451 'variables': {
455 'proto_in_dir': 'common/safe_browsing', 452 'proto_in_dir': 'common/safe_browsing',
456 'proto_out_dir': 'chrome/common/safe_browsing', 453 'proto_out_dir': 'chrome/common/safe_browsing',
457 }, 454 },
458 'includes': [ '../build/protoc.gypi' ], 455 'includes': [ '../build/protoc.gypi' ],
459 }, 456 },
460 ], 457 ],
461 } 458 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698