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

Side by Side Diff: chrome/chrome_common.gypi

Issue 7587009: sync: add DEPS files to subdirs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix include Created 9 years, 4 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.gyp ('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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'common/cloud_print/cloud_print_proxy_info.h', 147 'common/cloud_print/cloud_print_proxy_info.h',
148 'common/common_api.h', 148 'common/common_api.h',
149 'common/common_message_generator.cc', 149 'common/common_message_generator.cc',
150 'common/common_message_generator.h', 150 'common/common_message_generator.h',
151 'common/common_param_traits.cc', 151 'common/common_param_traits.cc',
152 'common/common_param_traits.h', 152 'common/common_param_traits.h',
153 'common/custom_handlers/protocol_handler.cc', 153 'common/custom_handlers/protocol_handler.cc',
154 'common/custom_handlers/protocol_handler.h', 154 'common/custom_handlers/protocol_handler.h',
155 'common/default_plugin.cc', 155 'common/default_plugin.cc',
156 'common/default_plugin.h', 156 'common/default_plugin.h',
157 'common/deprecated/event_sys-inl.h',
158 'common/deprecated/event_sys.h',
159 'common/extensions/extension.cc', 157 'common/extensions/extension.cc',
160 'common/extensions/extension.h', 158 'common/extensions/extension.h',
161 'common/extensions/extension_action.cc', 159 'common/extensions/extension_action.cc',
162 'common/extensions/extension_action.h', 160 'common/extensions/extension_action.h',
163 'common/extensions/extension_constants.cc', 161 'common/extensions/extension_constants.cc',
164 'common/extensions/extension_constants.h', 162 'common/extensions/extension_constants.h',
165 'common/extensions/extension_error_utils.cc', 163 'common/extensions/extension_error_utils.cc',
166 'common/extensions/extension_error_utils.h', 164 'common/extensions/extension_error_utils.h',
167 'common/extensions/extension_file_util.cc', 165 'common/extensions/extension_file_util.cc',
168 'common/extensions/extension_file_util.h', 166 'common/extensions/extension_file_util.h',
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 'configurations': { 566 'configurations': {
569 'Common_Base': { 567 'Common_Base': {
570 'msvs_target_platform': 'x64', 568 'msvs_target_platform': 'x64',
571 }, 569 },
572 }, 570 },
573 }, 571 },
574 ], 572 ],
575 }], 573 }],
576 ], 574 ],
577 } 575 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698