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 2867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2878 'export_dependent_settings': [ | 2878 'export_dependent_settings': [ |
2879 '../components/components.gyp:autofill_core_browser', | 2879 '../components/components.gyp:autofill_core_browser', |
2880 '../content/content.gyp:content_browser', | 2880 '../content/content.gyp:content_browser', |
2881 '../sql/sql.gyp:sql', | 2881 '../sql/sql.gyp:sql', |
2882 '../sync/sync.gyp:sync', | 2882 '../sync/sync.gyp:sync', |
2883 ], | 2883 ], |
2884 'conditions': [ | 2884 'conditions': [ |
2885 ['OS != "ios"', { | 2885 ['OS != "ios"', { |
2886 'dependencies': [ | 2886 'dependencies': [ |
2887 'apps', | 2887 'apps', |
2888 'browser/extensions/api/api_registration.gyp:chrome_api_registration
', | |
2889 'common/extensions/api/api.gyp:chrome_api', | |
2890 'debugger', | 2888 'debugger', |
2891 'installer_util', | 2889 'installer_util', |
2892 '../third_party/re2/re2.gyp:re2', | 2890 '../third_party/re2/re2.gyp:re2', |
2893 '../cc/cc.gyp:cc', | 2891 '../cc/cc.gyp:cc', |
2894 '../components/components.gyp:autofill_content_browser', | 2892 '../components/components.gyp:autofill_content_browser', |
2895 '../components/components.gyp:dom_distiller_content', | 2893 '../components/components.gyp:dom_distiller_content', |
2896 '../components/components.gyp:keyed_service_content', | 2894 '../components/components.gyp:keyed_service_content', |
2897 '../components/components.gyp:navigation_interception', | 2895 '../components/components.gyp:navigation_interception', |
2898 '../components/components.gyp:password_manager_content_browser', | 2896 '../components/components.gyp:password_manager_content_browser', |
2899 '../components/components.gyp:power', | 2897 '../components/components.gyp:power', |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3005 ], | 3003 ], |
3006 }], | 3004 }], |
3007 ['toolkit_views==1', { | 3005 ['toolkit_views==1', { |
3008 'dependencies': [ | 3006 'dependencies': [ |
3009 '../components/components.gyp:native_app_window', | 3007 '../components/components.gyp:native_app_window', |
3010 ], | 3008 ], |
3011 }], | 3009 }], |
3012 ['enable_extensions==1', { | 3010 ['enable_extensions==1', { |
3013 'dependencies': [ | 3011 'dependencies': [ |
3014 'browser_extensions', | 3012 'browser_extensions', |
| 3013 'browser/extensions/api/api_registration.gyp:chrome_api_registration
', |
| 3014 'common/extensions/api/api.gyp:chrome_api', |
3015 'sync_file_system_drive_proto', | 3015 'sync_file_system_drive_proto', |
3016 ], | 3016 ], |
3017 'sources': [ '<@(chrome_browser_extensions_sources)' ], | 3017 'sources': [ '<@(chrome_browser_extensions_sources)' ], |
3018 }], | 3018 }], |
3019 ['enable_background==1', { | 3019 ['enable_background==1', { |
3020 'sources': [ '<@(chrome_browser_background_sources)' ], | 3020 'sources': [ '<@(chrome_browser_background_sources)' ], |
3021 'conditions': [ | 3021 'conditions': [ |
3022 ['use_aura==0 or OS=="win"', { | 3022 ['use_aura==0 or OS=="win"', { |
3023 'sources!': [ | 3023 'sources!': [ |
3024 'browser/background/background_mode_manager_aura.cc', | 3024 'browser/background/background_mode_manager_aura.cc', |
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3568 'variables': { | 3568 'variables': { |
3569 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3569 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3570 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3570 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3571 }, | 3571 }, |
3572 'includes': [ '../build/protoc.gypi' ] | 3572 'includes': [ '../build/protoc.gypi' ] |
3573 }, | 3573 }, |
3574 ], | 3574 ], |
3575 },], | 3575 },], |
3576 ], | 3576 ], |
3577 } | 3577 } |
OLD | NEW |