| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |