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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6749021: Added new fileBrowserPrivate and fileHandler extension APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « chrome/chrome_browser.gypi ('k') | chrome/common/extensions/api/extension_api.json » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'common/extensions/extension_messages.h', 176 'common/extensions/extension_messages.h',
177 'common/extensions/extension_resource.cc', 177 'common/extensions/extension_resource.cc',
178 'common/extensions/extension_resource.h', 178 'common/extensions/extension_resource.h',
179 'common/extensions/extension_set.cc', 179 'common/extensions/extension_set.cc',
180 'common/extensions/extension_set.h', 180 'common/extensions/extension_set.h',
181 'common/extensions/extension_sidebar_defaults.h', 181 'common/extensions/extension_sidebar_defaults.h',
182 'common/extensions/extension_sidebar_utils.cc', 182 'common/extensions/extension_sidebar_utils.cc',
183 'common/extensions/extension_sidebar_utils.h', 183 'common/extensions/extension_sidebar_utils.h',
184 'common/extensions/extension_unpacker.cc', 184 'common/extensions/extension_unpacker.cc',
185 'common/extensions/extension_unpacker.h', 185 'common/extensions/extension_unpacker.h',
186 'common/extensions/file_browser_handler.cc',
187 'common/extensions/file_browser_hanlder.h',
186 'common/extensions/update_manifest.cc', 188 'common/extensions/update_manifest.cc',
187 'common/extensions/update_manifest.h', 189 'common/extensions/update_manifest.h',
188 'common/extensions/url_pattern.cc', 190 'common/extensions/url_pattern.cc',
189 'common/extensions/url_pattern.h', 191 'common/extensions/url_pattern.h',
190 'common/extensions/user_script.cc', 192 'common/extensions/user_script.cc',
191 'common/extensions/user_script.h', 193 'common/extensions/user_script.h',
192 'common/important_file_writer.cc', 194 'common/important_file_writer.cc',
193 'common/important_file_writer.h', 195 'common/important_file_writer.h',
194 'common/json_pref_store.cc', 196 'common/json_pref_store.cc',
195 'common/json_pref_store.h', 197 'common/json_pref_store.h',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 'configurations': { 529 'configurations': {
528 'Common_Base': { 530 'Common_Base': {
529 'msvs_target_platform': 'x64', 531 'msvs_target_platform': 'x64',
530 }, 532 },
531 }, 533 },
532 }, 534 },
533 ], 535 ],
534 }], 536 }],
535 ], 537 ],
536 } 538 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/extensions/api/extension_api.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698