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

Side by Side Diff: chrome/chrome_browser.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, 3 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.gyp ('k') | chrome/chrome_common.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2977 matching lines...) Expand 10 before | Expand all | Expand 10 after
2988 }], 2988 }],
2989 ['OS!="android" and OS!="ios" and configuration_policy==1', { 2989 ['OS!="android" and OS!="ios" and configuration_policy==1', {
2990 'sources': [ 2990 'sources': [
2991 'browser/download/download_dir_policy_handler.cc', 2991 'browser/download/download_dir_policy_handler.cc',
2992 'browser/download/download_dir_policy_handler.h', 2992 'browser/download/download_dir_policy_handler.h',
2993 ], 2993 ],
2994 }], 2994 }],
2995 ['OS=="mac"', { 2995 ['OS=="mac"', {
2996 'dependencies': [ 2996 'dependencies': [
2997 'app_shim', 2997 'app_shim',
2998 'browser_app_shim',
2998 ], 2999 ],
2999 'sources': [ '<@(chrome_browser_mac_sources)' ] 3000 'sources': [ '<@(chrome_browser_mac_sources)' ]
3000 }], 3001 }],
3001 ['chromeos==1 or OS=="ios"', { 3002 ['chromeos==1 or OS=="ios"', {
3002 'sources!': [ 3003 'sources!': [
3003 'browser/metrics/signin_status_metrics_provider.cc', 3004 'browser/metrics/signin_status_metrics_provider.cc',
3004 'browser/metrics/signin_status_metrics_provider.h', 3005 'browser/metrics/signin_status_metrics_provider.h',
3005 ], 3006 ],
3006 }], 3007 }],
3007 ['toolkit_views==1', { 3008 ['toolkit_views==1', {
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
3568 'variables': { 3569 'variables': {
3569 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3570 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3570 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3571 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3571 }, 3572 },
3572 'includes': [ '../build/protoc.gypi' ] 3573 'includes': [ '../build/protoc.gypi' ]
3573 }, 3574 },
3574 ], 3575 ],
3575 },], 3576 },],
3576 ], 3577 ],
3577 } 3578 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698