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

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
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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'common/extensions/extension_messages.h', 173 'common/extensions/extension_messages.h',
174 'common/extensions/extension_resource.cc', 174 'common/extensions/extension_resource.cc',
175 'common/extensions/extension_resource.h', 175 'common/extensions/extension_resource.h',
176 'common/extensions/extension_set.cc', 176 'common/extensions/extension_set.cc',
177 'common/extensions/extension_set.h', 177 'common/extensions/extension_set.h',
178 'common/extensions/extension_sidebar_defaults.h', 178 'common/extensions/extension_sidebar_defaults.h',
179 'common/extensions/extension_sidebar_utils.cc', 179 'common/extensions/extension_sidebar_utils.cc',
180 'common/extensions/extension_sidebar_utils.h', 180 'common/extensions/extension_sidebar_utils.h',
181 'common/extensions/extension_unpacker.cc', 181 'common/extensions/extension_unpacker.cc',
182 'common/extensions/extension_unpacker.h', 182 'common/extensions/extension_unpacker.h',
183 'common/extensions/file_browser_action.cc',
184 'common/extensions/file_browser_action.h',
183 'common/extensions/update_manifest.cc', 185 'common/extensions/update_manifest.cc',
184 'common/extensions/update_manifest.h', 186 'common/extensions/update_manifest.h',
185 'common/extensions/url_pattern.cc', 187 'common/extensions/url_pattern.cc',
186 'common/extensions/url_pattern.h', 188 'common/extensions/url_pattern.h',
187 'common/extensions/user_script.cc', 189 'common/extensions/user_script.cc',
188 'common/extensions/user_script.h', 190 'common/extensions/user_script.h',
189 'common/important_file_writer.cc', 191 'common/important_file_writer.cc',
190 'common/important_file_writer.h', 192 'common/important_file_writer.h',
191 'common/json_pref_store.cc', 193 'common/json_pref_store.cc',
192 'common/json_pref_store.h', 194 'common/json_pref_store.h',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 'configurations': { 476 'configurations': {
475 'Common_Base': { 477 'Common_Base': {
476 'msvs_target_platform': 'x64', 478 'msvs_target_platform': 'x64',
477 }, 479 },
478 }, 480 },
479 }, 481 },
480 ], 482 ],
481 }], 483 }],
482 ], 484 ],
483 } 485 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698