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

Side by Side Diff: chrome/chrome_common.gypi

Issue 585123004: Mac: Give app_shim code a nicer home (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: various cleanups Created 6 years, 2 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
« 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) 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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 '../apps/app_shim/app_shim_launch.h',
10 '../apps/app_shim/app_shim_messages.h',
11 'common/all_messages.h', 9 'common/all_messages.h',
12 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
13 'common/auto_start_linux.cc', 11 'common/auto_start_linux.cc',
14 'common/auto_start_linux.h', 12 'common/auto_start_linux.h',
15 'common/badge_util.cc', 13 'common/badge_util.cc',
16 'common/badge_util.h', 14 'common/badge_util.h',
17 'common/child_process_logging.h', 15 'common/child_process_logging.h',
18 'common/child_process_logging_win.cc', 16 'common/child_process_logging_win.cc',
19 'common/chrome_content_client.cc', 17 'common/chrome_content_client.cc',
20 'common/chrome_content_client.h', 18 'common/chrome_content_client.h',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'common/ini_parser.h', 119 'common/ini_parser.h',
122 'common/instant_restricted_id_cache.h', 120 'common/instant_restricted_id_cache.h',
123 'common/instant_types.cc', 121 'common/instant_types.cc',
124 'common/instant_types.h', 122 'common/instant_types.h',
125 'common/localized_error.cc', 123 'common/localized_error.cc',
126 'common/localized_error.h', 124 'common/localized_error.h',
127 'common/logging_chrome.cc', 125 'common/logging_chrome.cc',
128 'common/logging_chrome.h', 126 'common/logging_chrome.h',
129 'common/mac/app_mode_common.h', 127 'common/mac/app_mode_common.h',
130 'common/mac/app_mode_common.mm', 128 'common/mac/app_mode_common.mm',
129 'common/mac/app_shim_launch.h',
130 'common/mac/app_shim_messages.h',
131 'common/mac/cfbundle_blocker.h', 131 'common/mac/cfbundle_blocker.h',
132 'common/mac/cfbundle_blocker.mm', 132 'common/mac/cfbundle_blocker.mm',
133 'common/mac/launchd.h', 133 'common/mac/launchd.h',
134 'common/mac/launchd.mm', 134 'common/mac/launchd.mm',
135 'common/mac/objc_zombie.h', 135 'common/mac/objc_zombie.h',
136 'common/mac/objc_zombie.mm', 136 'common/mac/objc_zombie.mm',
137 'common/media/webrtc_logging_messages.h', 137 'common/media/webrtc_logging_messages.h',
138 'common/media/webrtc_logging_message_data.cc', 138 'common/media/webrtc_logging_message_data.cc',
139 'common/media/webrtc_logging_message_data.h', 139 'common/media/webrtc_logging_message_data.h',
140 'common/media_galleries/metadata_types.h', 140 'common/media_galleries/metadata_types.h',
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'common/safe_browsing/csd.proto' 687 'common/safe_browsing/csd.proto'
688 ], 688 ],
689 'variables': { 689 'variables': {
690 'proto_in_dir': 'common/safe_browsing', 690 'proto_in_dir': 'common/safe_browsing',
691 'proto_out_dir': 'chrome/common/safe_browsing', 691 'proto_out_dir': 'chrome/common/safe_browsing',
692 }, 692 },
693 'includes': [ '../build/protoc.gypi' ], 693 'includes': [ '../build/protoc.gypi' ],
694 }, 694 },
695 ], 695 ],
696 } 696 }
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