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

Side by Side Diff: chrome/chrome_common.gypi

Issue 235813002: Add profile-switches to signin-internals; move switches to component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp(i) files Created 6 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'common/extensions/sync_helper.cc', 200 'common/extensions/sync_helper.cc',
201 'common/extensions/sync_helper.h', 201 'common/extensions/sync_helper.h',
202 'common/extensions/update_manifest.cc', 202 'common/extensions/update_manifest.cc',
203 'common/extensions/update_manifest.h', 203 'common/extensions/update_manifest.h',
204 'common/extensions/value_counter.cc', 204 'common/extensions/value_counter.cc',
205 'common/extensions/value_counter.h', 205 'common/extensions/value_counter.h',
206 'common/favicon/favicon_types.cc', 206 'common/favicon/favicon_types.cc',
207 'common/favicon/favicon_types.h', 207 'common/favicon/favicon_types.h',
208 'common/favicon/favicon_url_parser.cc', 208 'common/favicon/favicon_url_parser.cc',
209 'common/favicon/favicon_url_parser.h', 209 'common/favicon/favicon_url_parser.h',
210 'common/profile_management_switches.cc',
211 'common/profile_management_switches.h',
212 'common/icon_with_badge_image_source.cc', 210 'common/icon_with_badge_image_source.cc',
213 'common/icon_with_badge_image_source.h', 211 'common/icon_with_badge_image_source.h',
214 'common/importer/firefox_importer_utils.cc', 212 'common/importer/firefox_importer_utils.cc',
215 'common/importer/firefox_importer_utils.h', 213 'common/importer/firefox_importer_utils.h',
216 'common/importer/firefox_importer_utils_linux.cc', 214 'common/importer/firefox_importer_utils_linux.cc',
217 'common/importer/firefox_importer_utils_mac.mm', 215 'common/importer/firefox_importer_utils_mac.mm',
218 'common/importer/firefox_importer_utils_win.cc', 216 'common/importer/firefox_importer_utils_win.cc',
219 'common/importer/ie_importer_test_registry_overrider_win.cc', 217 'common/importer/ie_importer_test_registry_overrider_win.cc',
220 'common/importer/ie_importer_test_registry_overrider_win.h', 218 'common/importer/ie_importer_test_registry_overrider_win.h',
221 'common/importer/ie_importer_utils_win.cc', 219 'common/importer/ie_importer_utils_win.cc',
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 'common/metrics/proto/user_action_event.proto', 697 'common/metrics/proto/user_action_event.proto',
700 ], 698 ],
701 'variables': { 699 'variables': {
702 'proto_in_dir': 'common/metrics/proto', 700 'proto_in_dir': 'common/metrics/proto',
703 'proto_out_dir': 'chrome/common/metrics/proto', 701 'proto_out_dir': 'chrome/common/metrics/proto',
704 }, 702 },
705 'includes': [ '../build/protoc.gypi' ], 703 'includes': [ '../build/protoc.gypi' ],
706 }, 704 },
707 ], 705 ],
708 } 706 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698