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

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: Rebase 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'common/extensions/sync_helper.cc', 202 'common/extensions/sync_helper.cc',
203 'common/extensions/sync_helper.h', 203 'common/extensions/sync_helper.h',
204 'common/extensions/update_manifest.cc', 204 'common/extensions/update_manifest.cc',
205 'common/extensions/update_manifest.h', 205 'common/extensions/update_manifest.h',
206 'common/extensions/value_counter.cc', 206 'common/extensions/value_counter.cc',
207 'common/extensions/value_counter.h', 207 'common/extensions/value_counter.h',
208 'common/favicon/favicon_types.cc', 208 'common/favicon/favicon_types.cc',
209 'common/favicon/favicon_types.h', 209 'common/favicon/favicon_types.h',
210 'common/favicon/favicon_url_parser.cc', 210 'common/favicon/favicon_url_parser.cc',
211 'common/favicon/favicon_url_parser.h', 211 'common/favicon/favicon_url_parser.h',
212 'common/profile_management_switches.cc',
213 'common/profile_management_switches.h',
214 'common/icon_with_badge_image_source.cc', 212 'common/icon_with_badge_image_source.cc',
215 'common/icon_with_badge_image_source.h', 213 'common/icon_with_badge_image_source.h',
216 'common/importer/firefox_importer_utils.cc', 214 'common/importer/firefox_importer_utils.cc',
217 'common/importer/firefox_importer_utils.h', 215 'common/importer/firefox_importer_utils.h',
218 'common/importer/firefox_importer_utils_linux.cc', 216 'common/importer/firefox_importer_utils_linux.cc',
219 'common/importer/firefox_importer_utils_mac.mm', 217 'common/importer/firefox_importer_utils_mac.mm',
220 'common/importer/firefox_importer_utils_win.cc', 218 'common/importer/firefox_importer_utils_win.cc',
221 'common/importer/ie_importer_test_registry_overrider_win.cc', 219 'common/importer/ie_importer_test_registry_overrider_win.cc',
222 'common/importer/ie_importer_test_registry_overrider_win.h', 220 'common/importer/ie_importer_test_registry_overrider_win.h',
223 'common/importer/ie_importer_utils_win.cc', 221 'common/importer/ie_importer_utils_win.cc',
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 'common/metrics/proto/user_action_event.proto', 688 'common/metrics/proto/user_action_event.proto',
691 ], 689 ],
692 'variables': { 690 'variables': {
693 'proto_in_dir': 'common/metrics/proto', 691 'proto_in_dir': 'common/metrics/proto',
694 'proto_out_dir': 'chrome/common/metrics/proto', 692 'proto_out_dir': 'chrome/common/metrics/proto',
695 }, 693 },
696 'includes': [ '../build/protoc.gypi' ], 694 'includes': [ '../build/protoc.gypi' ],
697 }, 695 },
698 ], 696 ],
699 } 697 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698