| 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 3097 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3108 'conditions': [ | 3108 'conditions': [ |
| 3109 ['OS != "ios"', { | 3109 ['OS != "ios"', { |
| 3110 'dependencies': [ | 3110 'dependencies': [ |
| 3111 'apps', | 3111 'apps', |
| 3112 'debugger', | 3112 'debugger', |
| 3113 'installer_util', | 3113 'installer_util', |
| 3114 '../third_party/re2/re2.gyp:re2', | 3114 '../third_party/re2/re2.gyp:re2', |
| 3115 '../cc/cc.gyp:cc', | 3115 '../cc/cc.gyp:cc', |
| 3116 '../components/components.gyp:autofill_content_browser', | 3116 '../components/components.gyp:autofill_content_browser', |
| 3117 '../components/components.gyp:browsing_data', | 3117 '../components/components.gyp:browsing_data', |
| 3118 '../components/components.gyp:certificate_transparency', |
| 3118 '../components/components.gyp:data_reduction_proxy_content_browser', | 3119 '../components/components.gyp:data_reduction_proxy_content_browser', |
| 3119 '../components/components.gyp:devtools_discovery', | 3120 '../components/components.gyp:devtools_discovery', |
| 3120 '../components/components.gyp:devtools_http_handler', | 3121 '../components/components.gyp:devtools_http_handler', |
| 3121 '../components/components.gyp:dom_distiller_content', | 3122 '../components/components.gyp:dom_distiller_content', |
| 3122 '../components/components.gyp:favicon_content', | 3123 '../components/components.gyp:favicon_content', |
| 3123 '../components/components.gyp:history_content_browser', | 3124 '../components/components.gyp:history_content_browser', |
| 3124 '../components/components.gyp:keyed_service_content', | 3125 '../components/components.gyp:keyed_service_content', |
| 3125 '../components/components.gyp:navigation_interception', | 3126 '../components/components.gyp:navigation_interception', |
| 3126 '../components/components.gyp:packed_ct_ev_whitelist', | 3127 '../components/components.gyp:packed_ct_ev_whitelist', |
| 3127 '../components/components.gyp:password_manager_content_browser', | 3128 '../components/components.gyp:password_manager_content_browser', |
| (...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3857 'variables': { | 3858 'variables': { |
| 3858 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3859 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3859 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3860 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3860 }, | 3861 }, |
| 3861 'includes': [ '../build/protoc.gypi' ] | 3862 'includes': [ '../build/protoc.gypi' ] |
| 3862 }, | 3863 }, |
| 3863 ], | 3864 ], |
| 3864 },], | 3865 },], |
| 3865 ], | 3866 ], |
| 3866 } | 3867 } |
| OLD | NEW |