| 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 2896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2907 '../components/components.gyp:autofill_core_browser', | 2907 '../components/components.gyp:autofill_core_browser', |
| 2908 '../content/content.gyp:content_browser', | 2908 '../content/content.gyp:content_browser', |
| 2909 '../sql/sql.gyp:sql', | 2909 '../sql/sql.gyp:sql', |
| 2910 '../sync/sync.gyp:sync', | 2910 '../sync/sync.gyp:sync', |
| 2911 ], | 2911 ], |
| 2912 'conditions': [ | 2912 'conditions': [ |
| 2913 ['OS != "ios"', { | 2913 ['OS != "ios"', { |
| 2914 'dependencies': [ | 2914 'dependencies': [ |
| 2915 'apps', | 2915 'apps', |
| 2916 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2916 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
| 2917 'browser/extensions/api/api_registration.gyp:chrome_api_registration
', | |
| 2918 'common/extensions/api/api.gyp:chrome_api', | 2917 'common/extensions/api/api.gyp:chrome_api', |
| 2919 'debugger', | 2918 'debugger', |
| 2920 'installer_util', | 2919 'installer_util', |
| 2921 '../third_party/re2/re2.gyp:re2', | 2920 '../third_party/re2/re2.gyp:re2', |
| 2922 '../cc/cc.gyp:cc', | 2921 '../cc/cc.gyp:cc', |
| 2923 '../components/components.gyp:autofill_content_browser', | 2922 '../components/components.gyp:autofill_content_browser', |
| 2924 '../components/components.gyp:dom_distiller_content', | 2923 '../components/components.gyp:dom_distiller_content', |
| 2925 '../components/components.gyp:keyed_service_content', | 2924 '../components/components.gyp:keyed_service_content', |
| 2926 '../components/components.gyp:navigation_interception', | 2925 '../components/components.gyp:navigation_interception', |
| 2927 '../components/components.gyp:password_manager_content_browser', | 2926 '../components/components.gyp:password_manager_content_browser', |
| (...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3582 'variables': { | 3581 'variables': { |
| 3583 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3582 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3584 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3583 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3585 }, | 3584 }, |
| 3586 'includes': [ '../build/protoc.gypi' ] | 3585 'includes': [ '../build/protoc.gypi' ] |
| 3587 }, | 3586 }, |
| 3588 ], | 3587 ], |
| 3589 },], | 3588 },], |
| 3590 ], | 3589 ], |
| 3591 } | 3590 } |
| OLD | NEW |