| 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 2851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2862 'export_dependent_settings': [ | 2862 'export_dependent_settings': [ |
| 2863 '../components/components.gyp:autofill_core_browser', | 2863 '../components/components.gyp:autofill_core_browser', |
| 2864 '../content/content.gyp:content_browser', | 2864 '../content/content.gyp:content_browser', |
| 2865 '../sql/sql.gyp:sql', | 2865 '../sql/sql.gyp:sql', |
| 2866 '../sync/sync.gyp:sync', | 2866 '../sync/sync.gyp:sync', |
| 2867 ], | 2867 ], |
| 2868 'conditions': [ | 2868 'conditions': [ |
| 2869 ['OS != "ios"', { | 2869 ['OS != "ios"', { |
| 2870 'dependencies': [ | 2870 'dependencies': [ |
| 2871 'apps', | 2871 'apps', |
| 2872 'browser/extensions/api/api_registration.gyp:chrome_api_registration
', |
| 2873 'common/extensions/api/api.gyp:chrome_api', |
| 2872 'debugger', | 2874 'debugger', |
| 2873 'installer_util', | 2875 'installer_util', |
| 2874 '../third_party/re2/re2.gyp:re2', | 2876 '../third_party/re2/re2.gyp:re2', |
| 2875 '../cc/cc.gyp:cc', | 2877 '../cc/cc.gyp:cc', |
| 2876 '../components/components.gyp:autofill_content_browser', | 2878 '../components/components.gyp:autofill_content_browser', |
| 2877 '../components/components.gyp:dom_distiller_content', | 2879 '../components/components.gyp:dom_distiller_content', |
| 2878 '../components/components.gyp:keyed_service_content', | 2880 '../components/components.gyp:keyed_service_content', |
| 2879 '../components/components.gyp:navigation_interception', | 2881 '../components/components.gyp:navigation_interception', |
| 2880 '../components/components.gyp:password_manager_content_browser', | 2882 '../components/components.gyp:password_manager_content_browser', |
| 2881 '../components/components.gyp:power', | 2883 '../components/components.gyp:power', |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2987 ], | 2989 ], |
| 2988 }], | 2990 }], |
| 2989 ['toolkit_views==1', { | 2991 ['toolkit_views==1', { |
| 2990 'dependencies': [ | 2992 'dependencies': [ |
| 2991 '../components/components.gyp:native_app_window', | 2993 '../components/components.gyp:native_app_window', |
| 2992 ], | 2994 ], |
| 2993 }], | 2995 }], |
| 2994 ['enable_extensions==1', { | 2996 ['enable_extensions==1', { |
| 2995 'dependencies': [ | 2997 'dependencies': [ |
| 2996 'browser_extensions', | 2998 'browser_extensions', |
| 2997 'browser/extensions/api/api_registration.gyp:chrome_api_registration
', | |
| 2998 'common/extensions/api/api.gyp:chrome_api', | |
| 2999 'sync_file_system_drive_proto', | 2999 'sync_file_system_drive_proto', |
| 3000 ], | 3000 ], |
| 3001 'sources': [ '<@(chrome_browser_extensions_sources)' ], | 3001 'sources': [ '<@(chrome_browser_extensions_sources)' ], |
| 3002 }], | 3002 }], |
| 3003 ['enable_background==1', { | 3003 ['enable_background==1', { |
| 3004 'sources': [ '<@(chrome_browser_background_sources)' ], | 3004 'sources': [ '<@(chrome_browser_background_sources)' ], |
| 3005 'conditions': [ | 3005 'conditions': [ |
| 3006 ['use_aura==0 or OS=="win"', { | 3006 ['use_aura==0 or OS=="win"', { |
| 3007 'sources!': [ | 3007 'sources!': [ |
| 3008 'browser/background/background_mode_manager_aura.cc', | 3008 'browser/background/background_mode_manager_aura.cc', |
| (...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3552 'variables': { | 3552 'variables': { |
| 3553 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3553 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3554 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3554 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3555 }, | 3555 }, |
| 3556 'includes': [ '../build/protoc.gypi' ] | 3556 'includes': [ '../build/protoc.gypi' ] |
| 3557 }, | 3557 }, |
| 3558 ], | 3558 ], |
| 3559 },], | 3559 },], |
| 3560 ], | 3560 ], |
| 3561 } | 3561 } |
| OLD | NEW |