| 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 2988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2999 'browser_app_shim', | 2999 'browser_app_shim', |
| 3000 ], | 3000 ], |
| 3001 'sources': [ '<@(chrome_browser_mac_sources)' ] | 3001 'sources': [ '<@(chrome_browser_mac_sources)' ] |
| 3002 }], | 3002 }], |
| 3003 ['chromeos==1 or OS=="ios"', { | 3003 ['chromeos==1 or OS=="ios"', { |
| 3004 'sources!': [ | 3004 'sources!': [ |
| 3005 'browser/metrics/signin_status_metrics_provider.cc', | 3005 'browser/metrics/signin_status_metrics_provider.cc', |
| 3006 'browser/metrics/signin_status_metrics_provider.h', | 3006 'browser/metrics/signin_status_metrics_provider.h', |
| 3007 ], | 3007 ], |
| 3008 }], | 3008 }], |
| 3009 ['toolkit_views==1', { | |
| 3010 'dependencies': [ | |
| 3011 '../components/components.gyp:native_app_window', | |
| 3012 ], | |
| 3013 }], | |
| 3014 ['enable_extensions==1', { | 3009 ['enable_extensions==1', { |
| 3015 'dependencies': [ | 3010 'dependencies': [ |
| 3016 'browser_extensions', | 3011 'browser_extensions', |
| 3017 'browser/extensions/api/api_registration.gyp:chrome_api_registration
', | 3012 'browser/extensions/api/api_registration.gyp:chrome_api_registration
', |
| 3018 'common/extensions/api/api.gyp:chrome_api', | 3013 'common/extensions/api/api.gyp:chrome_api', |
| 3019 'sync_file_system_drive_proto', | 3014 'sync_file_system_drive_proto', |
| 3020 ], | 3015 ], |
| 3021 'sources': [ '<@(chrome_browser_extensions_sources)' ], | 3016 'sources': [ '<@(chrome_browser_extensions_sources)' ], |
| 3022 }], | 3017 }], |
| 3023 ['enable_background==1', { | 3018 ['enable_background==1', { |
| (...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3587 'variables': { | 3582 'variables': { |
| 3588 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3583 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3589 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3584 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3590 }, | 3585 }, |
| 3591 'includes': [ '../build/protoc.gypi' ] | 3586 'includes': [ '../build/protoc.gypi' ] |
| 3592 }, | 3587 }, |
| 3593 ], | 3588 ], |
| 3594 },], | 3589 },], |
| 3595 ], | 3590 ], |
| 3596 } | 3591 } |
| OLD | NEW |