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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6990028: Remove files that don't exist, and fix typos in gyp files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: some more Created 9 years, 7 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 '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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'common/extensions/extension_resource.cc', 179 'common/extensions/extension_resource.cc',
180 'common/extensions/extension_resource.h', 180 'common/extensions/extension_resource.h',
181 'common/extensions/extension_set.cc', 181 'common/extensions/extension_set.cc',
182 'common/extensions/extension_set.h', 182 'common/extensions/extension_set.h',
183 'common/extensions/extension_sidebar_defaults.h', 183 'common/extensions/extension_sidebar_defaults.h',
184 'common/extensions/extension_sidebar_utils.cc', 184 'common/extensions/extension_sidebar_utils.cc',
185 'common/extensions/extension_sidebar_utils.h', 185 'common/extensions/extension_sidebar_utils.h',
186 'common/extensions/extension_unpacker.cc', 186 'common/extensions/extension_unpacker.cc',
187 'common/extensions/extension_unpacker.h', 187 'common/extensions/extension_unpacker.h',
188 'common/extensions/file_browser_handler.cc', 188 'common/extensions/file_browser_handler.cc',
189 'common/extensions/file_browser_hanlder.h', 189 'common/extensions/file_browser_handler.h',
190 'common/extensions/update_manifest.cc', 190 'common/extensions/update_manifest.cc',
191 'common/extensions/update_manifest.h', 191 'common/extensions/update_manifest.h',
192 'common/extensions/url_pattern.cc', 192 'common/extensions/url_pattern.cc',
193 'common/extensions/url_pattern.h', 193 'common/extensions/url_pattern.h',
194 'common/extensions/url_pattern_set.cc', 194 'common/extensions/url_pattern_set.cc',
195 'common/extensions/url_pattern_set.h', 195 'common/extensions/url_pattern_set.h',
196 'common/extensions/user_script.cc', 196 'common/extensions/user_script.cc',
197 'common/extensions/user_script.h', 197 'common/extensions/user_script.h',
198 'common/favicon_url.cc', 198 'common/favicon_url.cc',
199 'common/favicon_url.h', 199 'common/favicon_url.h',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'configurations': { 532 'configurations': {
533 'Common_Base': { 533 'Common_Base': {
534 'msvs_target_platform': 'x64', 534 'msvs_target_platform': 'x64',
535 }, 535 },
536 }, 536 },
537 }, 537 },
538 ], 538 ],
539 }], 539 }],
540 ], 540 ],
541 } 541 }
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