| 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 3189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3200 ['OS != "ios"', { | 3200 ['OS != "ios"', { |
| 3201 'dependencies': [ | 3201 'dependencies': [ |
| 3202 'apps', | 3202 'apps', |
| 3203 'common_mojo_bindings', | 3203 'common_mojo_bindings', |
| 3204 'debugger', | 3204 'debugger', |
| 3205 'installer_util', | 3205 'installer_util', |
| 3206 '../third_party/re2/re2.gyp:re2', | 3206 '../third_party/re2/re2.gyp:re2', |
| 3207 '../cc/cc.gyp:cc', | 3207 '../cc/cc.gyp:cc', |
| 3208 '../components/components.gyp:autofill_content_browser', | 3208 '../components/components.gyp:autofill_content_browser', |
| 3209 '../components/components.gyp:browsing_data', | 3209 '../components/components.gyp:browsing_data', |
| 3210 '../components/components.gyp:certificate_transparency', |
| 3210 '../components/components.gyp:data_reduction_proxy_content_browser', | 3211 '../components/components.gyp:data_reduction_proxy_content_browser', |
| 3211 '../components/components.gyp:devtools_discovery', | 3212 '../components/components.gyp:devtools_discovery', |
| 3212 '../components/components.gyp:devtools_http_handler', | 3213 '../components/components.gyp:devtools_http_handler', |
| 3213 '../components/components.gyp:dom_distiller_content', | 3214 '../components/components.gyp:dom_distiller_content', |
| 3214 '../components/components.gyp:favicon_content', | 3215 '../components/components.gyp:favicon_content', |
| 3215 '../components/components.gyp:guest_view_browser', | 3216 '../components/components.gyp:guest_view_browser', |
| 3216 '../components/components.gyp:history_content_browser', | 3217 '../components/components.gyp:history_content_browser', |
| 3217 '../components/components.gyp:keyed_service_content', | 3218 '../components/components.gyp:keyed_service_content', |
| 3218 '../components/components.gyp:navigation_interception', | 3219 '../components/components.gyp:navigation_interception', |
| 3219 '../components/components.gyp:packed_ct_ev_whitelist', | 3220 '../components/components.gyp:packed_ct_ev_whitelist', |
| (...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4026 'variables': { | 4027 'variables': { |
| 4027 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4028 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 4028 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4029 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 4029 }, | 4030 }, |
| 4030 'includes': [ '../build/protoc.gypi' ] | 4031 'includes': [ '../build/protoc.gypi' ] |
| 4031 }, | 4032 }, |
| 4032 ], | 4033 ], |
| 4033 },], | 4034 },], |
| 4034 ], | 4035 ], |
| 4035 } | 4036 } |
| OLD | NEW |